Defaulted GambaSesh Discord bypass to true since he's not setup with the new Discord guild

This commit is contained in:
barelyprofessional
2024-09-01 21:10:38 +08:00
parent 0ea864d1b6
commit c3aa839e82
+1 -1
View File
@@ -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)