From c272bbb64bac1e3129d7ae4e6dac3ec103a2be23 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 25 Mar 2018 19:21:45 -0400 Subject: linting the code --- commands/Utility/invite.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'commands/Utility/invite.js') 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 -- cgit v1.2.3