We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524b639 commit 2f85476Copy full SHA for 2f85476
package.json
@@ -3,7 +3,6 @@
3
"version": "2.0.0",
4
"description": "Webhook Vote Reciever For Lists Such As top.gg, InfinityBotList and Many More To Come!",
5
"main": "index.js",
6
- "types": "./typings/index.d.ts",
7
"engines": {
8
"node": "^12.19.0"
9
},
src/Client.js
@@ -123,8 +123,6 @@ class WebhooksManager extends EventEmitter {
123
console.log(chalk.red("[BLWEBHOOKS] Extra protection disabled."));
124
}
125
126
- console.log(options.extra.shardedClient)
127
-
128
if (!client) {
129
return console.log(chalk.red("[BLWEBHOOKS] The client is not defined"));
130
0 commit comments