mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
typo
This commit is contained in:
parent
05e6d084b5
commit
bf40369352
@ -13,7 +13,7 @@ var commands = function(dbot) {
|
||||
var aliases = _.first(aliases, 10);
|
||||
var including = 'including: ';
|
||||
for(var i=0;i<aliases.length;i++) {
|
||||
including += alises[i] + ', ';
|
||||
including += aliases[i] + ', ';
|
||||
}
|
||||
including = including.slice(0, -2) + '.';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user