-
Add the
Token.lua,APIKeys.luaandRankConstants.luafiles insidesrc/Modules. -
Token.luashould be solely comprised of your Discord bot token. (See example below)
return "bot.token"APIKeys.luashould contain any other external API key. Currently only the following are required:
return {
StrafesNET = "strafes_aabbcc"
}RankConstants.luashould contain the magic constants used for rank point calculation.
return {
Magic1 = 1,
Magic2 = 2
}TBD
TBD