discordapp.com -> discord.com

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

View file

@ -50,7 +50,7 @@ exports.run = (client, message, args, level) => {
embed.addField(
"Invite me",
"[Click here](https://discordapp.com/oauth2/authorize?client_id=435961704145485835&permissions=8&scope=bot) to add me to your server",
"[Click here](https://discord.com/oauth2/authorize?client_id=435961704145485835&permissions=8&scope=bot) to add me to your server",
true
);
embed.addField(
@ -97,7 +97,7 @@ exports.run = (client, message, args, level) => {
embed.addField(
"Invite me",
"[Click here](https://discordapp.com/oauth2/authorize?client_id=435961704145485835&permissions=8&scope=bot) to add me to your server",
"[Click here](https://discord.com/oauth2/authorize?client_id=435961704145485835&permissions=8&scope=bot) to add me to your server",
true
);
embed.addField(

View file

@ -1,6 +1,6 @@
exports.run = async (client, message) => {
message.channel.send(
`Use this link to invite me to your server:\n<https://discordapp.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot>`
`Use this link to invite me to your server:\n<https://discord.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot>`
);
};