This commit is contained in:
Your Name 2024-09-18 23:15:11 -06:00
parent 5ce7a2af0d
commit 0ed2b514c4

View File

@ -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,