Skip to content

Commit

Permalink
Print the log level in the startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Aug 24, 2024
1 parent 5bd4b82 commit c32caad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Events/ReadyEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ public static async Task OnStartup(DiscordClient client)
$"**Version timestamp**: `{commitTime}`\n**Framework**: `{RuntimeInformation.FrameworkDescription}`\n" +
$"**Platform**: `{RuntimeInformation.OSDescription}`\n" +
$"**Library**: `DSharpPlus {discord.VersionString}`\n" +
$"**List update success**: `{listSuccess}`\n\n" +
$"**List update success**: `{listSuccess}`\n" +
$"**Log level**: `{cfgjson.LogLevel}`\n\n" +
$"Most recent commit message:\n" +
$"```\n" +
$"{commitMessage}\n" +
Expand Down

0 comments on commit c32caad

Please sign in to comment.