forked from GitHub/dbot
Added ~sp as alias to ~spotify
This commit is contained in:
parent
d544dcf017
commit
a5f9998872
@ -113,6 +113,8 @@ var spotify = function(dbot) {
|
||||
}
|
||||
}
|
||||
};
|
||||
commands['~sp'] = commands['~spotify'].bind(this);
|
||||
commands['~sp'].regex = [/^sp (.*)/, 2];
|
||||
commands['~spotify'].regex = [/^spotify (.*)/, 2];
|
||||
this.commands = commands;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user