From 60ad26f6ac1874f227116aa3c39b9d494fa1ed91 Mon Sep 17 00:00:00 2001 From: 13xforever Date: Sat, 3 Jan 2026 17:04:21 +0500 Subject: [PATCH] fix backup command --- CompatBot/Commands/Bot.cs | 1 + 1 file changed, 1 insertion(+) 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()) {