mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +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) {
|
function isValidUserId(id: string) {
|
||||||
return /^\d+$/.test(id);
|
return /^\d+$/.test(id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue