diff options
Diffstat (limited to 'commands/Getting Started/contribute.js')
| -rw-r--r-- | commands/Getting Started/contribute.js | 4 |
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.' }; |
