mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Beep
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user