mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 21:35:35 +00:00
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
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue