mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-19 08:41:39 +01:00
add six seven joke to seiso and yabai
This commit is contained in:
@@ -8,6 +8,10 @@ export default new Command({
|
|||||||
execution: async (msg, user) => {
|
execution: async (msg, user) => {
|
||||||
const rand = Math.floor(Math.random() * 101);
|
const rand = Math.floor(Math.random() * 101);
|
||||||
if (rand > 75) await sendMessage(`${rand}% seiso YAAAA`, msg.messageId);
|
if (rand > 75) await sendMessage(`${rand}% seiso YAAAA`, msg.messageId);
|
||||||
|
else if (rand === 67) await Promise.all([
|
||||||
|
sendMessage(`KOKPEG 67 KOKPEG`),
|
||||||
|
timeout(user, 'SIX SEVEN', 67)
|
||||||
|
])
|
||||||
else if (rand > 50) await sendMessage(`${rand}% seiso POGGERS`, msg.messageId);
|
else if (rand > 50) await sendMessage(`${rand}% seiso POGGERS`, msg.messageId);
|
||||||
else if (rand === 50) await sendMessage(`${rand}% seiso ok`, msg.messageId);
|
else if (rand === 50) await sendMessage(`${rand}% seiso ok`, msg.messageId);
|
||||||
else if (rand > 30) await sendMessage(`${rand}% seiso SWEAT`, msg.messageId);
|
else if (rand > 30) await sendMessage(`${rand}% seiso SWEAT`, msg.messageId);
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ export default new Command({
|
|||||||
if (rand < 25) sendMessage(`${rand}% yabai! GIGACHAD`, msg.messageId);
|
if (rand < 25) sendMessage(`${rand}% yabai! GIGACHAD`, msg.messageId);
|
||||||
else if (rand < 50) sendMessage(`${rand}% yabai POGGERS`, msg.messageId);
|
else if (rand < 50) sendMessage(`${rand}% yabai POGGERS`, msg.messageId);
|
||||||
else if (rand === 50) sendMessage(`${rand}% yabai ok`, msg.messageId);
|
else if (rand === 50) sendMessage(`${rand}% yabai ok`, msg.messageId);
|
||||||
|
else if (rand === 67) await Promise.all([
|
||||||
|
sendMessage(`KOKPEG 67 KOKPEG`),
|
||||||
|
timeout(user, 'SIX SEVEN', 67)
|
||||||
|
])
|
||||||
else if (rand < 90) sendMessage(`${rand}% yabai AINTNOWAY`, msg.messageId);
|
else if (rand < 90) sendMessage(`${rand}% yabai AINTNOWAY`, msg.messageId);
|
||||||
else await Promise.all([
|
else await Promise.all([
|
||||||
sendMessage(`${msg.chatterDisplayName} is ${rand}% yabai CAUGHT`),
|
sendMessage(`${msg.chatterDisplayName} is ${rand}% yabai CAUGHT`),
|
||||||
|
|||||||
Reference in New Issue
Block a user