diff options
| author | 2018-08-05 20:43:42 +0100 | |
|---|---|---|
| committer | 2018-08-05 20:43:42 +0100 | |
| commit | b128eb170bc97dc62022187717cbab181a8323e9 (patch) | |
| tree | c4a94f3e2f61272126da079a0af616701d171535 | |
| parent | changed words.py to use new user_channel_settings table (diff) | |
| signature | ||
Grammar is important
| -rw-r--r-- | modules/haveibeenpwned.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/haveibeenpwned.py b/modules/haveibeenpwned.py index ed4817e0..fa10129c 100644 --- a/modules/haveibeenpwned.py +++ b/modules/haveibeenpwned.py @@ -8,7 +8,7 @@ class Module(object): bot.events.on("received").on("command").on("beenpwned").hook( self.beenpwned, min_args=1, help="Find out if a username, email or similar has appeared " - "in any hacked databased", usage="<username/email>") + "in any hacked databases", usage="<username/email>") def beenpwned(self, event): page = Utils.get_url(URL_HAVEIBEENPWNEDAPI % event["args"], json=True, |
