mrryyi / dbot

0 stars 0 forks source link

Unit testable dice stuff #1

Closed mrryyi closed 3 weeks ago

mrryyi commented 1 month ago

Make the dice stuff unit testable, such that we can easily test and observe behavior when user enters invalid formats.

mrryyi commented 1 month ago

This will make it way easier to test weird input data without having to start the bot and send discord messages. Separate logic from the discord stuff. Make it make sense before adding more functionality - will make it easier to work with in the future if concerns are more properly separated.