Moved store providers to geekbot.net.lib.media

This commit is contained in:
Runebaas 2017-09-27 17:18:31 +02:00
parent 0078de8a7f
commit 7308e5257a
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
9 changed files with 13 additions and 9 deletions

View file

@ -4,6 +4,7 @@ using System.Text;
using System.Threading.Tasks;
using Discord.Commands;
using Geekbot.net.Lib;
using Geekbot.net.Lib.Media;
using Serilog;
namespace Geekbot.net.Modules

View file

@ -1,6 +1,6 @@
using System.Threading.Tasks;
using Discord.Commands;
using Geekbot.net.Lib;
using Geekbot.net.Lib.Media;
namespace Geekbot.net.Modules
{

View file

@ -1,6 +1,6 @@
using System.Threading.Tasks;
using Discord.Commands;
using Geekbot.net.Lib;
using Geekbot.net.Lib.Media;
namespace Geekbot.net.Modules
{