We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b195d1d commit 4615c9bCopy full SHA for 4615c9b
src/modules/quoiFeur/quoiFeur.helpers.ts
@@ -32,7 +32,7 @@ export const reactOnEndWithQuoi = async (message: Message) => {
32
const channelHasGame = channelIds.find((channelId) => channelId === message.channelId);
33
if (!channelHasGame) return;
34
35
- const probability = 1 / 20;
+ const probability = 1 / 6;
36
37
if (Math.random() <= probability) {
38
await reactWithCoubeh(message);
0 commit comments