More cleanup, namespace fixes, convenience methods for IKernel

This commit is contained in:
Kwoth
2023-04-07 00:41:31 +02:00
parent 2c63b1cce7
commit 4bc3147697
131 changed files with 217 additions and 338 deletions

View File

@@ -1,5 +1,4 @@
#nullable disable
using Nadeko.Common;
using NadekoBot.Services.Database.Models;
namespace NadekoBot.Modules.NadekoExpressions;

View File

@@ -1,7 +1,6 @@
#nullable disable
using NadekoBot.Services.Database.Models;
using System.Runtime.CompilerServices;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.NadekoExpressions;

View File

@@ -7,7 +7,6 @@ using NadekoBot.Services.Database.Models;
using System.Runtime.CompilerServices;
using LinqToDB.EntityFrameworkCore;
using Nadeko.Bot.Common;
using Nadeko.Common;
using NadekoBot.Services;
using Serilog;
using YamlDotNet.Serialization;