mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Fixed the shop search feature
This commit is contained in:
+4
-5
@@ -138,8 +138,7 @@ client.connect(err => {
|
||||
]);
|
||||
});
|
||||
|
||||
client.close();
|
||||
|
||||
const END = d.getTime();
|
||||
|
||||
console.log(`Total time in SECONDS: ${(((END - START) % 60000) / 1000).toFixed(0)} ms!`);
|
||||
client.close().then(function() {
|
||||
const END = d.getTime();
|
||||
console.log(`Total time in SECONDS: ${(((END - START) % 60000) / 1000).toFixed(0)} ms!`);
|
||||
});
|
||||
Reference in New Issue
Block a user