This commit is contained in:
Caraxi 2025-08-22 18:33:14 +09:30
parent 616b96981d
commit bc1c884562
26 changed files with 209 additions and 498 deletions

View file

@ -117,8 +117,8 @@ internal class DiscordBot : IHostedService
_botServices.UpdateGuild(guild);
await _botServices.LogToChannel("Bot startup complete.").ConfigureAwait(false);
_ = UpdateVanityRoles(guild, _clientConnectedCts.Token);
_ = RemoveUsersNotInVanityRole(_clientConnectedCts.Token);
_ = RemoveUnregisteredUsers(_clientConnectedCts.Token);
// _ = RemoveUsersNotInVanityRole(_clientConnectedCts.Token);
// 1_ = RemoveUnregisteredUsers(_clientConnectedCts.Token);
}
private async Task UpdateVanityRoles(RestGuild guild, CancellationToken token)