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

Feat: Edited Message Command Processing #110

Open
ultrabear opened this issue Aug 14, 2022 · 1 comment
Open

Feat: Edited Message Command Processing #110

ultrabear opened this issue Aug 14, 2022 · 1 comment
Labels
enhancement New feature or request User Request A feature requested by an actual mod who uses the bot

Comments

@ultrabear
Copy link
Member

Currently sonnet ignores processing a edited message as a command, but this behavior should be changed to allow reprocessing mistaken commands, the rules for parsing edited messages should be stricter than sent messages to not cause confusion:

  • only messages sent up to X minutes ago (potentially 5-10)
  • only messages originally using the command prefix (?)
  • only messages originally a valid command (?) [potentially not, as this excludes the case of a mistyped command name]
@ultrabear ultrabear added enhancement New feature or request User Request A feature requested by an actual mod who uses the bot labels Aug 14, 2022
@ultrabear ultrabear added this to the V1.2.15 milestone Aug 17, 2022
@ultrabear
Copy link
Member Author

only commands that error up to 5 mins ago is safer, but it can be confusing esp since not all commands hook into the failure api

@ultrabear ultrabear removed this from the V2.0.1 milestone Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request User Request A feature requested by an actual mod who uses the bot
Projects
None yet
Development

No branches or pull requests

1 participant