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

Update the display of errorlogs #90

Open
wants to merge 2 commits into
base: V3
Choose a base branch
from

Conversation

TrustyJAID
Copy link

closes #88

@Zephyrkul
Copy link

All the info you should need to build the app command mention should be available under ctx.interaction.data - specifically the id and name keys for that dict should be all you need to build a command mention (though I don't know how well it plays with subcommands). The options key might also give some useful info. That might save quite a bit of work with rebuilding the invokation.

@TrustyJAID
Copy link
Author

You're right I completely forgot about the data from discord is passed which includes the command ID among other things. I will rework this to use that instead. Thanks @Zephyrkul!

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.

[ErrorLogs] Improvements
2 participants