tommy-bot/README.md

22 lines
484 B
Markdown
Raw Permalink Normal View History

2022-12-02 00:57:52 +00:00
# tommy-bot
### Steps for hosting
1. Insert an `apikey.lua` file under the `src/modules` folder, make it return a string like so:
```lua
return 'key'
```
2. Insert a `token.lua` file under the `src/modules` folder, make it also return a string like said above.
3. Run `start.bat` to start the bot.
2024-07-05 22:11:40 +00:00
###### Note: `token.lua` should be your discord login bot token and `apikey.lua` should be your StrafesNET API key.
### T.O.S.
TBD
### PRIVACY POLICY
TBD