Skip to content

Commit 5746336

Browse files
committed
added WoolWars to index file
1 parent 8116da4 commit 5746336

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ module.exports = {
6666
VampireZ: require('./structures/MiniGames/VampireZ.js'),
6767
Walls: require('./structures/MiniGames/Walls.js'),
6868
Warlords: require('./structures/MiniGames/Warlords.js'),
69+
WoolWars: require('./structures/MiniGames/WoolWars.js'),
6970

7071
/* Leaderboards */
7172
Leaderboard: require('./structures/Leaderboard.js'),

tests/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const {
2121
Pets,
2222
Pet,
2323
Color,
24-
ServerInfo,
2524
WoolWars
2625
} = require('../src');
2726
const client = new Client(process.env.HYPIXEL_KEY, { cache: true });

0 commit comments

Comments
 (0)