diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 6d19ab1..5917803 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -103,9 +103,11 @@ class Mybot(commands.Cog): async def restart(self, ctx): await self.bot.logout() - @commands.command(help='Restart Bot') - async def restart_queue(self, ctx): - self.play_next.restart() + @commands.command(help='Stop Bot vocal') + async def stop(self, ctx): + self.play_next.stop() + self.sounds = [] + self.play_next.start() @commands.command(help='Update local repo') async def update(self, message):