mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 00:35:32 +02:00
fix(arabot): fix april with bad number comparison
This commit is contained in:
parent
afb5e8f013
commit
2cc0e5572b
@ -31,7 +31,7 @@ export class AprilMessageListener extends Listener {
|
||||
public async run(message: Message) {
|
||||
if (Math.random() < 0.01) {
|
||||
await message.react('<a:dantasvibe:976309036754538676>');
|
||||
} else if (Math.random() > 0.098) {
|
||||
} else if (Math.random() > 0.98) {
|
||||
await message.channel.send('anthony is the worst coordinator, fucking demote them already');
|
||||
} else if (Math.random() > 0.99) {
|
||||
await message.reply('owo');
|
||||
|
Loading…
x
Reference in New Issue
Block a user