You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many potential NREs that I brush off because they aren't important, but they might cause issues later. They should be handled instead of being ignored. Be on the lookout for the null-forgiving operator (!) too; oftentimes I will use it and then not check for null properly and an NRE will be thrown there.
(Also: yes DiscordClient.CurrentApplication.Owners can be null, happens when the bot is owned by a team)
The text was updated successfully, but these errors were encountered:
There are many potential NREs that I brush off because they aren't important, but they might cause issues later. They should be handled instead of being ignored. Be on the lookout for the null-forgiving operator (
!
) too; oftentimes I will use it and then not check for null properly and an NRE will be thrown there.(Also: yes
DiscordClient.CurrentApplication.Owners
can be null, happens when the bot is owned by a team)The text was updated successfully, but these errors were encountered: