diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-25 19:21:45 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-25 19:21:45 -0400 |
| commit | c272bbb64bac1e3129d7ae4e6dac3ec103a2be23 (patch) | |
| tree | b0494c9a01aa863f1497b61ce3ae8214af894790 /commands/Utility/invite.js | |
| parent | eae78f3070509963867a9d515c16c3d948b84ab7 (diff) | |
| download | PokeBot-c272bbb64bac1e3129d7ae4e6dac3ec103a2be23.tar.gz PokeBot-c272bbb64bac1e3129d7ae4e6dac3ec103a2be23.tar.bz2 PokeBot-c272bbb64bac1e3129d7ae4e6dac3ec103a2be23.zip | |
linting the code
Diffstat (limited to 'commands/Utility/invite.js')
| -rw-r--r-- | commands/Utility/invite.js | 20 |
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 |
