Removed pipebomb...

This commit is contained in:
ant0n 2023-11-13 07:43:38 +00:00 committed by GitHub
parent e5ffb349f7
commit 191bb3cce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,5 +82,5 @@ function parseWhitelist(value: 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);
}