Implicit usings and more global usings

This commit is contained in:
Kwoth
2021-12-21 02:19:21 +01:00
parent 9223d78849
commit c66e491ce9
317 changed files with 272 additions and 1425 deletions

View File

@@ -1,5 +1,4 @@
using CommandLine;
using NadekoBot.Common;
namespace NadekoBot.Modules.Help.Common;

View File

@@ -1,21 +1,11 @@
using Discord;
using Discord.Commands;
using NadekoBot.Common;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.Replacements;
using NadekoBot.Modules.Help.Common;
using NadekoBot.Services;
using NadekoBot.Extensions;
using NadekoBot.Modules.Help.Services;
using NadekoBot.Modules.Permissions.Services;
using Newtonsoft.Json;
using System.IO;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using Amazon.S3;
using Amazon.S3.Model;
using Discord.WebSocket;
namespace NadekoBot.Modules.Help;

View File

@@ -1,12 +1,6 @@
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using NadekoBot.Extensions;
using NadekoBot.Common.Attributes;
using NadekoBot.Extensions;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Services;
using CommandLine;
using NadekoBot.Common.Replacements;
using NadekoBot.Modules.Administration.Services;
namespace NadekoBot.Modules.Help.Services;