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 Microsoft.Extensions.DependencyInjection;
using NadekoBot.Extensions;
namespace NadekoBot.Common.Attributes;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using System.Globalization;
using System.Globalization;
namespace NadekoBot.Modules;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using StackExchange.Redis;
using StackExchange.Redis;
namespace NadekoBot.Common;

View File

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

View File

@@ -1,6 +1,4 @@
using NadekoBot.Extensions;
namespace NadekoBot;
namespace NadekoBot;
public sealed record SmartEmbedText : SmartText
{

View File

@@ -1,6 +1,4 @@
using NadekoBot.Extensions;
namespace NadekoBot.Common.TypeReaders;
namespace NadekoBot.Common.TypeReaders;
public sealed class ModuleTypeReader : NadekoTypeReader<ModuleInfo>
{