TripSit / TripBot

The discord bot on TripSit.Me
22 stars 12 forks source link

Fixed negative numbers in /birthday set #799

Closed theimperious1 closed 1 month ago

theimperious1 commented 1 month ago

The day of birth could be a negative number and result in an error.

The new version of the conditional checks that the day is not null/undefined and that the day is not less than 1.

This is a fix for issue #796.