Added Default Dynamic Command Handlers & api calls

!countdown <duration>
!title <newTitle>
!game || !category
!uptime
This commit is contained in:
bryce
2025-07-08 16:12:36 +12:00
parent f16dc55ad8
commit bd8d2e404c
6 changed files with 281 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ const (
)
type CustomCommand struct {
Trigger string `json:"trigger"`
Triggers string `json:"triggers"`
Reply string `json:"reply"`
Permission PermissionLevel `json:"permission"`
Match MatchType `json:"match"`