Update err.py

This commit is contained in:
tomGER 2019-02-20 13:11:55 +01:00 committed by GitHub
parent f6302f710c
commit e66a178b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,8 @@ class Err:
await ctx.send("Unknown Format - This is either " await ctx.send("Unknown Format - This is either "
"no error code or you made some mistake!") "no error code or you made some mistake!")
@commands.command(aliases=["uerr","wuerr","mochaerr"]) @commands.command(aliases=["wiiuserr", "uerr","wuerr","mochaerr"])
async def wiiuserr(self, ctx, err: str): async def wiiuerr(self, ctx, err: str):
"""Searches for Wii U error codes! """Searches for Wii U error codes!
Usage: .wiiuserr/.uerr/.wuerr/.mochaerr <Error Code>""" Usage: .wiiuserr/.uerr/.wuerr/.mochaerr <Error Code>"""
if self.wiiu_re.match(err): # Wii U if self.wiiu_re.match(err): # Wii U