jank fixes

This commit is contained in:
2025-09-11 14:44:26 +02:00
parent 7af09370da
commit 3e373056c9
8 changed files with 38 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ export default new Command('getloot', ['getloot', 'dig', 'loot'], 'chatter', asy
if (await user.greedy()) {
await Promise.all([
sendMessage(`${user.displayName} STOP BEING GREEDY!!! UltraMad UltraMad UltraMad`),
timeout(user, 'STOP BEING GREEDY!!!', 60)
timeout(user, `Wait ${buildTimeString(now - COOLDOWN, lastlootbox)}`, 60)
]);
return;
} else {