One of the last major cleanups. All NadekoBot.Core.* namespaces renamed to NadekoBot.*

This commit is contained in:
Kwoth
2021-09-06 21:34:48 +02:00
parent 44fdd4ff23
commit 49f9b96755
451 changed files with 19253 additions and 19287 deletions
@@ -6,7 +6,6 @@ using System.Threading;
using System.Threading.Tasks;
using CommandLine;
using NadekoBot.Common;
using NadekoBot.Core.Common;
using NadekoBot.Extensions;
namespace NadekoBot.Modules.Games.Common.Acrophobia
@@ -2,7 +2,7 @@
using System.IO;
using System.Net.Http;
using NadekoBot.Common;
using NadekoBot.Core.Services;
using NadekoBot.Services;
using Serilog;
using Image = SixLabors.ImageSharp.Image;
using SixLabors.ImageSharp;
@@ -4,8 +4,8 @@ using NadekoBot.Db.Models;
using System;
using System.Linq;
using System.Threading;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
using NadekoBot.Services;
using NadekoBot.Services.Database.Models;
namespace NadekoBot.Modules.Games.Common
{
@@ -7,8 +7,7 @@ using System.Threading;
using System.Threading.Tasks;
using CommandLine;
using NadekoBot.Common;
using NadekoBot.Core.Common;
using NadekoBot.Core.Services;
using NadekoBot.Services;
namespace NadekoBot.Modules.Games.Common
{
@@ -9,7 +9,7 @@ using Discord;
using Discord.Net;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NadekoBot.Core.Services;
using NadekoBot.Services;
using NadekoBot.Modules.Games.Common.Trivia;
using NadekoBot.Modules.Games.Services;
using Serilog;
@@ -1,5 +1,5 @@
using CommandLine;
using NadekoBot.Core.Common;
using NadekoBot.Common;
namespace NadekoBot.Modules.Games.Common.Trivia
{
@@ -1,5 +1,5 @@
using NadekoBot.Common;
using NadekoBot.Core.Services;
using NadekoBot.Services;
using NadekoBot.Extensions;
using System.Collections.Generic;
@@ -9,7 +9,6 @@ using NadekoBot.Common;
using NadekoBot.Extensions;
using NadekoBot.Modules.Games.Services;
using CommandLine;
using NadekoBot.Core.Common;
using Serilog;
namespace NadekoBot.Modules.Games.Common