Fix inviteset public link (#4641)

This commit is contained in:
bobloy
2020-12-19 15:06:38 -05:00
committed by GitHub
parent 8280067b7e
commit 59e1e31634

View File

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