6 lines
240 B
JavaScript
6 lines
240 B
JavaScript
const { skywarsLevel } = require('./functions/skywars.js')
|
|
const { bedwarsLevel } = require('./functions/bedwars.js')
|
|
const { hypixelLevel } = require('./functions/hypixel.js')
|
|
|
|
module.exports = { skywarsLevel, bedwarsLevel, hypixelLevel }
|