1 parent f89e663 commit ddbb27bCopy full SHA for ddbb27b
1 file changed
src/components/events/message.ts
@@ -75,8 +75,8 @@ export default async function (msg: Message, type: string) {
75
await sleep(randomMs);
76
const isEmoji = /.*[A-Za-z0-9].*/.test(reaction);
77
78
- if (Math.random() < 0.5 && !isEmoji)
79
- if (Math.random() < 0.5)
+ if (Math.random() < 0.1 && !isEmoji)
+ if (Math.random() < 0.2)
80
await client.sendMessage(msg.id.remote, reaction);
81
else await msg.reply(reaction);
82
else await originalReact(reaction);
0 commit comments