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:
parent
2c82f80398
commit
53103c6842
@ -86,12 +86,8 @@ var dice = function(dbot) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'onLoad': function() {
|
|
||||||
return commands;
|
|
||||||
},
|
|
||||||
|
|
||||||
'name': 'dice',
|
'name': 'dice',
|
||||||
|
'commands': commands,
|
||||||
'ignorable': true
|
'ignorable': true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user