diff options
Diffstat (limited to 'commands/ask.js')
| -rw-r--r-- | commands/ask.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/commands/ask.js b/commands/ask.js index a87cb8a..89ce891 100644 --- a/commands/ask.js +++ b/commands/ask.js @@ -17,3 +17,23 @@ if (args[1]) { message.channel.sendMessage("Sorry, I don't know what your saying.") } } +exports.conf = { + enabled: true, + + guildOnly: false, + + aliases: [], + + permLevel: 0 + +}; + +exports.help = { + + name: 'ask', + + description: 'Go ask AleeBot a question let\'s see what AleeBot\'s response!', + + usage: 'ask [args]' + +}; |
