Added ~sp as alias to ~spotify

This commit is contained in:
Scritches 2018-05-01 16:58:52 -04:00
parent d544dcf017
commit a5f9998872

View File

@ -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;