mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Animated emoji, npm fix
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = class MockingCommand extends Command {
|
||||
|
||||
run(msg, { text }) {
|
||||
for (let i = 0; i < text.length; i += Math.floor(Math.random() * 4)) text[i] = text[i].toUpperCase();
|
||||
return msg.say(`${text.join('')} <:sponge:318612443398144000>`);
|
||||
return msg.say(`${text.join('')} <:sponge:390141884070363138>`);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user