aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-08-03 11:40:33 +0100
committerGravatar jesopo2018-08-03 11:40:33 +0100
commit7caf45e77e4f37b59b427ba562f6f3dbdb4cdce2 (patch)
treede0a20bf6d4429262a8017e7d263cabd7a76ae98 /modules
parentget user permissions every time they try to use a command that requires (diff)
signature
Grammer is important
Diffstat (limited to 'modules')
-rw-r--r--modules/lastfm.py2
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):