Grammer is important

This commit is contained in:
jesopo 2018-08-03 11:40:33 +01:00
parent 84ea92fea8
commit 7caf45e77e

View file

@ -14,7 +14,7 @@ class Module(object):
bot.events.on("received").on("command").on("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]")
def np(self, event):