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 {
|
this.name = 'dice';
|
||||||
'name': 'dice',
|
this.commands = commands;
|
||||||
'commands': commands,
|
this.ignorable = true;
|
||||||
'ignorable': true
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.fetch = function(dbot) {
|
exports.fetch = function(dbot) {
|
||||||
return dice(dbot);
|
return new dice(dbot);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user