aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-25 19:21:45 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-25 19:21:45 -0400
commitc272bbb64bac1e3129d7ae4e6dac3ec103a2be23 (patch)
treeb0494c9a01aa863f1497b61ce3ae8214af894790
parenteae78f3070509963867a9d515c16c3d948b84ab7 (diff)
downloadPokeBot-c272bbb64bac1e3129d7ae4e6dac3ec103a2be23.tar.gz
PokeBot-c272bbb64bac1e3129d7ae4e6dac3ec103a2be23.tar.bz2
PokeBot-c272bbb64bac1e3129d7ae4e6dac3ec103a2be23.zip
linting the code
-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