diff --git a/src/Discord.Net/Models/Server.cs b/src/Discord.Net/Models/Server.cs index f61e5ba7a..e4b2e33cc 100644 --- a/src/Discord.Net/Models/Server.cs +++ b/src/Discord.Net/Models/Server.cs @@ -19,7 +19,7 @@ namespace Discord internal static string GetSplashUrl(ulong serverId, string splashId) => splashId != null ? $"{DiscordConfig.ClientAPIUrl}guilds/{serverId}/splashes/{splashId}.jpg" : null; - public class Emoji + public sealed class Emoji { public string Id { get; }