global using NadekoBot.Extensions

This commit is contained in:
Kwoth
2021-12-23 08:04:00 +07:00
parent 93b8bca018
commit da849f7c7b
146 changed files with 45 additions and 197 deletions

View File

@@ -1,7 +1,6 @@
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.Collections;
using NadekoBot.Services.Database.Models;
using NadekoBot.Extensions;
using NadekoBot.Db;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -3,7 +3,6 @@ using LinqToDB;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Services.Database.Models;
using NadekoBot.Db;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -1,7 +1,6 @@
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Services.Database.Models;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.Collections;
using NadekoBot.Extensions;
using NadekoBot.Db;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using NadekoBot.Services.Database.Models;
using NadekoBot.Services.Database.Models;
using NadekoBot.Db;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -4,7 +4,6 @@ using LinqToDB;
using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common.Collections;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -3,7 +3,6 @@ using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common.Collections;
using NadekoBot.Services.Database.Models;
using NadekoBot.Db;
using NadekoBot.Extensions;
using NadekoBot.Modules.Administration.Common;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -1,6 +1,5 @@
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.Collections;
using NadekoBot.Extensions;
using NadekoBot.Services.Database.Models;
using NadekoBot.Db;

View File

@@ -1,7 +1,6 @@
using System.Threading.Channels;
using NadekoBot.Modules.Administration.Common;
using NadekoBot.Services.Database.Models;
using NadekoBot.Extensions;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Db;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.Collections;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Administration.Services;

View File

@@ -1,7 +1,6 @@
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.Collections;
using NadekoBot.Services.Database.Models;
using NadekoBot.Extensions;
using LinqToDB;
using LinqToDB.EntityFrameworkCore;
using NadekoBot.Db;

View File

@@ -1,6 +1,5 @@
using System.Collections.Immutable;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Extensions;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Services.Database.Models;

View File

@@ -2,7 +2,6 @@ using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.TypeReaders.Models;
using NadekoBot.Services.Database.Models;
using NadekoBot.Db;
using NadekoBot.Extensions;
using NadekoBot.Modules.Permissions.Services;
using Newtonsoft.Json;