decrease log level for tempbot
This commit is contained in:
parent
23951e4f91
commit
91da8fa70b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
log.SetLevel(log.LevelDebug)
|
log.SetLevel(log.LevelInfo)
|
||||||
log.Info("starting tempbot...")
|
log.Info("starting tempbot...")
|
||||||
log.Info("disgo version: ", disgo.Version)
|
log.Info("disgo version: ", disgo.Version)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue