Skip to content

Commit

Permalink
added WoolWars to index file
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed Sep 25, 2023
1 parent 8116da4 commit 5746336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
VampireZ: require('./structures/MiniGames/VampireZ.js'),
Walls: require('./structures/MiniGames/Walls.js'),
Warlords: require('./structures/MiniGames/Warlords.js'),
WoolWars: require('./structures/MiniGames/WoolWars.js'),

/* Leaderboards */
Leaderboard: require('./structures/Leaderboard.js'),
Expand Down
1 change: 0 additions & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const {
Pets,
Pet,
Color,
ServerInfo,
WoolWars
} = require('../src');
const client = new Client(process.env.HYPIXEL_KEY, { cache: true });
Expand Down

0 comments on commit 5746336

Please sign in to comment.