From e454481a369879f7d24cd406dcf252472c0de51a Mon Sep 17 00:00:00 2001 From: TomAlard <31311896+TomAlard@users.noreply.github.com> Date: Wed, 14 Oct 2020 09:57:08 +0200 Subject: [PATCH] sauce...? --- cogs/oneliners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/oneliners.py b/cogs/oneliners.py index 8e81de1..a6e64b7 100644 --- a/cogs/oneliners.py +++ b/cogs/oneliners.py @@ -134,7 +134,7 @@ class Oneliners(commands.Cog): async def sc(self, ctx, *args): await ctx.send("http://take-a-screenshot.org/") - @commands.command(aliases=["src", "os", "sauce"]) + @commands.command(aliases=["os", "sauce", "src"]) async def source(self, ctx): # await ctx.send("") await ctx.send("https://github.com/stijndcl/didier")