3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

dice uses new command return

This commit is contained in:
Luke Slater 2012-11-05 22:39:07 +00:00
parent 2c82f80398
commit 53103c6842

View File

@ -86,12 +86,8 @@ var dice = function(dbot) {
}; };
return { return {
'onLoad': function() {
return commands;
},
'name': 'dice', 'name': 'dice',
'commands': commands,
'ignorable': true 'ignorable': true
}; };
} }