Merge branch 'master' of github.com:aveao/robocop-ng

This commit is contained in:
Ave Ozkal 2018-12-24 11:10:54 +03:00
commit bd4fa015ca
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -19,7 +19,7 @@ class Err:
"so it can be added to the bot." "so it can be added to the bot."
self.rickroll = "https://www.youtube.com/watch?v=x3yXlomPCmU" self.rickroll = "https://www.youtube.com/watch?v=x3yXlomPCmU"
@commands.command(aliases=["nxerr", "serr", "nin_err"]) @commands.command(aliases=["nxerr", "serr", "nin_err", "ninerr"])
async def err(self, ctx, err: str): async def err(self, ctx, err: str):
"""Searches for Nintendo 3DS, Switch and Wii U error codes! """Searches for Nintendo 3DS, Switch and Wii U error codes!
Usage: .serr/.nxerr/.nin_err/.err <Error Code>""" Usage: .serr/.nxerr/.nin_err/.err <Error Code>"""