Skip to content

Commit

Permalink
Update ToadCommandHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wattsyart committed Aug 24, 2023
1 parent 0ac73ea commit de64e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private static async Task ImagineAsync(DiscordInteraction message, IServiceProvi
var imageUrl = $"{serverUrl}/builder/img/?seed={seed}";

logger.LogInformation("URL: {Url}", url);
logger.LogInformation("ImageURL: {ImageUrl}", url);
logger.LogInformation("ImageURL: {ImageUrl}", imageUrl);

command.AddEmbed(embed =>
{
Expand Down

0 comments on commit de64e06

Please sign in to comment.