Skip to content

Voice channels regarding bugs #1459

@Qrix

Description

@Qrix

Environment

  • PHP Version:
    • 8.2.3
  • DiscordPHP Version:
    • 10.45 and 10.45.11

I see many bugs with not working Voice Channel status

$interaction->member->getVoiceChannel()

always returns null. Also events from VOICE_STATE_UPDATE:

$discord->on(Event::VOICE_STATE_UPDATE, function (VoiceStateUpdate $state, Discord $discord, $oldstate){
 var_dump($oldstate); //always null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting confirmationThe issue has been resolved, but awaits confirmation from the creator to confirm.bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions