Change /ask to /wolfram

This commit is contained in:
Luke Robles 2024-01-18 13:50:07 -08:00
parent e6fd912f57
commit 878ef2bd30

View File

@ -108,7 +108,7 @@ class ActualUtils(commands.Cog):
os.remove(file_path) os.remove(file_path)
@commands.slash_command( @commands.slash_command(
guild_ids=None, name="ask", description="Send a query to wolfram alpha" guild_ids=None, name="wolfram", description="Send a query to wolfram alpha"
) )
@option( @option(
name="query", name="query",