forked from tommy/tommy-bot
86b7d5837e0fe8d648b757a7f595b785c3e5bfa4
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.8%
Batchfile
1.2%