Expand logging capability

This commit is contained in:
Ske
2019-07-19 02:29:08 +02:00
parent 52962f1b97
commit b85c79c57b
2 changed files with 40 additions and 5 deletions

View File

@@ -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);
}
}
}