turdbot/.py.old/cogs/askgpt.py
ionburger da9224a9fa v3
2023-10-26 23:25:09 -06:00

12 lines
231 B
Python

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):