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