mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
Expand logging capability
This commit is contained in:
parent
52962f1b97
commit
b85c79c57b
2 changed files with 40 additions and 5 deletions
|
|
@ -57,7 +57,7 @@ namespace PluralKit.Bot {
|
|||
def);
|
||||
}
|
||||
|
||||
_logger.Information("Set guild {} log channel to {Channel}", guild.Id, newLogChannel?.Id);
|
||||
_logger.Information("Set guild {Guild} log channel to {Channel}", guild.Id, newLogChannel?.Id);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue