Update main.go

This commit is contained in:
ITbyHF 2021-05-06 07:33:38 +02:00 committed by GitHub
parent 9ed8743a76
commit 9d87ed7520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`