This commit is contained in:
Daniel Odendahl Jr
2017-09-24 03:52:53 +00:00
parent 5b217bd70e
commit 09c4a0d56c
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class TableflipCommand extends Command {
async run(msg) { async run(msg) {
const message = await msg.say('(\\\\°□°)\\\\ ┬─┬'); const message = await msg.say('(\\\\°□°)\\\\ ┬─┬');
for (const frame of frames) { for (const frame of frames) {
await wait(400); await wait(300);
await message.edit(frame); await message.edit(frame);
} }
return message; return message;