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