mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 06:42:10 +00:00
Fx
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user