mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
Removed redundant thing
This commit is contained in:
parent
5b2fe0ab0b
commit
a9a4d19d21
1 changed files with 0 additions and 6 deletions
|
@ -79,12 +79,6 @@ export default definePlugin({
|
|||
},
|
||||
});
|
||||
|
||||
function parseWhitelist(value: string) {
|
||||
return value.split(",")
|
||||
.map(id => id.trim())
|
||||
.filter(id => id !== "");
|
||||
}
|
||||
|
||||
function isValidUserId(id: string) {
|
||||
return /^\d+$/.test(id);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue