diff --git a/src/Discord.Net.Core/Entities/Guilds/WelcomeScreen.cs b/src/Discord.Net.Core/Entities/Guilds/WelcomeScreen.cs index 3bdebf825..f4a10b6af 100644 --- a/src/Discord.Net.Core/Entities/Guilds/WelcomeScreen.cs +++ b/src/Discord.Net.Core/Entities/Guilds/WelcomeScreen.cs @@ -5,7 +5,7 @@ namespace Discord; public class WelcomeScreen { /// - /// Gets the server description shown in the welcome screen. Null if not set. + /// Gets the server description shown in the welcome screen. if not set. /// public string Description { get; }