diff options
| -rw-r--r-- | modules/lastfm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lastfm.py b/modules/lastfm.py index 7a607dd0..32e9bc44 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -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): |
