mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Removed pipebomb...
This commit is contained in:
parent
e5ffb349f7
commit
191bb3cce4
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ function parseWhitelist(value: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function isValidUserId(id: string) {
|
function isValidUserId(id: string) {
|
||||||
return /^\d+$/.test(id); // Validates if the string is a number (basic validation for Discord User IDs)
|
return /^\d+$/.test(id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue