mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 19:05:31 +00:00
Change RoleBot to the username of the bot in the "invite" command.
This commit is contained in:
parent
8db1d66996
commit
52ac659549
|
@ -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