[ERR] add ninerr to possible aliases

This commit is contained in:
tomGER 2018-12-24 01:40:06 +01:00 committed by GitHub
parent 96bfb9ef28
commit 9e0192a82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class Err:
self.wiiu_re = re.compile(r'1\d{2}\-\d{4}')
self.switch_re = re.compile(r'2\d{3}\-\d{4}')
@commands.command(aliases=["nxerr", "serr", "nin_err"])
@commands.command(aliases=["nxerr", "serr", "nin_err", "ninerr"])
async def err(self, ctx, err: str):
"""Searches for Nintendo 3DS, Switch and Wii U error codes!
Usage: .serr/.nxerr/.nin_err/.err <Error Code>"""