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
@@ -1,5 +1,4 @@
using Microsoft.Extensions.DependencyInjection;
using NadekoBot.Extensions;
namespace NadekoBot.Common.Attributes;
+1 -2
View File
@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using System.Globalization;
using System.Globalization;
namespace NadekoBot.Modules;
+1 -2
View File
@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using StackExchange.Redis;
using StackExchange.Redis;
namespace NadekoBot.Common;
@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using NadekoBot.Modules.Administration.Services;
using NadekoBot.Modules.Administration.Services;
using System.Text.RegularExpressions;
namespace NadekoBot.Common;
@@ -1,6 +1,4 @@
using NadekoBot.Extensions;
namespace NadekoBot;
namespace NadekoBot;
public sealed record SmartEmbedText : SmartText
{
@@ -1,6 +1,4 @@
using NadekoBot.Extensions;
namespace NadekoBot.Common.TypeReaders;
namespace NadekoBot.Common.TypeReaders;
public sealed class ModuleTypeReader : NadekoTypeReader<ModuleInfo>
{