started adding plugin system
This commit is contained in:
@@ -9,9 +9,10 @@ import (
|
||||
"github.com/disgoorg/disgo/events"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/vaporvee/acecore/custom"
|
||||
"github.com/vaporvee/acecore/struct_cmd"
|
||||
)
|
||||
|
||||
var cmd_ping Command = Command{
|
||||
var cmd_ping struct_cmd.Command = struct_cmd.Command{
|
||||
Definition: discord.SlashCommandCreate{
|
||||
Name: "ping",
|
||||
Description: "Returns the ping of the bot",
|
||||
|
Reference in New Issue
Block a user