diff --git a/README.md b/README.md index 693f553..530097c 100644 --- a/README.md +++ b/README.md @@ -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. # 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. diff --git a/src/commands/help.js b/src/commands/help.js index 9ccb578..80fe504 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -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( diff --git a/src/commands/invite.js b/src/commands/invite.js index 49cdc86..a730eb6 100644 --- a/src/commands/invite.js +++ b/src/commands/invite.js @@ -1,6 +1,6 @@ exports.run = async (client, message) => { message.channel.send( - `Use this link to invite me to your server:\n` + `Use this link to invite me to your server:\n` ); };