aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/contribute.js
diff options
context:
space:
mode:
authorJustin <jtsshieh@outlook.com>2019-11-02 11:02:19 -0400
committerJustin <jtsshieh@outlook.com>2019-11-02 11:02:19 -0400
commit7031fa12ba79281edc49df972311c13ad0e8fa53 (patch)
tree60410a33fe45add85a9dc962c975be478f3f8cff /commands/Getting Started/contribute.js
parent106530d5dc53166632a6a0ecc8930eb2b1ed4bfd (diff)
downloadPokeBot-7031fa12ba79281edc49df972311c13ad0e8fa53.tar.gz
PokeBot-7031fa12ba79281edc49df972311c13ad0e8fa53.tar.bz2
PokeBot-7031fa12ba79281edc49df972311c13ad0e8fa53.zip
es-lint settings added + linted all files
Diffstat (limited to 'commands/Getting Started/contribute.js')
-rw-r--r--commands/Getting Started/contribute.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Getting Started/contribute.js b/commands/Getting Started/contribute.js
index 15204fd..66a3511 100644
--- a/commands/Getting Started/contribute.js
+++ b/commands/Getting Started/contribute.js
@@ -13,10 +13,10 @@ exports.run = (bot, msg) => {
exports.conf = {
aliases: [],
- guildOnly: true,
+ guildOnly: true
};
exports.help = {
name: 'contribute',
- description: 'Contributing to the bot.',
+ description: 'Contributing to the bot.'
};