diff --git a/README.md b/README.md index be6868a..35cb4cf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## A feature-rich and configurable Discord bot for music, moderation, currency and more! **Links** -* [Official bot invite](https://discordapp.com/oauth2/authorize?client_id=435961704145485835&permissions=2134240503&scope=bot) +* [Official bot invite](https://discord.com/oauth2/authorize?client_id=435961704145485835&permissions=2134240503&scope=bot) * [For updates and support join my Discord server!](https://discord.gg/HCF8mdv) ## Using Woomy diff --git a/commands/help.js b/commands/help.js index bd7cabd..beadd92 100644 --- a/commands/help.js +++ b/commands/help.js @@ -57,7 +57,7 @@ exports.run = (client, message, args, level, data) => { } embed.addField('**Prefixes**', `Default Prefix: \`${client.config.defaultPrefix}\`\nUser Prefix: ${uPrefix}\nServer Prefix: ${gPrefix}`) embed.addField('**Command Syntax**', 'For arguments in commands:\n» Arguments in `[]` brackets are required.\n» Arguments in `<>` brackets are optional.\n» Arguments prefixed with `-` are flags, and are placed at the start of the command (`avatar -jpg mudkipscience`)') - embed.addField('**Commands**', `Use \`${message.prefix}help all\` to view all commands, or \`${message.prefix}help \` for more information on a specific command.\n\n[Bot Invite](https://discordapp.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot) | [Discord Server](https://discord.gg/HCF8mdv) | [GitHub](https://github.com/mudkipscience/woomy) | [Vote for me!](https://top.gg/bot/435961704145485835/vote)`) + embed.addField('**Commands**', `Use \`${message.prefix}help all\` to view all commands, or \`${message.prefix}help \` for more information on a specific command.\n\n[Bot Invite](https://discord.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot) | [Discord Server](https://discord.gg/HCF8mdv) | [GitHub](https://github.com/mudkipscience/woomy) | [Vote for me!](https://top.gg/bot/435961704145485835/vote)`) return message.channel.send(embed) } else if (args[0] === 'all') { diff --git a/commands/invite.js b/commands/invite.js index 87fe22b..e23d1e6 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -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`) + message.channel.send(`Here you go! I hope you enjoy using me ^-^\n`) }