Moved store providers to geekbot.net.lib.media
This commit is contained in:
parent
0078de8a7f
commit
7308e5257a
9 changed files with 13 additions and 9 deletions
|
@ -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}\"";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
using System.IO;
|
||||
using Serilog;
|
||||
|
||||
namespace Geekbot.net.Lib
|
||||
namespace Geekbot.net.Lib.Media
|
||||
{
|
||||
public class CheckEmImageProvider : ICheckEmImageProvider
|
||||
{
|
|
@ -2,7 +2,7 @@
|
|||
using System.IO;
|
||||
using Serilog;
|
||||
|
||||
namespace Geekbot.net.Lib
|
||||
namespace Geekbot.net.Lib.Media
|
||||
{
|
||||
internal class FortunesProvider : IFortunesProvider
|
||||
{
|
|
@ -2,7 +2,7 @@
|
|||
using System.IO;
|
||||
using Serilog;
|
||||
|
||||
namespace Geekbot.net.Lib
|
||||
namespace Geekbot.net.Lib.Media
|
||||
{
|
||||
public class PandaProvider : IPandaProvider
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue