feat: Implement voicefix.
This commit is contained in:
@@ -51,9 +51,7 @@ class LionTree(CommandTree):
|
||||
error_embed.description = (
|
||||
"An unexpected error occurred during this interaction!\n"
|
||||
"Our development team has been notified, and the issue will be addressed soon.\n"
|
||||
"If the error persists, or you have any questions, please contact our [support team]({link}) "
|
||||
"and give them the extra details below."
|
||||
).format(link=interaction.client.config.bot.support_guild)
|
||||
)
|
||||
details = {}
|
||||
details['error'] = f"`{repr(e)}`"
|
||||
details['interactionid'] = f"`{interaction.id}`"
|
||||
|
||||
Reference in New Issue
Block a user