make !sp
and alias of !spotify
(spotify.py)
This commit is contained in:
parent
d61bb387f7
commit
d3f23eafb8
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class Module(ModuleManager.BaseModule):
|
|||
self._token_expires = time.time()+page.data["expires_in"]
|
||||
return token
|
||||
|
||||
@utils.hook("received.command.sp", alias_of="spotify")
|
||||
@utils.hook("received.command.spotify", min_args=1)
|
||||
def spotify(self, event):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue