PennyDreadfulMTG / Penny-Dreadful-Tools

A suite of tools for the Penny Dreadful MTGO community
https://pennydreadfulmagic.com
MIT License
40 stars 28 forks source link

Command failed with AttributeError: !modofail #5519

Closed vorpal-buildbot closed 5 years ago

vorpal-buildbot commented 5 years ago
Traceback (most recent call last):
  File "/home/discord/Penny-Dreadful-Discord-Bot/discordbot/command.py", line 75, in handle_command
    await method(Commands, client=client, channel=message.channel, args=args, author=message.author)
  File "/home/discord/Penny-Dreadful-Discord-Bot/discordbot/command.py", line 293, in modofail
    if hasattr(author, 'voice') and author.voice is not None and author.voice.voice_channel is not None:
AttributeError: 'VoiceState' object has no attribute 'voice_channel'

Reported on Discord by Jamon#0590

bakert commented 5 years ago

This is due to our migration to a newer version of the discordpy library. See:

https://discordpy.readthedocs.io/en/rewrite/migrating.html#voice-state-changes

bakert commented 5 years ago

Fixed.