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;