mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
fix: prefix regex
This commit is contained in:
parent
d08c3e44e0
commit
3f0105e3f4
@ -2,6 +2,6 @@ import urlRegex from 'url-regex'
|
||||
|
||||
export const ID = /[0-9]{17,}/
|
||||
export const Vanity = /[A-z|\d|-]+/
|
||||
export const Prefix = /^\s/
|
||||
export const Prefix = /^[^\s]/
|
||||
export const HTTPProtocol = /^https?:\/\/.*?/
|
||||
export const Url = urlRegex({ strict: true })
|
||||
Loading…
x
Reference in New Issue
Block a user