1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

Changed up the order in case the bot does not have permissions to send a message

This commit is contained in:
Phxntxm 2016-08-22 15:09:00 -05:00
parent f9ad6634b9
commit 31391c8556

View file

@ -281,8 +281,8 @@ class Music:
# Now we can create a VoiceEntry and queue it
entry = VoiceEntry(ctx.message, player)
await self.bot.say('Enqueued ' + str(entry))
await state.songs.put(entry)
await self.bot.say('Enqueued ' + str(entry))
@commands.command(pass_context=True, no_pm=True)
@checks.custom_perms(kick_members=True)