From f48a9e0bf29e3f226ae6be1334a06d7113971dfc Mon Sep 17 00:00:00 2001 From: Helixu Date: Fri, 10 Dec 2021 22:18:50 +0000 Subject: [PATCH] added support server that gives invite to our discord (cred: remi) --- bot.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a20af70..57ffa5a 100644 --- a/bot.py +++ b/bot.py @@ -191,7 +191,11 @@ 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): await ctx.trigger_typing()