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

@ -3,7 +3,7 @@ using System.Net.Http;
using System.Threading.Tasks;
using Discord;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using Newtonsoft.Json;
namespace NadekoBot.Modules.Searches.Common

View File

@ -1,7 +1,7 @@
using Discord;
using Discord.Commands;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using Newtonsoft.Json.Linq;
using System;
using System.Globalization;

View File

@ -4,7 +4,7 @@ using Newtonsoft.Json.Linq;
using System;
using System.Linq;
using System.Net.Http;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using System.Threading.Tasks;
using System.Net;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
using NadekoBot.Services;
using NadekoBot.Core.Services;
using Newtonsoft.Json;
using NLog;
using System;

View File

@ -2,14 +2,14 @@
using Microsoft.SyndicationFeed;
using Microsoft.SyndicationFeed.Rss;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using System;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Xml;
using System.Collections.Generic;
using NadekoBot.Services.Database.Models;
using NadekoBot.Core.Services.Database.Models;
using Microsoft.EntityFrameworkCore;
using System.Collections.Concurrent;
using Discord.WebSocket;

View File

@ -1,7 +1,7 @@
using Discord;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using Newtonsoft.Json;
using NLog;
using System;
@ -10,7 +10,7 @@ using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using NadekoBot.Modules.Searches.Common;
using NadekoBot.Services.Database.Models;
using NadekoBot.Core.Services.Database.Models;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using System.Net.Http;

View File

@ -1,8 +1,8 @@
using Discord;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NadekoBot.Services;
using NadekoBot.Services.Database.Models;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
using Newtonsoft.Json;
using System;
using System.Collections.Concurrent;
@ -13,7 +13,7 @@ using System.Threading;
using System.Threading.Tasks;
using NadekoBot.Modules.Searches.Common;
using NadekoBot.Modules.Searches.Common.Exceptions;
using NadekoBot.Services.Impl;
using NadekoBot.Core.Services.Impl;
namespace NadekoBot.Modules.Searches.Services
{

View File

@ -2,9 +2,9 @@
using Discord;
using System.Linq;
using System.Threading.Tasks;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using System.Collections.Generic;
using NadekoBot.Services.Database.Models;
using NadekoBot.Core.Services.Database.Models;
using Microsoft.EntityFrameworkCore;
using NadekoBot.Common.Attributes;
using NadekoBot.Extensions;

View File

@ -4,7 +4,7 @@ using NadekoBot.Extensions;
using System.Threading.Tasks;
using System.Linq;
using NadekoBot.Common.Attributes;
using NadekoBot.Services;
using NadekoBot.Core.Services;
using NadekoBot.Modules.Searches.Services;
namespace NadekoBot.Modules.Searches