discordapp.com -> discord.com
This commit is contained in:
parent
6bb1a160bd
commit
40b9a4dd93
3 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
|
@ -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>`
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue