Skip to content
Snippets Groups Projects
Commit e1d0b3b1 authored by Øystein Kristoffer Tveit's avatar Øystein Kristoffer Tveit :beginner:
Browse files

Disable debug logs

parent ddc05ae5
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ module core = ...@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment