diff options
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/fun.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cogs/fun.py b/cogs/fun.py index 297fb67..ef5ed6f 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -29,10 +29,6 @@ class Fun(commands.Cog): embed.set_footer(text="Tiny Potato Bot v1.0.0") await ctx.send(embed=embed) - @commands.command(name="mixinerror", brief="helpful Mixin errors when?", help="helpful Mixin errors when?") - async def mixinerror(self, ctx): - await ctx.send("https://i.imgur.com/bOLCsd4.png") - @commands.command(name="xkcd", brief="Gets XKCD comics.", help="Gets comics from https://xkcd.com, with the given number.") async def xkcd(self, ctx, comic=None): if comic is None: |