fix inputs to wolfram and openai to be more discordy
This commit is contained in:
parent
dee0adc42f
commit
95f4a91406
@ -56,11 +56,11 @@ class ActualUtils(commands.Cog):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@commands.command(name="openai")
|
@commands.command(name="openai")
|
||||||
async def openai(self, ctx: commands.Context):
|
async def openai(self, ctx: commands.Context, *, query):
|
||||||
import questions
|
import questions
|
||||||
|
|
||||||
await ctx.reply(
|
await ctx.reply(
|
||||||
questions.open_ai(ctx.message.content),
|
questions.open_ai(query),
|
||||||
)
|
)
|
||||||
|
|
||||||
@commands.command(name="trackdays")
|
@commands.command(name="trackdays")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user