Added Default Dynamic Command Handlers & api calls
!countdown <duration> !title <newTitle> !game || !category !uptime
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user