1
0
Fork 1
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:
Macintxsh 2023-10-04 09:42:39 +03:00 committed by GitHub
parent 3b0d08f0e8
commit 5cfb5e428f
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

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