final bruh

This commit is contained in:
Neko-Life 2021-07-26 15:30:59 +07:00
parent dc950c1ac6
commit fd1b586285

View file

@ -21,7 +21,7 @@ module.exports = class update extends commando.Command {
await errLog(xe || e, msg, msg.client, true, "", true); await errLog(xe || e, msg, msg.client, true, "", true);
} }
if (o) return trySend(msg.client, msg, o); if (o) return trySend(msg.client, msg, o);
return trySend("Done"); return trySend(msg.client, msg, "Done");
}); });
} }
}; };