sir-lancebot
sir-lancebot copied to clipboard
anagram delay
Description
the anagram command always wait for 60s before announcing if i got right.
Steps to Reproduce
-
.anagram
. - guess the word
- guess correctly
Expected Behaviour
it announce that i got it right
Actual Behaviour
it have delay for some seconds
Known Impacted Platforms
- [ ] Web
- [x] Desktop
- [ ] Android App
- [ ] iOS App
Possible Solutions
not yet, will edit this msg if i get any idea
Would you like to implement a fix?
Note: For high-priority or critical bugs, fixes may be implemented by staff.
- [ ] I'd like to implement the bug fix
- [x] Anyone can implement the bug fix
Marking this as an enhancement as the current behaviour is intended, as there can be multiple possible anagrams. That said, two improvements would be:
- React with a green tick on messages that correctly guess an anagram.
- Finish early if all possible anagrams have been guessed.
Are you still interested in doing this?
I would love to work on this issue, also i suggest to
- Add the timeout as command input
- Change the timeout default value to match the possible anagrams (more anagrams => less timeout, reducing by 10 second starting from the +1 anagram)
Those suggestion are of course optional, will be happy to implement just the behavior described by Wookie