* Refactored some of the cleanup code

* Fixed blacklist issues due to code conversion from efcore to linq2db
* Fixed medusasearch not having a description
This commit is contained in:
Kwoth
2023-09-05 23:22:24 +00:00
parent dfbe1721f3
commit 9332c8a24c
6 changed files with 101 additions and 85 deletions

View File

@@ -1,5 +1,6 @@
#nullable disable
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using NadekoBot.Db.Models;
using NadekoBot.Services.Database.Models;
@@ -481,10 +482,10 @@ public abstract class NadekoContext : DbContext
#endregion
}
// #if DEBUG
// private static readonly ILoggerFactory _debugLoggerFactory = LoggerFactory.Create(x => x.AddConsole());
//
// protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
// => optionsBuilder.UseLoggerFactory(_debugLoggerFactory);
// #endif
#if DEBUG
private static readonly ILoggerFactory _debugLoggerFactory = LoggerFactory.Create(x => x.AddConsole());
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
=> optionsBuilder.UseLoggerFactory(_debugLoggerFactory);
#endif
}

View File

@@ -1358,6 +1358,9 @@ medusalist:
medusainfo:
- medusainfo
- meinfo
medusasearch:
- medusasearch
- mesearch
# Bank stuff
bankdeposit:
- deposit

View File

@@ -2282,6 +2282,11 @@ medusalist:
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/)
args:
- ""
medusasearch:
desc: |-
Searches for medusae online given the search term
args:
- "shrine"
bankdeposit:
desc: "Deposits the specified amount of currency into the bank for later use."
args: