discordapp.com -> discord.com

This commit is contained in:
Lukáš H 2020-05-04 22:04:04 +02:00
parent 5c6938369d
commit 6ff02d7cae
No known key found for this signature in database
GPG key ID: E07D6630DBC17195
3 changed files with 3 additions and 3 deletions

View file

@ -18,5 +18,5 @@ exports.help = {
}
exports.run = async (client, message, args, level, data) => {
message.channel.send(`Here you go! I hope you enjoy using me ^-^\n<https://discordapp.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot>`)
message.channel.send(`Here you go! I hope you enjoy using me ^-^\n<https://discord.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot>`)
}