Skip to content

Conversation

scottbucher
Copy link
Collaborator

No description provided.

@scottbucher scottbucher requested a review from KevinNovak June 15, 2024 21:50
@@ -144,6 +141,12 @@ export class CommandHandler implements EventHandler {
} catch (error) {
await this.sendError(intr, data);

let args = intr.options.data
.map(option => {
return `${option.name}: ${option.value}`;
Copy link
Owner

@KevinNovak KevinNovak Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just trying to think, is option.value ever something really long? Like what about an attachment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants