diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 08:03:45 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 08:03:45 -0400 |
| commit | d4cf8223b9685a4ca95f95489e11e9ccfe600c36 (patch) | |
| tree | a96989ebdd488a28411f772d6c36d032b2dab22a /CONTRIBUTING.md | |
| parent | a215c99cd77bab36d9940abd09fb2bff2d776c82 (diff) | |
| download | AleeBot-d4cf8223b9685a4ca95f95489e11e9ccfe600c36.tar.gz AleeBot-d4cf8223b9685a4ca95f95489e11e9ccfe600c36.tar.bz2 AleeBot-d4cf8223b9685a4ca95f95489e11e9ccfe600c36.zip | |
Added DB webview, recategorize commands and etc
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*
* *************************************/
+
+ 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
|
