diff options
author | redcreeper14385 <mounderfod@gmail.com> | 2021-08-31 17:56:15 +0100 |
---|---|---|
committer | redcreeper14385 <mounderfod@gmail.com> | 2021-08-31 17:56:15 +0100 |
commit | a7fa99de7e3b47f1331ef26293821c976ec5940d (patch) | |
tree | 802fee70cb06c98992e7e5da978403a486356993 | |
parent | 45ddeff3ec499e79d82ee265d729c8e0c453e020 (diff) | |
download | tiny-potato-bot-a7fa99de7e3b47f1331ef26293821c976ec5940d.tar.gz |
Mixin errors are broken :pensive:
-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: |