diff options
| author | 2018-08-03 11:40:33 +0100 | |
|---|---|---|
| committer | 2018-08-03 11:40:33 +0100 | |
| commit | 7caf45e77e4f37b59b427ba562f6f3dbdb4cdce2 (patch) | |
| tree | de0a20bf6d4429262a8017e7d263cabd7a76ae98 /modules/lastfm.py | |
| parent | get user permissions every time they try to use a command that requires (diff) | |
| signature | ||
Grammer is important
Diffstat (limited to 'modules/lastfm.py')
| -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): |
