48d53f9b4d2c98a37a33fea70ceb6837a1ad2df9
These commands have existed for a while but were kept private due to them only being used in a private discord server and not the structure not handling different servers (if someone set an ip for their server, anyone who used the status command would see the result for that ip). Now that I have reset my computer and lost local changes I decided to rewrite it (better this time) and publish it.
tommy-bot
Steps for hosting
- Insert an
apikey.lua
file under thesrc/modules
folder, make it return a string like so:
return 'key'
-
Insert a
token.lua
file under thesrc/modules
folder, make it also return a string like said above. -
Run
start.bat
to start the bot.
Note: token.lua
should be your discord login bot token and apikey.lua
should be your StrafesNET API key.
Description
Languages
Lua
98.9%
Batchfile
1.1%