We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca16d1 commit 20593fbCopy full SHA for 20593fb
TwitchLib.Unity/Client.cs
@@ -286,7 +286,7 @@ public Client() : base(null)
286
/// <param name="channel">JoinedChannel object to designate which channel to send request to.</param>
287
public new void GetChannelModerators(JoinedChannel channel)
288
{
289
- if (!IsInitialized) HandleNotInitialized();
+ //if (!IsInitialized) HandleNotInitialized();
290
if (OnModeratorsReceived == null)
291
throw new EventNotHandled("OnModeratorsReceived");
292
SendMessage(channel, "/mods");
0 commit comments