From 907bdd517045532ea4f1c3af01be6a567170da5d Mon Sep 17 00:00:00 2001 From: TomAlard <31311896+TomAlard@users.noreply.github.com> Date: Wed, 14 Oct 2020 09:50:55 +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 30db31d..8e81de1 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"]) + @commands.command(aliases=["src", "os", "sauce"]) async def source(self, ctx): # await ctx.send("") await ctx.send("https://github.com/stijndcl/didier")