mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 10:32:44 -04:00
Defaulted GambaSesh Discord bypass to true since he's not setup with the new Discord guild
This commit is contained in:
@@ -38,7 +38,7 @@ public class BotServices
|
|||||||
private bool _isBmjLiveSynced = false;
|
private bool _isBmjLiveSynced = false;
|
||||||
|
|
||||||
// lol
|
// lol
|
||||||
internal bool TemporarilyBypassGambaSeshForDiscord = false;
|
internal bool TemporarilyBypassGambaSeshForDiscord = true;
|
||||||
internal bool TemporarilySuppressGambaMessages = false;
|
internal bool TemporarilySuppressGambaMessages = false;
|
||||||
|
|
||||||
public BotServices(ChatBot botInstance, CancellationToken ctx)
|
public BotServices(ChatBot botInstance, CancellationToken ctx)
|
||||||
|
|||||||
Reference in New Issue
Block a user