adjust logging
This commit is contained in:
@@ -295,9 +295,9 @@ internal class DiscordBot : IHostedService
|
|||||||
token.ThrowIfCancellationRequested();
|
token.ThrowIfCancellationRequested();
|
||||||
processedUsers++;
|
processedUsers++;
|
||||||
}
|
}
|
||||||
|
|
||||||
await _botServices.LogToChannel($"Processing registered users finished. Processed {processedUsers} users, added {addedRoles} roles and kicked {kickedUsers}").ConfigureAwait(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
await _botServices.LogToChannel($"Processing registered users finished. Processed {processedUsers} users, added {addedRoles} roles and kicked {kickedUsers} users").ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task RemoveUsersNotInVanityRole(CancellationToken token)
|
private async Task RemoveUsersNotInVanityRole(CancellationToken token)
|
||||||
|
|||||||
Reference in New Issue
Block a user