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