fix inputs to wolfram and openai to be more discordy

This commit is contained in:
Luke Robles 2022-09-24 15:26:28 -07:00
parent dee0adc42f
commit 95f4a91406

View File

@ -56,11 +56,11 @@ class ActualUtils(commands.Cog):
)
@commands.command(name="openai")
async def openai(self, ctx: commands.Context):
async def openai(self, ctx: commands.Context, *, query):
import questions
await ctx.reply(
questions.open_ai(ctx.message.content),
questions.open_ai(query),
)
@commands.command(name="trackdays")