tommy-bot/README.md

15 lines
870 B
Markdown
Raw Normal View History

2022-04-03 21:51:08 +00:00
<EFBFBD><EFBFBD># rsurf-doge
2022-04-03 22:36:21 +00:00
2022-04-03 22:45:30 +00:00
### Steps for hosting
1. Insert an `apikey.lua` file under the `src/modules` folder, make it return a string like so:
2022-04-03 22:48:13 +00:00
2022-04-03 22:36:21 +00:00
```lua
return 'key'
```
2022-04-03 22:45:30 +00:00
2022-04-03 22:48:13 +00:00
2. Insert a `token.lua` file under the `src/modules` folder, make it also return a string like said above.
2022-04-03 22:53:19 +00:00
3. 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.