Changed some namespaces, work on packages
This commit is contained in:
		| @@ -3,8 +3,8 @@ using System.Threading.Tasks; | ||||
| using Discord; | ||||
| using NadekoBot.Common.Collections; | ||||
| using NadekoBot.Common.ModuleBehaviors; | ||||
| using NadekoBot.Services; | ||||
| using NadekoBot.Services.Database.Models; | ||||
| using NadekoBot.Core.Services; | ||||
| using NadekoBot.Core.Services.Database.Models; | ||||
|  | ||||
| namespace NadekoBot.Modules.Permissions.Services | ||||
| { | ||||
|   | ||||
| @@ -6,8 +6,8 @@ using Discord; | ||||
| using Discord.WebSocket; | ||||
| using NadekoBot.Common.Collections; | ||||
| using NadekoBot.Common.ModuleBehaviors; | ||||
| using NadekoBot.Services; | ||||
| using NadekoBot.Services.Database.Models; | ||||
| using NadekoBot.Core.Services; | ||||
| using NadekoBot.Core.Services.Database.Models; | ||||
|  | ||||
| namespace NadekoBot.Modules.Permissions.Services | ||||
| { | ||||
|   | ||||
| @@ -8,8 +8,8 @@ using Discord.WebSocket; | ||||
| using NadekoBot.Common.Collections; | ||||
| using NadekoBot.Common.ModuleBehaviors; | ||||
| using NadekoBot.Extensions; | ||||
| using NadekoBot.Services; | ||||
| using NadekoBot.Services.Database.Models; | ||||
| using NadekoBot.Core.Services; | ||||
| using NadekoBot.Core.Services.Database.Models; | ||||
| using NLog; | ||||
|  | ||||
| namespace NadekoBot.Modules.Permissions.Services | ||||
|   | ||||
| @@ -4,7 +4,7 @@ using Discord; | ||||
| using Discord.WebSocket; | ||||
| using NadekoBot.Common.Collections; | ||||
| using NadekoBot.Common.ModuleBehaviors; | ||||
| using NadekoBot.Services; | ||||
| using NadekoBot.Core.Services; | ||||
|  | ||||
| namespace NadekoBot.Modules.Permissions.Services | ||||
| { | ||||
|   | ||||
| @@ -9,9 +9,9 @@ using Microsoft.EntityFrameworkCore; | ||||
| using NadekoBot.Common.ModuleBehaviors; | ||||
| using NadekoBot.Extensions; | ||||
| using NadekoBot.Modules.Permissions.Common; | ||||
| using NadekoBot.Services; | ||||
| using NadekoBot.Services.Database.Models; | ||||
| using NadekoBot.Services.Impl; | ||||
| using NadekoBot.Core.Services; | ||||
| using NadekoBot.Core.Services.Database.Models; | ||||
| using NadekoBot.Core.Services.Impl; | ||||
| using NLog; | ||||
|  | ||||
| namespace NadekoBot.Modules.Permissions.Services | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| using System.Threading.Tasks; | ||||
| using NadekoBot.Services; | ||||
| using NadekoBot.Services.Database.Models; | ||||
| using NadekoBot.Core.Services; | ||||
| using NadekoBot.Core.Services.Database.Models; | ||||
|  | ||||
| namespace NadekoBot.Modules.Permissions.Services | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user