mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Bug Fixes, remove slow clap
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
const Command = require('../../structures/Command');
|
||||
|
||||
module.exports = class SlowClapCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'slow-clap',
|
||||
group: 'single',
|
||||
memberName: 'slow-clap',
|
||||
description: '_slow clap_'
|
||||
});
|
||||
}
|
||||
|
||||
run(msg) {
|
||||
return msg.say('_slow clap_');
|
||||
}
|
||||
};
|
||||
@@ -22,7 +22,7 @@ module.exports = class TableflipCommand extends Command {
|
||||
async run(msg) {
|
||||
const message = await msg.say('(\\\\°□°)\\\\ ┬─┬');
|
||||
for (const frame of frames) {
|
||||
await delay(200);
|
||||
await delay(100);
|
||||
await message.edit(frame);
|
||||
}
|
||||
return message;
|
||||
|
||||
Reference in New Issue
Block a user