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 8116da4 commit 5746336Copy full SHA for 5746336
src/index.js
@@ -66,6 +66,7 @@ module.exports = {
66
VampireZ: require('./structures/MiniGames/VampireZ.js'),
67
Walls: require('./structures/MiniGames/Walls.js'),
68
Warlords: require('./structures/MiniGames/Warlords.js'),
69
+ WoolWars: require('./structures/MiniGames/WoolWars.js'),
70
71
/* Leaderboards */
72
Leaderboard: require('./structures/Leaderboard.js'),
tests/test.js
@@ -21,7 +21,6 @@ const {
21
Pets,
22
Pet,
23
Color,
24
- ServerInfo,
25
WoolWars
26
} = require('../src');
27
const client = new Client(process.env.HYPIXEL_KEY, { cache: true });
0 commit comments