Added all rule commands and dog command
This commit is contained in:
@@ -31,6 +31,7 @@ module.exports.loadCommands = function() {
|
||||
addCommand('Version', 'version', undefined, 'version', 'returns the version', false, Commands.version);
|
||||
addCommand('Ping', 'ping', undefined, 'ping', 'returns round trip to discords servers', false, Commands.ping);
|
||||
addCommand('Cat', 'cat', undefined, 'cat', 'returns a picture of a cat', false, Commands.cat);
|
||||
addCommand('Dog', 'dog', undefined, 'dog', 'returns a picture of a dog', false, Commands.dog);
|
||||
|
||||
//rule commands
|
||||
addCommand('Rules', 'rules', undefined, 'rules', 'returns all the rules for the server the command was issued on', false, RuleCommands.rules);
|
||||
|
||||
Reference in New Issue
Block a user