Don't advertise a bot ReSwitched doesn't have

This commit is contained in:
Noëlle Mercer 2019-09-14 11:37:23 -04:00 committed by GitHub
parent 25cecff058
commit 7d8e39c900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@ class Err(Cog):
self.wiiu_re = re.compile(r'1\d{2}\-\d{4}')
self.switch_re = re.compile(r'2\d{3}\-\d{4}')
self.no_err_desc = "It seems like your error code is unknown. "\
"Try using https://github.com/atlasnx/betch. "
"You can check on Switchbrew for your error code at "\
"<https://switchbrew.org/wiki/Error_codes>"
self.rickroll = "https://www.youtube.com/watch?v=z3ZiVn5L9vM"
@commands.command(aliases=["3dserr", "3err", "dserr"])