From 52ac6595491c567bff104bbcd9c196580bdb5ac6 Mon Sep 17 00:00:00 2001 From: Nevexo Date: Sat, 10 Nov 2018 19:40:49 +0000 Subject: [PATCH] Change RoleBot to the username of the bot in the "invite" command. --- cogs/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/basic.py b/cogs/basic.py index 1cf9ef8..24f64c6 100644 --- a/cogs/basic.py +++ b/cogs/basic.py @@ -14,7 +14,7 @@ class Basic: " " - "to add RoleBot to your guild.") + "to add {self.bot.user.name} to your guild.") @commands.command() async def hello(self, ctx):