niklas2810 / my-discord-butler

Discord bot for personal use written in Java.
https://niklas2810.github.io/my-discord-butler/
MIT License
0 stars 0 forks source link

Bug: Bot accidentally deletes old messages #33

Closed niklas2810 closed 4 years ago

niklas2810 commented 4 years ago

When in a guild chat and asking the bot to remove a message, it may happen that the previous message by the owner was sent a long time ago.

Fix: Compare the owner's message timestamp + the to-delete message's timestamp. Only delete the owner's message if the timestamps are similar (<5 seconds).

niklas2810 commented 4 years ago

Fixed this bug in the referenced commit.