added remove command

This commit is contained in:
2024-02-18 21:14:51 +01:00
parent 3748527a54
commit 8fb88677c3
3 changed files with 49 additions and 17 deletions

View File

@@ -15,6 +15,8 @@ import (
_ "github.com/lib/pq"
)
//TODO: make the codebase less garbage
type Command struct {
Definition discordgo.ApplicationCommand
}