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!")