oysteikt/wiki-math-bot
oysteikt
/
wiki-math-bot
Archived
1
0
Fork 0

Disable debug logs

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-28 01:23:11 +01:00
parent ddc05ae530
commit e1d0b3b1b6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module core =
conf.set_Token config.["BotToken"] conf.set_Token config.["BotToken"]
conf.set_TokenType TokenType.Bot conf.set_TokenType TokenType.Bot
conf.set_UseInternalLogHandler true conf.set_UseInternalLogHandler true
conf.set_LogLevel LogLevel.Debug // conf.set_LogLevel LogLevel.Debug
conf conf
let getCommandsConfig = let getCommandsConfig =