sir-lancebot
sir-lancebot copied to clipboard
improving the .latex command
Description
When one uses the .latex command with lancebot, the bot replies with a rendered image of the tex commands. The requested features are:
- when the original .latex message is edited, lancebot deletes its previous message with the rendered tex, and replies with the updated version
- lancebot's replies can be interacted with by using specific reactions. For example, if one reacts with an x emoji, the message with the rendered tex is deleted.
Reasoning
The texit bot offers this functionality, making it much easier to interact with and reducing spam when one makes mistakes. Additionally, it appears the eval command already works in this fashion, so the modification should be doable!
Proposed Implementation
Would you like to implement this yourself?
- [ ] I'd like to implement this feature myself
- [x] Anyone can implement this feature
Updating this to stalled since it's waiting on python-discord/bot-core#137.