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,5 +1,4 @@
using NadekoBot.Common.Collections;
using NadekoBot.Extensions;
using System.Collections.Immutable;
using NadekoBot.Common.Configs;
using NadekoBot.Db;

View File

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

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.Configs;
using NadekoBot.Extensions;
namespace NadekoBot.Services;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Extensions;
using Microsoft.Extensions.DependencyInjection;
namespace NadekoBot.Services;

View File

@@ -1,6 +1,5 @@
using NadekoBot.Services.Database;
using NadekoBot.Services.Database.Models;
using NadekoBot.Extensions;
using NadekoBot.Db;
using NadekoBot.Modules.Gambling.Services;

View File

@@ -3,7 +3,6 @@ using Google.Apis.Customsearch.v1;
using Google.Apis.Services;
using Google.Apis.Urlshortener.v1;
using Google.Apis.YouTube.v3;
using NadekoBot.Extensions;
using Newtonsoft.Json.Linq;
using System.Net;
using System.Text.RegularExpressions;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using Newtonsoft.Json;
using Newtonsoft.Json;
using StackExchange.Redis;
using System.Net;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using Newtonsoft.Json;
using Newtonsoft.Json;
using StackExchange.Redis;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Common.Yml;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.Pokemon;
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Common.Trivia;
using Newtonsoft.Json;
using StackExchange.Redis;

View File

@@ -1,7 +1,6 @@
using Grpc.Core;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Coordinator;
using NadekoBot.Extensions;
namespace NadekoBot.Services;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Extensions;
using System.Diagnostics;
namespace NadekoBot.Services;

View File

@@ -1,7 +1,6 @@
using System.ComponentModel;
using System.Diagnostics;
using System.Text;
using NadekoBot.Extensions;
namespace NadekoBot.Services;

View File

@@ -1,5 +1,4 @@
using System.Web;
using NadekoBot.Extensions;
using StackExchange.Redis;
namespace NadekoBot.Services;