mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Lower log level of an unnecessary webhook logging message
This commit is contained in:
parent
c639e9ba1e
commit
3c7afbfdaa
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ namespace PluralKit.Bot
|
|||
|
||||
public async Task<ulong> ExecuteWebhook(ITextChannel channel, string name, string avatarUrl, string content, IAttachment attachment)
|
||||
{
|
||||
_logger.Debug("Invoking webhook in channel {Channel}", channel.Id);
|
||||
_logger.Verbose("Invoking webhook in channel {Channel}", channel.Id);
|
||||
|
||||
// Get a webhook, execute it
|
||||
var webhook = await _webhookCache.GetWebhook(channel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue