passed bot correctly this time
This commit is contained in:
parent
65066c1877
commit
9a1097fc0a
1 changed files with 2 additions and 6 deletions
|
|
@ -2,12 +2,8 @@
|
|||
import os
|
||||
import time
|
||||
from PIL import Image, PngImagePlugin
|
||||
import io
|
||||
import base64
|
||||
|
||||
import aiohttp
|
||||
import asyncssh
|
||||
from discord.ext import commands, tasks
|
||||
from discord.ext import commands
|
||||
|
||||
class AsyncOpenAI(commands.Cog):
|
||||
|
||||
|
|
@ -138,4 +134,4 @@ class AsyncOpenAI(commands.Cog):
|
|||
await ctx.send(chunk)
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(AsyncOpenAI)
|
||||
await bot.add_cog(AsyncOpenAI(bot))
|
||||
Loading…
Add table
Add a link
Reference in a new issue