Block a user
discordId type from integer to string across frontend, backend, and API schema for consistency and proper validation.
DiscordAppealDiscord and annotate class with @Slf4j.
DiscordSender.
DiscordBotInstance to remove start method from public API, initialize JDA with lazy loading, and clean up unused token validation logic.
DiscordBotInstance to initialize JDA lazily and standardize "Discord ID" terminology in appeal form.
AppealComponent to remove dynamic height logic, integrate FullSizeComponent, and simplify imports.
AppealSender and improve assignment handling with thread creation and button interactions.
WARN case in EditHistoryMapper by updating "litebans_warnings" instead of throwing an exception.
MessageForEmbed object and add support for creating threads in targeted channels.
RedirectComponent to use window.location.href for external navigation instead of router.navigateByUrl.
RedirectComponent to handle dynamic redirections and update routes for improved maintainability.