mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: emoji regex fix
This commit is contained in:
parent
b770aa9021
commit
df4ecc84ab
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ export class Entertainment extends plugin {
|
|||
permission: 'master'
|
||||
},
|
||||
{
|
||||
reg: `^${emojiRegex()}{2}`,
|
||||
reg: `^(${emojiRegex()}){2}$`,
|
||||
fnc: 'combineEmoj'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue