Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log the arguments of the command on error #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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