Skip to content

Commit 2f85476

Browse files
committed
types
1 parent 524b639 commit 2f85476

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "2.0.0",
44
"description": "Webhook Vote Reciever For Lists Such As top.gg, InfinityBotList and Many More To Come!",
55
"main": "index.js",
6-
"types": "./typings/index.d.ts",
76
"engines": {
87
"node": "^12.19.0"
98
},

src/Client.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ class WebhooksManager extends EventEmitter {
123123
console.log(chalk.red("[BLWEBHOOKS] Extra protection disabled."));
124124
}
125125

126-
console.log(options.extra.shardedClient)
127-
128126
if (!client) {
129127
return console.log(chalk.red("[BLWEBHOOKS] The client is not defined"));
130128
}

0 commit comments

Comments
 (0)