fix: apply biome formatting

This commit is contained in:
Peter Steinberger
2025-12-26 14:38:37 +01:00
parent e33c09f8d4
commit ce91aba4de
6 changed files with 26 additions and 16 deletions

View File

@@ -4,4 +4,3 @@ export function normalizeDiscordToken(raw?: string | null): string | undefined {
if (!trimmed) return undefined;
return trimmed.replace(/^Bot\s+/i, "");
}