forked from GitHub/dbot
transform dice [#131]
This commit is contained in:
parent
478d344fe2
commit
529194e4df
@ -93,13 +93,11 @@ var dice = function(dbot) {
|
||||
}
|
||||
};
|
||||
|
||||
return {
|
||||
'name': 'dice',
|
||||
'commands': commands,
|
||||
'ignorable': true
|
||||
};
|
||||
this.name = 'dice';
|
||||
this.commands = commands;
|
||||
this.ignorable = true;
|
||||
}
|
||||
|
||||
exports.fetch = function(dbot) {
|
||||
return dice(dbot);
|
||||
return new dice(dbot);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user