This commit is contained in:
Your Name 2024-09-19 00:23:54 -06:00
parent d61fe2b490
commit f5cd6d3966

View File

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