Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove nullable type declarations for RestGuild
Removed the nullable marker for the RestGuild type to ensure that a non-nullable RestGuild instance is always expected from GetGuildAsync method. This change increases type safety by preventing potential null reference exceptions.
- Loading branch information