made simplefun plugin

This commit is contained in:
2024-04-14 22:26:30 +02:00
parent 410c28bda9
commit d814d39cf1
22 changed files with 96 additions and 39 deletions

View File

@@ -5,10 +5,10 @@ import (
"github.com/disgoorg/disgo/events"
"github.com/disgoorg/json"
"github.com/sirupsen/logrus"
"github.com/vaporvee/acecore/struct_cmd"
"github.com/vaporvee/acecore/cmd"
)
var cmd_autopublish struct_cmd.Command = struct_cmd.Command{
var cmd_autopublish cmd.Command = cmd.Command{
Definition: discord.SlashCommandCreate{
Name: "autopublish",
Description: "Toggle automatically publishing every post in a announcement channel",