fix: rich logging fix for userids, updated commandlist

add: added bot.date and changed bot.time placeholder. They use timestamp tags now.
fix: fixed double log on server leave
This commit is contained in:
Kwoth
2024-11-07 05:38:22 +00:00
parent 9e96679099
commit 89ca56c77c
5 changed files with 45 additions and 12 deletions

View File

@@ -71,7 +71,6 @@ public sealed class SelfService : IExecNoCommand, IReadyExecutor, INService
if (server.OwnerId != _client.CurrentUser.Id)
{
await server.LeaveAsync();
Log.Information("Left server {Name} [{Id}]", server.Name, server.Id);
}
else
{