diff --git a/CompatBot/Commands/Bot.cs b/CompatBot/Commands/Bot.cs index 1ac95a2b..3dffc7f5 100644 --- a/CompatBot/Commands/Bot.cs +++ b/CompatBot/Commands/Bot.cs @@ -188,6 +188,7 @@ internal static partial class Bot try { await using var wdb = await BotDb.OpenWriteAsync().ConfigureAwait(false); + wdb.WithNoCase(); string dbPath, dbDir; await using (var connection = db.Database.GetDbConnection()) {