TBK / MusicBot

MusicBot for Discord - Docker edition
https://hub.docker.com/r/discordmusicbot/
MIT License
14 stars 3 forks source link

error messages empty #17

Closed Fonta closed 7 years ago

Fonta commented 7 years ago

Lots of error messages are empty. http://i.imgur.com/EP0Wk5H.png

or when someone gives a command while not being in the voicechannel: http://i.imgur.com/itwoDS1.png

TBK commented 7 years ago

My guess is it is related to the API version changes that Discord is making. Think the discord.py lib uses API v3 and soon the only allowed version is v6.

Fonta commented 7 years ago

Well, I'm wondering if thats the case because only the messages where you use markdown dont work. The reasons can be found in the console though: http://i.imgur.com/Nf0jCwu.png - http://i.imgur.com/nJ7E31I.png while messages without the markdown: http://i.imgur.com/KfpwujU.png

Fonta commented 7 years ago

Seems it's easily fixed: http://i.imgur.com/2Ze2D4f.png Created a PR: https://github.com/DiscordMusicBot/MusicBot/pull/19

TBK commented 7 years ago

Thanks for the PR.

Fonta commented 7 years ago

@TBK0000 No problem! Thanks for accepting :)