This commit is contained in:
ionburger 2023-06-24 21:16:45 -06:00
parent ec7df45f94
commit 8be329d8ea

11
py/cogs/askgpt.py Normal file
View File

@ -0,0 +1,11 @@
import discord
from discord.ext import bridge, commands
import openai
class Askgpt(commands.Cog):
def __init__(self, bot):
self.bot = bot
@bridge.bridge_command()
async def askgpt(self, ctx, *, message):