feat: Implement voicefix.

This commit is contained in:
2023-11-03 12:57:44 +02:00
parent 1ae7c60ba8
commit de02e64b15
7 changed files with 499 additions and 6 deletions

View File

@@ -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}`"