Change RoleBot to the username of the bot in the "invite" command.

This commit is contained in:
Nevexo 2018-11-10 19:40:49 +00:00
parent 8db1d66996
commit 52ac659549

View file

@ -14,7 +14,7 @@ class Basic:
"<https://discordapp.com/api/oauth2/authorize?"
f"client_id={self.bot.user.id}"
"&permissions=268435456&scope=bot> "
"to add RoleBot to your guild.")
"to add {self.bot.user.name} to your guild.")
@commands.command()
async def hello(self, ctx):