From 09c4a0d56c3cae383d52fab2b0a1f605ecd2f6f6 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 24 Sep 2017 03:52:53 +0000 Subject: [PATCH] Beep --- commands/random/tableflip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/tableflip.js b/commands/random/tableflip.js index 8806826c..2dcdb352 100644 --- a/commands/random/tableflip.js +++ b/commands/random/tableflip.js @@ -22,7 +22,7 @@ module.exports = class TableflipCommand extends Command { async run(msg) { const message = await msg.say('(\\\\°□°)\\\\ ┬─┬'); for (const frame of frames) { - await wait(400); + await wait(300); await message.edit(frame); } return message;