From 3226758edfbb3289a6160afad50016838491af31 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Tue, 13 Oct 2020 21:33:30 +0200 Subject: [PATCH] update source easter eggs --- cogs/oneliners.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/oneliners.py b/cogs/oneliners.py index 6afb69a..30db31d 100644 --- a/cogs/oneliners.py +++ b/cogs/oneliners.py @@ -128,7 +128,7 @@ class Oneliners(commands.Cog): @commands.command() async def open(self, ctx): # await ctx.send(file=discord.File("files/images/open_source_bad.jpg")) - await ctx.send("Soon:tm:") + await ctx.send("Shut, it already is.") @commands.command() async def sc(self, ctx, *args): @@ -137,7 +137,7 @@ class Oneliners(commands.Cog): @commands.command(aliases=["src", "os"]) async def source(self, ctx): # await ctx.send("") - await ctx.send("Soon:tm:") + await ctx.send("https://github.com/stijndcl/didier") @commands.command(aliases=["sunrise", "sunshine"]) async def sun(self, ctx):