mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
fix backup command
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user