From f6a54c5cca032c33ecf3dea50b61c703ed5816c1 Mon Sep 17 00:00:00 2001 From: Helixu Date: Wed, 9 Mar 2022 20:44:09 +0000 Subject: [PATCH] Fix bot invite link --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3abb20f..da8e2c5 100644 --- a/bot.py +++ b/bot.py @@ -144,7 +144,7 @@ async def activity(ctx, atype, *, aname): async def invite(ctx): await ctx.message.delete() try: - await ctx.author.send("""Add this bot to your server: + await ctx.author.send("""Add this bot to your server: You can also join our official Discord server at !""") except: await ctx.send(f"<@{ctx.author.id}>. I could not DM you!")