This commit is contained in:
Eartharoid
2019-05-04 16:09:05 +01:00
parent f9a725d81a
commit d005cc48d1
10 changed files with 122 additions and 7 deletions

View File

@@ -4,10 +4,11 @@ module.exports = {
name: 'example-command',
description: 'An example command',
usage: '[args]',
aliases: ['command', 'commands'],
aliases: ['none'],
example: 'example-command',
args: false,
cooldown: config.cooldown,
guildOnly: true,
execute(message, args) {
const client = message.client;
// command starts here