forked from PluralFlux/PluralFlux
Revert "adding debounce" cus it's not working
This reverts commit 1d27db960c.
# Conflicts:
# src/bot.js
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user