From d4cf8223b9685a4ca95f95489e11e9ccfe600c36 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 24 Jun 2018 08:03:45 -0400 Subject: Added DB webview, recategorize commands and etc --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd8f535..70518ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,21 @@ Include the GPL-3.0 license too and follow the following format when you create * along with this program. If not, see . * * *************************************/ + + module.exports.run = async (client, message) => { + // Code here +}; + +exports.conf = { + aliases: [], + guildOnly: false, +}; +exports.help = { + name: 'name here', + description: 'Description here.', + usage: 'Usage [here]', + category: '- General Commands', +}; ``` # Testing the bot -- cgit v1.2.3