Add is_ephemeral support to @grammyjs/commands CommandGroup #83
Labels
No labels
Epic
Feature Request
HOLD
audit
automerge
bug
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
release
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
NiXTheDev/regexYbot#83
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bot API 10.2 added is_ephemeral to BotCommand. The CommandGroup.toObject() does not pass it through. Need a way to set is_ephemeral on commands registered via the plugin.
https://github.com/grammyjs/commands/issues/81
It's a recognized problem, fix may be coming