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:
commit
20a7fc3339
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Basic:
|
||||||
"<https://discordapp.com/api/oauth2/authorize?"
|
"<https://discordapp.com/api/oauth2/authorize?"
|
||||||
f"client_id={self.bot.user.id}"
|
f"client_id={self.bot.user.id}"
|
||||||
"&permissions=268435456&scope=bot> "
|
"&permissions=268435456&scope=bot> "
|
||||||
"to add RoleBot to your guild.")
|
"to add {self.bot.user.name} to your guild.")
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def hello(self, ctx):
|
async def hello(self, ctx):
|
||||||
|
|
Loading…
Reference in a new issue