UNPKG
@wilcosp/rex
Version:
latest (3.0.0-beta22feb09b)
next (3.0.0-beta23march29A)
3.0.0-beta23march29A
3.0.0-beta22feb09b
Rex is an automated command manager for discord js
gitlab.com/WilcoSp/rex-commandmanager
@wilcosp/rex
/
dist
/
esm
/
multiUse
/
component.js
7 lines
(6 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ z }
from
"zod"
;
export
function
checkCustomId
(
id
) { z.
string
() .
regex
(
/^[\w-]{1,100}$/
) .
parse
(id); }