fix
This commit is contained in:
parent
f2ba45451b
commit
466be384ef
@ -19,6 +19,13 @@ var thinking_count = (content.match(/🤔/g) || []).length;
|
||||
var star_count = (content.match(/✨/g) || []).length;
|
||||
var limit = 1;
|
||||
|
||||
if ( hundred_count > 0 ) {
|
||||
return {
|
||||
id,
|
||||
action: 'reject',
|
||||
msg: 'ReplyGuy Dual Emoji Policy: Blocked!',
|
||||
};
|
||||
}
|
||||
if ( rainbow_count > 0 ) {
|
||||
return {
|
||||
id,
|
||||
|
Loading…
Reference in New Issue
Block a user