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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 invite me on new servers.\n\n"
"You can change this by ticking `Public bot` in " "You can change this by ticking `Public bot` in "
"your token settings: " "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 return
if not confirm: if not confirm: