Skip to content

Commit 58b63a8

Browse files
committed
version -> 1.4.1
1 parent 77f4bc2 commit 58b63a8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quranbot",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "src/shard.js",
55
"author": "@Arth | @omar",
66
"contributors": [

src/listeners/lavalink/nodeConnect.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ class NodeConnectEvent extends Listener {
2121
}
2222

2323
async run(node) {
24-
let ext = {
25-
num: 0,
26-
stats: false
27-
};
2824
const { client } = this.container;
2925
// client.manager.destroy();
3026
this.container.logger.info(`Node "${node.options.identifier}" connected.`);

0 commit comments

Comments
 (0)