mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
Added more functionality
This commit is contained in:
14
hydrabot/commands.js
Normal file
14
hydrabot/commands.js
Normal file
@@ -0,0 +1,14 @@
|
||||
var Authority = require("./authority.js");
|
||||
|
||||
Commands = [];
|
||||
|
||||
Commands["info"] = {
|
||||
oplevel : 0,
|
||||
fn : function(bot, params, message){
|
||||
|
||||
bot.reply(message, "Info!");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
exports.Commands = Commands;
|
||||
Reference in New Issue
Block a user