aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/haveibeenpwned.py2
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,