added support server that gives invite to our discord (cred: remi)

This commit is contained in:
Helixu 2021-12-10 22:18:50 +00:00
parent b8d76b7440
commit f48a9e0bf2

4
bot.py
View file

@ -191,6 +191,10 @@ async def meme(ctx):
return await ctx.send(embed = embed)
@bot.command(brief='IPD Discord server invite', aliases=["support"])
async def server(ctx):
await ctx.send("""The official discord server for Foxtrot is discord.gg/mDBfnysAqd
Our server contains everything we do and work on.""")
@bot.command(brief='makes things gay')
async def gay(ctx, url = None):