mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Random Person Command
This commit is contained in:
@@ -17,7 +17,7 @@ class Database {
|
||||
)
|
||||
.catch(err => {
|
||||
console.error(`[DATABASE] Unable to connect: ${err}`);
|
||||
console.error(`[DATABASE] Reconnecting in 5 seconds...`);
|
||||
console.error('[DATABASE] Reconnecting in 5 seconds...');
|
||||
setTimeout(() => Database.start(), 5000);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user