mirror of https://github.com/stijndcl/didier
update source easter eggs
parent
5736270ad9
commit
3226758edf
|
@ -128,7 +128,7 @@ class Oneliners(commands.Cog):
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def open(self, ctx):
|
async def open(self, ctx):
|
||||||
# await ctx.send(file=discord.File("files/images/open_source_bad.jpg"))
|
# 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()
|
@commands.command()
|
||||||
async def sc(self, ctx, *args):
|
async def sc(self, ctx, *args):
|
||||||
|
@ -137,7 +137,7 @@ class Oneliners(commands.Cog):
|
||||||
@commands.command(aliases=["src", "os"])
|
@commands.command(aliases=["src", "os"])
|
||||||
async def source(self, ctx):
|
async def source(self, ctx):
|
||||||
# await ctx.send("<https://bit.ly/31z3BuH>")
|
# await ctx.send("<https://bit.ly/31z3BuH>")
|
||||||
await ctx.send("Soon:tm:")
|
await ctx.send("https://github.com/stijndcl/didier")
|
||||||
|
|
||||||
@commands.command(aliases=["sunrise", "sunshine"])
|
@commands.command(aliases=["sunrise", "sunshine"])
|
||||||
async def sun(self, ctx):
|
async def sun(self, ctx):
|
||||||
|
|
Loading…
Reference in New Issue