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

View File

@@ -38,7 +38,7 @@ public class BotServices
private bool _isBmjLiveSynced = false;
// lol
internal bool TemporarilyBypassGambaSeshForDiscord = false;
internal bool TemporarilyBypassGambaSeshForDiscord = true;
internal bool TemporarilySuppressGambaMessages = false;
public BotServices(ChatBot botInstance, CancellationToken ctx)