Closed NotMinhDucGamingTV closed 3 years ago
Copied the original cmd then edited like uou said and it just go bruhhh
if i copy+ paste the orginal command and it have:
if (!args[0]) {
return message.channel.send(
"Woah.... Slow Down!! Who are we hacking..??"
);
}
const tohack = message.mentions.members.first();
let msg = await message.channel.send(Hacking ${tohack.displayName}....
);
let time = "1s";
setTimeout(function () {
msg.edit(`Finding ${tohack.displayName}'s Email and Password.....`);
}, ms(time));
let time1 = "6s";
setTimeout(function () {
msg.edit(`E-Mail: ${tohack.displayName}@gmail.com \nPassword: ********`);
}, ms(time1));
let time2 = "9s";
setTimeout(function () {
msg.edit("Finding Other Accounts.....");
}, ms(time2));
let time3 = "15s";
setTimeout(function () {
msg.edit("Setting up Epic Games Account.....");
}, ms(time3));
let time4 = "21s";
setTimeout(function () {
msg.edit("Hacking Epic Games Account......");
}, ms(time4));
let time5 = "28s";
setTimeout(function () {
msg.edit("Hacked Epic Games Account!!");
}, ms(time5));
let time6 = "31s";
setTimeout(function () {
msg.edit("Collecting Info.....");
}, ms(time6));
let time7 = "38s";
setTimeout(function () {
msg.edit("Selling data to FBI....");
}, ms(time7));
let time8 = "41s";
setTimeout(function () {
msg.edit(`Finished Hacking ${tohack.displayName}`);
}, ms(time8));
}, i need to replace the message right?
ok,it work out.thank again
You can add it your self, just do two things:
Same applies to other commands. Just change the
options
accordingly. If you want no options or want the command to take no input, just do