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 e0e631f commit 0ac73ea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ private static async Task ImagineAsync(DiscordInteraction message, IServiceProvi
var url = $"{serverUrl}/builder/?seed={seed}";
var imageUrl = $"{serverUrl}/builder/img/?seed={seed}";

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

command.AddEmbed(embed =>
{
Expand Down

0 comments on commit 0ac73ea

Please sign in to comment.