Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

205 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tommy-bot

Steps for hosting

  1. Add the Token.lua, APIKeys.lua and RankConstants.lua files inside src/Modules.

  2. Token.lua should be solely comprised of your Discord bot token. (See example below)

return "bot.token"
  1. APIKeys.lua should contain any other external API key. Currently only the following are required:
return {
    StrafesNET = "strafes_aabbcc"
}
  1. RankConstants.lua should contain the magic constants used for rank point calculation.
return {
    Magic1 = 1,
    Magic2 = 2
}

T.O.S.

TBD

PRIVACY POLICY

TBD

About

StrafesNET Discord bot

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages