started adding plugin system
This commit is contained in:
@@ -13,9 +13,10 @@ import (
|
||||
"github.com/google/uuid"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/vaporvee/acecore/custom"
|
||||
"github.com/vaporvee/acecore/struct_cmd"
|
||||
)
|
||||
|
||||
var cmd_form Command = Command{
|
||||
var cmd_form struct_cmd.Command = struct_cmd.Command{
|
||||
Definition: discord.SlashCommandCreate{
|
||||
Name: "form",
|
||||
DefaultMemberPermissions: json.NewNullablePtr(discord.PermissionManageChannels),
|
||||
@@ -334,7 +335,7 @@ var cmd_form Command = Command{
|
||||
},
|
||||
}
|
||||
|
||||
var cmd_ticket_form Command = Command{
|
||||
var cmd_ticket_form struct_cmd.Command = struct_cmd.Command{
|
||||
Definition: discord.SlashCommandCreate{
|
||||
Name: "ticket",
|
||||
DefaultMemberPermissions: json.NewNullablePtr(discord.PermissionManageChannels),
|
||||
|
Reference in New Issue
Block a user