Added function for calculating guild exp
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
const { skywarsLevel } = require('./functions/skywars.js')
|
||||
const { bedwarsLevel } = require('./functions/bedwars.js')
|
||||
const { hypixelLevel } = require('./functions/hypixel.js')
|
||||
const { guildLevel } = require('./functions/guild.js')
|
||||
|
||||
module.exports = { skywarsLevel, bedwarsLevel, hypixelLevel }
|
||||
module.exports = {
|
||||
skywarsLevel,
|
||||
bedwarsLevel,
|
||||
hypixelLevel,
|
||||
guildLevel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user