ReadChannel() static private method

static private ReadChannel ( ulong id, string value ) : string
id ulong
value string
return string
Beispiel #1
0
 internal static bool GetNsfw(IChannel chan) => (chan as ITextChannel).IsNsfw || SQL.ReadBool(SQL.ReadChannel(chan.Id, "nsfw"));
Beispiel #2
0
 internal static bool GetNsfw(Channel chan) => SQL.ReadBool(SQL.ReadChannel(chan.Id, "nsfw"));