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

@@ -4,7 +4,7 @@ import (
"github.com/bwmarrin/discordgo"
)
var dadjoke_command Command = Command{
var cmd_dadjoke Command = Command{
Definition: discordgo.ApplicationCommand{
Name: "dadjoke",
Description: "Gives you a random joke that is as bad as your dad would tell them",