Browse Source

<see langword="null"/>

pull/2510/head
Misha133 2 years ago
parent
commit
56c62a4c72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Guilds/WelcomeScreen.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Guilds/WelcomeScreen.cs View File

@@ -5,7 +5,7 @@ namespace Discord;
public class WelcomeScreen public class WelcomeScreen
{ {
/// <summary> /// <summary>
/// Gets the server description shown in the welcome screen. Null if not set.
/// Gets the server description shown in the welcome screen. <see langword="null"/> if not set.
/// </summary> /// </summary>
public string Description { get; } public string Description { get; }




Loading…
Cancel
Save