Disable more commands and vanity cleanup

This commit is contained in:
Loporrit
2024-03-11 11:31:13 +00:00
parent 8633c15cf9
commit d4f017e16e
2 changed files with 9 additions and 11 deletions

View File

@@ -200,7 +200,7 @@ internal class DiscordBot : IHostedService
var guild = (await _discordClient.Rest.GetGuildsAsync()).First();
await _interactionModule.RegisterCommandsToGuildAsync(guild.Id, true).ConfigureAwait(false);
_ = RemoveUsersNotInVanityRole();
//_ = RemoveUsersNotInVanityRole();
_ = ProcessReportsQueue();
}
@@ -430,4 +430,4 @@ internal class DiscordBot : IHostedService
await Task.Delay(TimeSpan.FromSeconds(15)).ConfigureAwait(false);
}
}
}
}