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.Extensions;
using System.Collections.Immutable;
using System.Collections.Immutable;
using NadekoBot.Modules.Games.Common.Acrophobia;
using NadekoBot.Modules.Games.Services;

View File

@@ -1,6 +1,5 @@
using System.Collections.Immutable;
using CommandLine;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Games.Common.Acrophobia;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using Newtonsoft.Json;
using Newtonsoft.Json;
namespace NadekoBot.Modules.Games.Common.ChatterBot;

View File

@@ -2,7 +2,6 @@
using System.Diagnostics.CodeAnalysis;
using Microsoft.Extensions.Caching.Memory;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Services;
namespace NadekoBot.Modules.Games.Hangman;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using System.Text;
using System.Text;
using CommandLine;
namespace NadekoBot.Modules.Games.Common;

View File

@@ -1,5 +1,4 @@
using System.Text;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Games.Common.Trivia;

View File

@@ -1,5 +1,4 @@
using System.Text.RegularExpressions;
using NadekoBot.Extensions;
// THANKS @ShoMinamimoto for suggestions and coding help
namespace NadekoBot.Modules.Games.Common.Trivia;

View File

@@ -1,6 +1,4 @@
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Games.Common.Trivia;
namespace NadekoBot.Modules.Games.Common.Trivia;
public class TriviaQuestionPool
{

View File

@@ -1,5 +1,4 @@
using System.Diagnostics;
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Services;
using CommandLine;

View File

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

View File

@@ -1,5 +1,4 @@
#nullable enable
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Hangman;
namespace NadekoBot.Modules.Games;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Services;
using NadekoBot.Modules.Games.Services;
using NadekoBot.Services.Database.Models;
using System.Text;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Extensions;
using NadekoBot.Modules.Permissions.Common;
using NadekoBot.Modules.Permissions.Services;
using NadekoBot.Modules.Games.Common.ChatterBot;

View File

@@ -1,5 +1,4 @@
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Common;
using NadekoBot.Modules.Games.Common;
using NadekoBot.Modules.Games.Common.Acrophobia;
using NadekoBot.Modules.Games.Common.Nunchi;
using NadekoBot.Modules.Games.Common.Trivia;

View File

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

View File

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