From c7e86ba98ebe423f354b087f252b834ee2efb71a Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:54:44 -0700 Subject: [PATCH] Adding wolfram as an alias for ask --- app/cogs/cheeky_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 89715219..ed4913d1 100644 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -114,7 +114,7 @@ class Cheeky(commands.Cog): await ctx.reply(excuse.get_excuse()) - @commands.command(name="ask") + @commands.command(name="ask", aliases=["wolfram"]) async def ask(self, ctx: commands.Context): import questions