mrryyi / dbot

0 stars 0 forks source link

Unit testable dice stuff #1

Closed mrryyi closed 1 month ago

mrryyi commented 2 months ago

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

mrryyi commented 2 months 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.