mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Stability Commit
This commit is contained in:
parent
5312a729e9
commit
5510b5af78
@ -183,9 +183,9 @@ class Music(commands.Cog):
|
|||||||
await player.stop()
|
await player.stop()
|
||||||
self.__guilds[ctx.guild] = Player(self.__bot, ctx.guild)
|
self.__guilds[ctx.guild] = Player(self.__bot, ctx.guild)
|
||||||
player = self.__get_player(ctx)
|
player = self.__get_player(ctx)
|
||||||
player.force_stop()
|
await player.force_stop()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print('Reset Error: {e}')
|
print(f'Reset Error: {e}')
|
||||||
|
|
||||||
self.__guilds[ctx.guild] = Player(self.__bot, ctx.guild)
|
self.__guilds[ctx.guild] = Player(self.__bot, ctx.guild)
|
||||||
player = self.__get_player(ctx)
|
player = self.__get_player(ctx)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user