diff --git a/modules/dice.js b/modules/dice.js index 613b455..da8ef86 100644 --- a/modules/dice.js +++ b/modules/dice.js @@ -86,12 +86,8 @@ var dice = function(dbot) { }; return { - 'onLoad': function() { - return commands; - }, - 'name': 'dice', - + 'commands': commands, 'ignorable': true }; }