Changed some namespaces, work on packages

This commit is contained in:
Master Kwoth
2017-10-13 06:14:54 +02:00
parent e434de5abb
commit 90e71a3a30
295 changed files with 6140 additions and 6111 deletions

View File

@ -2,7 +2,7 @@
using NadekoBot.Extensions;
using System.Linq;
using Discord;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using System.Threading.Tasks;
using System;
using System.IO;

View File

@ -7,8 +7,8 @@ using NadekoBot.Extensions;
using System.Linq;
using NadekoBot.Common.Attributes;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Services;
using NadekoBot.Services.Impl;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Impl;
namespace NadekoBot.Modules.Help.Services
{