Guichaguri / DiscordDJ

Discord DJ Bot. Play music in your server. Inspired by PlugDJ
http://guichaguri.github.io/DiscordDJ/
GNU Lesser General Public License v2.1
200 stars 50 forks source link

Doesn't Play, Deletes Commands #93

Open ghost opened 6 years ago

ghost commented 6 years ago

I enter a command, and it just disappears in the channel, then the console displays this: A command threw an error (add): TypeError: Promise.accept is not a function

Get this for all the commands. Please help.

ghost commented 6 years ago

v0.0.5, Ubuntu 14.04. FFmpeg etc. Stock OS install for this bot. Latest 7 Node.js.

ghost commented 6 years ago

Rolled back to 0.0.4, seems to work after setting a now playing channel ID and info channel ID. However, still get the same Promise.accept is not a function error whilst doing anything like !stream [url]

TuckerHaydon commented 6 years ago

Not sure if this is fixed in source code, but I fixed this error by editing node_modules/discordie/lib/interfaces/IDirectMessageChannelCollection.js.

You want to change Promise.accept to Promise.resolve