mirror of
https://github.com/Anvilcraft/UffBot.git
synced 2024-12-04 21:02:50 +01:00
Update main.go
This commit is contained in:
parent
9ed8743a76
commit
9d87ed7520
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -19,6 +19,7 @@ import (
|
|||
|
||||
type ConfigFile struct {
|
||||
HelpEnabled bool `json:"helpEnabled"`
|
||||
IsUserBot bool `json:"IsUserBot"`
|
||||
Memes []struct {
|
||||
Command string `json:"Command"`
|
||||
APIURL string `json:"api_url"`
|
||||
|
|
Loading…
Reference in a new issue