yes
This commit is contained in:
parent
ec7df45f94
commit
8be329d8ea
11
py/cogs/askgpt.py
Normal file
11
py/cogs/askgpt.py
Normal 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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user