From f9e1d89c1168ec673bc62d15c5bf6b8951ff889c Mon Sep 17 00:00:00 2001 From: Helixu Date: Sun, 28 Nov 2021 16:18:17 +0000 Subject: [PATCH] Discord invite link --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index bdee438..e78a113 100644 --- a/bot.py +++ b/bot.py @@ -122,7 +122,8 @@ async def activity(ctx, atype, *, aname): @bot.command(brief="gives bot invite link") async def invite(ctx): - await ctx.send("Add this bot to your server: https://discord.com/oauth2/authorize?client_id=909103805264724038&permissions=274878203904&scope=bot") + await ctx.send("""Add this bot to your server: https://discord.com/oauth2/authorize?client_id=909103805264724038&permissions=274878203904&scope=bot +You can also join our official Discord server at https://discord.gg/NAdRyjykv8!""") @bot.command(brief="gives information about a minecraft user") async def mc(ctx, *, name = None):