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

@ -15,7 +15,7 @@ namespace Geekbot.net.Lib
// this.botOwnerDmChannel = botOwnerDmChannel;
}
public async void HandleCommandException(Exception e, ICommandContext Context)
public void HandleCommandException(Exception e, ICommandContext Context)
{
var errorMsg =
$"Error Occured while executing \"{Context.Message.Content}\", executed by \"{Context.User.Username}\"";

View file

@ -2,7 +2,7 @@
using System.IO;
using Serilog;
namespace Geekbot.net.Lib
namespace Geekbot.net.Lib.Media
{
public class CheckEmImageProvider : ICheckEmImageProvider
{

View file

@ -2,7 +2,7 @@
using System.IO;
using Serilog;
namespace Geekbot.net.Lib
namespace Geekbot.net.Lib.Media
{
internal class FortunesProvider : IFortunesProvider
{

View file

@ -2,7 +2,7 @@
using System.IO;
using Serilog;
namespace Geekbot.net.Lib
namespace Geekbot.net.Lib.Media
{
public class PandaProvider : IPandaProvider
{