UNPKG
discord-tool
Version:
latest (3.0.0)
3.0.0
2.0.0
0.0.0-claim
A best tool for discord bot
github.com/loirenn/discord-tool
loirenn/discord-tool
discord-tool
/
dist
/
inviteRegex.js
5 lines
(4 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
InviteRegex
=
void
0
;
exports
.
InviteRegex
=
/(https:\/\/)?(www\.)?(((discord(app)?)?\.com\/invite)|((discord(app)?)?\.gg))\/(?<invite>.+)/gm
;