benslv / countable

🤖 A small, robust Discord bot to support and manage a counting channel in your server.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Deleting a message that will affect what others perceive as the "next number" does not reset the expected value. #1

Closed benslv closed 4 years ago

benslv commented 4 years ago

When a user deletes a message in the counting channel, the bot should check what the resulting most recent message in the channel is, and reset the value of nextCount to that number.

benslv commented 4 years ago

Added alternative solution; bot will repost the most recent message if it gets deleted.