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")