Adding wolfram as an alias for ask

This commit is contained in:
Luke Robles 2022-08-09 14:54:44 -07:00
parent 7b3e393dd8
commit b24e81b964

View File

@ -114,7 +114,7 @@ class Cheeky(commands.Cog):
await ctx.reply(excuse.get_excuse()) await ctx.reply(excuse.get_excuse())
@commands.command(name="ask") @commands.command(name="ask", aliases=["wolfram"])
async def ask(self, ctx: commands.Context): async def ask(self, ctx: commands.Context):
import questions import questions