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