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 NadekoBot.Modules.Xp.Services;
using NadekoBot.Modules.Xp.Services;
namespace NadekoBot.Modules.Xp;

View File

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

View File

@@ -1,6 +1,5 @@
using NadekoBot.Common.Collections;
using NadekoBot.Db.Models;
using NadekoBot.Extensions;
using Newtonsoft.Json;
using SixLabors.Fonts;
using SixLabors.ImageSharp;

View File

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