This commit is contained in:
shadowinged 2025-04-08 17:45:00 -04:00
parent 1c4105ab93
commit 73d20856ba
No known key found for this signature in database
GPG Key ID: 0171038FEE1BEF12

2
bot.py
View File

@ -391,7 +391,7 @@ async def unset(ctx):
await ctx.send("Status has been unset.")
@bot.hybrid_command(name="error", description="Gets the error message linked with the shop error code")
async def geterror(ctx, errorcode: commands.Range[int, 204000, 250943]):
async def geterror(ctx, errorcode: commands.Range[int, 200000, 250943]):
try:
errormessage = get_error_message(errorcode)
except ValueError: