|
@@ -1,4 +1,4 @@ |
|
|
#pragma warning disable CS1591 |
|
|
|
|
|
|
|
|
#pragma warning disable CS1591 |
|
|
using Newtonsoft.Json; |
|
|
using Newtonsoft.Json; |
|
|
|
|
|
|
|
|
namespace Discord.API |
|
|
namespace Discord.API |
|
@@ -8,6 +8,6 @@ namespace Discord.API |
|
|
[JsonProperty("enabled")] |
|
|
[JsonProperty("enabled")] |
|
|
public bool Enabled { get; set; } |
|
|
public bool Enabled { get; set; } |
|
|
[JsonProperty("channel_id")] |
|
|
[JsonProperty("channel_id")] |
|
|
public ulong ChannelId { get; set; } |
|
|
|
|
|
|
|
|
public ulong? ChannelId { get; set; } |
|
|
} |
|
|
} |
|
|
} |
|
|
} |