finished plugin system base

This commit is contained in:
2024-04-15 18:17:12 +02:00
parent 31e96c80f4
commit 077054109f
51 changed files with 2218 additions and 2160 deletions

View File

@@ -3,12 +3,12 @@ package main
import (
"github.com/disgoorg/disgo/discord"
"github.com/disgoorg/disgo/events"
"github.com/vaporvee/acecore/cmd"
"github.com/vaporvee/acecore/shared"
)
var Plugin = &cmd.Plugin{
var Plugin = &shared.Plugin{
Name: "Info",
Commands: []cmd.Command{
Commands: []shared.Command{
{
Definition: discord.SlashCommandCreate{
Name: "info",