aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/Utility/invite.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/commands/Utility/invite.js b/commands/Utility/invite.js
index a64dfec..e602649 100644
--- a/commands/Utility/invite.js
+++ b/commands/Utility/invite.js
@@ -19,16 +19,16 @@
* *************************************/
exports.run = (bot, msg) => {
- msg.channel.send('You can invite me by visiting https://discordbots.org/bot/417096530596724737.');
- };
+ msg.channel.send('You can invite me by visiting https://discordbots.org/bot/417096530596724737.');
+};
- exports.conf = {
- aliases: [],
- guildOnly: true,
- };
+exports.conf = {
+ aliases: [],
+ guildOnly: true,
+};
- exports.help = {
- name: 'invite',
- description: 'Gives the user a link to invite the bot.',
- };
+exports.help = {
+ name: 'invite',
+ description: 'Gives the user a link to invite the bot.',
+};
\ No newline at end of file