diff --git a/Robocop.py b/Robocop.py index a3fa067..09072c4 100755 --- a/Robocop.py +++ b/Robocop.py @@ -40,6 +40,7 @@ def get_prefix(bot, message): initial_extensions = ['cogs.common', 'cogs.admin', 'cogs.basic', + "cogs.err", 'cogs.links', 'cogs.mod', 'cogs.meme'] diff --git a/cogs/err.py b/cogs/err.py index 4d28b7a..4869c1c 100644 --- a/cogs/err.py +++ b/cogs/err.py @@ -112,9 +112,9 @@ class Err: # Send message, crazy await ctx.send(embed=embed) - + # The Guessing Game of Hex (Could be both 3DS or Switch so we have to constantly assume :P) - elif err.startwith("0x"): + elif err.startswith("0x"): err = err[2:] # Both work without the 0x # Most Switch Hex error should be detected by now so the chance that it's 3DS is much higher derr = err.strip()