Made Server.Emoji sealed

This commit is contained in:
RogueException
2016-01-11 04:53:26 -04:00
parent 53e3bdd16b
commit 5bf2feb4c9

View File

@@ -19,7 +19,7 @@ namespace Discord
internal static string GetSplashUrl(ulong serverId, string splashId) internal static string GetSplashUrl(ulong serverId, string splashId)
=> splashId != null ? $"{DiscordConfig.ClientAPIUrl}guilds/{serverId}/splashes/{splashId}.jpg" : null; => splashId != null ? $"{DiscordConfig.ClientAPIUrl}guilds/{serverId}/splashes/{splashId}.jpg" : null;
public class Emoji public sealed class Emoji
{ {
public string Id { get; } public string Id { get; }