This commit is contained in:
2024-09-19 21:09:05 +02:00
parent e1a38bcdcd
commit 48fce96250
+1
View File
@@ -192,6 +192,7 @@ class Transcriber(commands.Cog):
@commands.command(name="stop_transcribe")
async def stop(self, ctx):
self.check_data.stop()
await ctx.voice_client.disconnect()