mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
Merge branch 'master' of https://github.com/koreanbots/koreanbots
This commit is contained in:
commit
88d205040b
@ -1,7 +1,7 @@
|
||||
import urlRegex from 'url-regex'
|
||||
|
||||
export const ID = /[0-9]{17,}/
|
||||
export const Vanity = /[A-z|\d|-]+/
|
||||
export const Prefix = /^[^\s]/
|
||||
export const ID = /^[0-9]{17,}$/
|
||||
export const Vanity = /^[A-z|\d|-]+$/
|
||||
export const Prefix = /^[^\s]$/
|
||||
export const HTTPProtocol = /^https?:\/\/.*?/
|
||||
export const Url = urlRegex({ strict: true })
|
||||
export const Url = urlRegex({ strict: true })
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user