This commit is contained in:
2024-08-15 17:09:18 +02:00
parent ce9beb5ecf
commit e6648926a6
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -50,5 +50,5 @@ class Transcriber(commands.Cog):
for utterance in transcript.utterances:
print(f"Speaker {utterance.speaker}: {utterance.text}")
def setup(bot):
bot.add_cog(Transcriber(bot))
async def setup(bot):
await bot.add_cog(Transcriber(bot))