fix apparent mistake

This commit is contained in:
DutchEllie 2021-06-04 16:21:36 +02:00
parent b64a4096e9
commit 780fe972cd
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ type application struct {
allBadWords map[string][]string
limiter *limiter.Limiter
commandMux *mux.CommandMux
active bool
stop bool
}
func main() {