discordapp.com -> discord.com
This commit is contained in:
parent
6bb1a160bd
commit
40b9a4dd93
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
Woomy is a all-purpose discord bot built off the [guidebot](https://github.com/AnIdiotsGuide/guidebot) base and coded in node.js using discord.js.
|
Woomy is a all-purpose discord bot built off the [guidebot](https://github.com/AnIdiotsGuide/guidebot) base and coded in node.js using discord.js.
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
The easiest way to use Woomy is to invite it to your server with [this link.](https://discordapp.com/oauth2/authorize?client_id=435961704145485835&permissions=2134240503&scope=bot) It is hosted 24/7 and automatically updates itself when a new release is made available, making sure you always get the newest features.
|
The easiest way to use Woomy is to invite it to your server with [this link.](https://discord.com/oauth2/authorize?client_id=435961704145485835&permissions=2134240503&scope=bot) It is hosted 24/7 and automatically updates itself when a new release is made available, making sure you always get the newest features.
|
||||||
|
|
||||||
Self hosting is generally not recommended, but instructions are provided below if you still wish to do so. Woomy's code will need to be modified before it will run on your machine.
|
Self hosting is generally not recommended, but instructions are provided below if you still wish to do so. Woomy's code will need to be modified before it will run on your machine.
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ exports.run = (client, message, args, level) => {
|
||||||
|
|
||||||
embed.addField(
|
embed.addField(
|
||||||
"Invite me",
|
"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
|
true
|
||||||
);
|
);
|
||||||
embed.addField(
|
embed.addField(
|
||||||
|
@ -97,7 +97,7 @@ exports.run = (client, message, args, level) => {
|
||||||
|
|
||||||
embed.addField(
|
embed.addField(
|
||||||
"Invite me",
|
"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
|
true
|
||||||
);
|
);
|
||||||
embed.addField(
|
embed.addField(
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
exports.run = async (client, message) => {
|
exports.run = async (client, message) => {
|
||||||
message.channel.send(
|
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…
Reference in a new issue