laralove143 / timezoner

A Discord bot that converts times so that everyone sees them in their own timezone
MIT License
21 stars 3 forks source link

message too long error deletes original message #41

Closed laralove143 closed 1 year ago

laralove143 commented 1 year ago

when a message with converted time is over 2k chars, the correct error is returned but after the original is deleted

solution? save CreateMessage future before deleting, await it after deletion