mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Edit log output
Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
3b0d08f0e8
commit
5cfb5e428f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public sealed class GuildUpdateService : BackgroundService
|
|||
}
|
||||
|
||||
await _guildData.RemoveGuildId(guildId);
|
||||
_logger.LogInformation("Left guild \"{guildId}\"", guildId);
|
||||
_logger.LogInformation("Left guild {guildId}", guildId);
|
||||
|
||||
return Result.FromSuccess();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue