fix apparent mistake
This commit is contained in:
parent
b64a4096e9
commit
780fe972cd
@ -27,6 +27,9 @@ type application struct {
|
||||
allBadWords map[string][]string
|
||||
limiter *limiter.Limiter
|
||||
commandMux *mux.CommandMux
|
||||
|
||||
active bool
|
||||
stop bool
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user