turdbot/.py.old/cogs/askgpt.py

12 lines
231 B
Python
Raw Normal View History

2023-06-24 21:16:45 -06:00
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):