Removed contributors (I was lazy to make it always update (blame shitass coder))

This commit is contained in:
Helixu 2022-03-06 15:06:57 +00:00
parent 6a7e2675fa
commit 69c083c396

16
bot.py
View file

@ -189,22 +189,6 @@ https://shitfest.net
except: except:
await ctx.send(f"<@{ctx.author.id}>. I could not DM you!") await ctx.send(f"<@{ctx.author.id}>. I could not DM you!")
@bot.command(brief="shows contributors to Foxtrot")
async def contributors(ctx):
await ctx.message.delete()
try:
await ctx.author.send("""Contributors to the Foxtrot bot are:
ginłaŋg#1111
xfnw#1113
<https://cat.casa/~julia/> (shitfest memes API)
TFTWPhoenix#9240 (I dont know, hes cool I guess.)
remi#9948 (also pretty cool ig)
Ecolipsy#0001
Foxtrot is open source! Find the code at <https://code.cat.casa/IPD/Foxtrot>
""")
except:
await ctx.send(f"<@{ctx.author.id}>. I could not DM you!")
@bot.command(brief="random meme") @bot.command(brief="random meme")
async def meme(ctx): async def meme(ctx):
await ctx.message.delete() await ctx.message.delete()