Stability Commit

This commit is contained in:
Rafael Vargas 2022-02-24 16:16:43 -04:00
parent 5312a729e9
commit 5510b5af78

View File

@ -183,9 +183,9 @@ class Music(commands.Cog):
await player.stop()
self.__guilds[ctx.guild] = Player(self.__bot, ctx.guild)
player = self.__get_player(ctx)
player.force_stop()
await player.force_stop()
except Exception as e:
print('Reset Error: {e}')
print(f'Reset Error: {e}')
self.__guilds[ctx.guild] = Player(self.__bot, ctx.guild)
player = self.__get_player(ctx)