diff --git a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs index a28c1e858..b0d0bf1cc 100644 --- a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs +++ b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs @@ -49,7 +49,7 @@ namespace Discord.WebSocket => SnowflakeUtils.FromSnowflake(Id); /// - /// Gets the guild this command resides in, if this command is a global command then it will return + /// Gets the guild this command resides in; if this command is a global command then it will return /// public SocketGuild Guild => GuildId.HasValue ? Discord.GetGuild(GuildId.Value) : null;