Grammar is important
This commit is contained in:
parent
6a7369f7de
commit
b128eb170b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue