Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
100 stars 83 forks source link

chore: add safety checks to NoteCommand #1086

Closed SimonVerhoeven closed 2 months ago

SimonVerhoeven commented 3 months ago

Resolves #1085

Taz03 commented 3 months ago

It is intentionally kept like that, because the values can never be null

tj-wazei commented 2 months ago

Approving + merging as I have tested the behavior. An exception is fine even though unlikely to occur. The exception won't leak out any important information or crash the bot so this is good to go.