Ah right, it's promauto.

This commit is contained in:
Hamcha 2019-05-27 14:53:06 +02:00
parent a0a24f37c0
commit e05f513f2a
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 0 additions and 6 deletions

View File

@ -25,9 +25,3 @@ var (
"command",
})
)
func init() {
prometheus.MustRegister(opTotalMsg)
prometheus.MustRegister(opMsgPerChat)
prometheus.MustRegister(opCommand)
}