v3.4.2-dev #28

Merged
voidf1sh merged 3 commits from v3.4.2-dev into main 2025-01-27 20:14:15 +00:00
Showing only changes of commit 5e71af6072 - Show all commits

View File

@ -26,7 +26,7 @@ module.exports = {
joint = joints[randIndex]; joint = joints[randIndex];
} }
// Send the joint // Send the joint
message.reply(`${joints[randIndex]} ${emoji.joint}`); message.channel.send(`${joints[randIndex]} ${emoji.joint}`);
// Check how full the roach collection is // Check how full the roach collection is
if (message.client.roaches.size / joints.length >= 0.85) { if (message.client.roaches.size / joints.length >= 0.85) {
// If the roach collection is 85% of the joints collection // If the roach collection is 85% of the joints collection