mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Log channel ID rather than name
This commit is contained in:
parent
0b4335ccaa
commit
1577eb7041
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ namespace PluralKit.Bot
|
|||
messageId = await client.SendMessageAsync(text, username: username, avatarUrl: avatarUrl);
|
||||
}
|
||||
|
||||
_logger.Information("Invoked webhook {Webhook} in channel {Channel}", webhook.Id, webhook.Channel);
|
||||
_logger.Information("Invoked webhook {Webhook} in channel {Channel}", webhook.Id, webhook.ChannelId);
|
||||
|
||||
// Log it in the metrics
|
||||
_metrics.Measure.Meter.Mark(BotMetrics.MessagesProxied, "success");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue