renamed command variables and added autopublishing

This commit is contained in:
2024-03-05 14:05:17 +01:00
parent 4d02026f25
commit c90e2d59fc
11 changed files with 90 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/bwmarrin/discordgo"
)
var sticky_command Command = Command{
var cmd_sticky Command = Command{
Definition: discordgo.ApplicationCommand{
Name: "sticky",
Description: "Stick messages to the bottom of the current channel",