started adding plugin system
This commit is contained in:
@@ -11,9 +11,10 @@ import (
|
||||
"github.com/disgoorg/disgo/events"
|
||||
"github.com/disgoorg/json"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/vaporvee/acecore/struct_cmd"
|
||||
)
|
||||
|
||||
var cmd_addemoji Command = Command{
|
||||
var cmd_addemoji struct_cmd.Command = struct_cmd.Command{
|
||||
Definition: discord.SlashCommandCreate{
|
||||
Name: "add-emoji",
|
||||
Description: "Add an external emoji directly to the server.",
|
||||
|
Reference in New Issue
Block a user