Grammer is important
This commit is contained in:
parent
84ea92fea8
commit
7caf45e77e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Module(object):
|
||||||
|
|
||||||
bot.events.on("received").on("command").on("np",
|
bot.events.on("received").on("command").on("np",
|
||||||
"listening", "nowplaying").hook(self.np,
|
"listening", "nowplaying").hook(self.np,
|
||||||
help="Get the last listen to track from a user",
|
help="Get the last listened to track from a user",
|
||||||
usage="[username]")
|
usage="[username]")
|
||||||
|
|
||||||
def np(self, event):
|
def np(self, event):
|
||||||
|
|
Loading…
Reference in a new issue