fix: apply biome formatting
This commit is contained in:
@@ -4,4 +4,3 @@ export function normalizeDiscordToken(raw?: string | null): string | undefined {
|
||||
if (!trimmed) return undefined;
|
||||
return trimmed.replace(/^Bot\s+/i, "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user