def join(self, ctx): if self._bot.player.streaming or self._bot.player.stopped: raise dec.UserInputError('Player is not in the DJ mode') await self._bot.users.join_queue(int(ctx.message.author.id))