Updated and cleaned up files

This commit is contained in:
2023-11-15 19:08:13 +01:00
parent b897670c97
commit 325d310de5
8 changed files with 114 additions and 118 deletions

5
utils/utils.js Normal file
View File

@@ -0,0 +1,5 @@
const { skywarsLevel } = require('./functions/skywars.js')
const { bedwarsLevel } = require('./functions/bedwars.js')
const { hypixelLevel } = require('./functions/hypixel.js')
module.exports = { skywarsLevel, bedwarsLevel, hypixelLevel }