Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit d2ebdfa

Browse files
committed
Updated to use --verbose option if specified
1 parent c037182 commit d2ebdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiscordBot/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public async Task StartAsync(string[] args)
4343

4444
_client = new DiscordSocketClient(new DiscordSocketConfig
4545
{
46-
LogLevel = LogSeverity.Info
46+
LogLevel = logS
4747
});
4848

4949
_client.Log += Log;

0 commit comments

Comments
 (0)