We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e5441 commit 62469c3Copy full SHA for 62469c3
1 file changed
cogs/music.py
@@ -265,6 +265,7 @@ async def vc_play(self, ctx: Context, source: wavelink.TrackSource | None = None
265
player = ctx.voice_client
266
267
if not player or not isinstance(player, wavelink.Player):
268
+ await ctx.defer()
269
success = await self.do_join(ctx)
270
if not success:
271
await ctx.reply(':x: | There was an error when trying to join the voice channel')
0 commit comments