mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
fix: idevice errorcodes bug (#24)
* very easy fix * Added self hosting instructions * nvm this was the actual fix nooo way * removed instructions :3 * fix: some stuff --------- Co-authored-by: neoarz <email@neoarz.dev>
This commit is contained in:
@@ -172,7 +172,7 @@ class ideviceSelect(discord.ui.Select):
|
||||
|
||||
success_embed = discord.Embed(
|
||||
title="Command Executed",
|
||||
description="Successfully executed `/errorcodes`. Please run /[errorcode_name] to get more information about an error code, and send it in chat",
|
||||
description="Successfully executed `/errorcodes`. Please run /[errorcode_number] to get more information about an error code, and send it in chat",
|
||||
color=0x00FF00,
|
||||
)
|
||||
success_embed.set_author(
|
||||
|
||||
Reference in New Issue
Block a user