diff --git a/modules/spotify/spotify.js b/modules/spotify/spotify.js index 10db540..e49aaf8 100644 --- a/modules/spotify/spotify.js +++ b/modules/spotify/spotify.js @@ -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;