Revert "adding debounce" cus it's not working

This reverts commit 1d27db960c.

# Conflicts:
#	src/bot.js
This commit is contained in:
Aster Fialla
2026-02-23 11:18:59 -05:00
parent bfb5bf9cbb
commit c752ee2bf2
6 changed files with 11 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ export const debounceLogin = utils.debounce(client.login, 60000);
(async () => {
try {
await debounceLogin(token);
await client.login(token);
// await db.check_connection();
} catch (err) {
console.error('Login failed:', err);