mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix inviteset public link (#4641)
This commit is contained in:
parent
8280067b7e
commit
59e1e31634
@ -1185,7 +1185,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
"you can invite me on new servers.\n\n"
|
||||
"You can change this by ticking `Public bot` in "
|
||||
"your token settings: "
|
||||
"https://discordapp.com/developers/applications/me/{0}".format(self.bot.user.id)
|
||||
"https://discord.com/developers/applications/{0}/bot".format(self.bot.user.id)
|
||||
)
|
||||
return
|
||||
if not confirm:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user