Merge branch 'patch-1' into 'master'

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

See merge request ao/dpyBotBase!1
This commit is contained in:
Ave 2018-11-10 23:25:42 +00:00
commit 20a7fc3339

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):