You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- IUser user;
-
- // Here we check if the user is an IGuildUser, if not, let it pass. This ensures its not null.
- if (user is IGuildUser)
- {
- Console.WriteLine("This user is in a guild!");
- }
- // Check failed.
|