frc5183 / Oatmeal

MIT License
2 stars 0 forks source link

Starboard Limit #8

Closed Trip-kun closed 1 year ago

Trip-kun commented 1 year ago

Whenever a GuildEntity is first generated, it's value for StarboardLimit is left as null instead of having a default value. This results into later runtime errors where a number is expected and null is found instead.

In addition, a command should be added for updating the starboard limit (default 2).

Trip-kun commented 1 year ago

commit https://github.com/frc5183/Oatmeal/commit/d3a175b2a24740b47c845b7b6f7ece4182c09b2f closes this issue