Add embed builder, some more ported classes

This commit is contained in:
Ske
2020-12-23 02:19:02 +01:00
parent 05334f0d25
commit f6fb8204bb
13 changed files with 305 additions and 189 deletions

View File

@@ -1,8 +1,6 @@
using System.Linq;
using System.Threading.Tasks;
using DSharpPlus;
using Humanizer;
using PluralKit.Core;
@@ -119,14 +117,6 @@ namespace PluralKit.Bot
public static Command[] LogCommands = {LogChannel, LogChannelClear, LogEnable, LogDisable};
public static Command[] BlacklistCommands = {BlacklistAdd, BlacklistRemove, BlacklistShow};
private DiscordShardedClient _client;
public CommandTree(DiscordShardedClient client)
{
_client = client;
}
public Task ExecuteCommand(Context ctx)
{