tommy-bot/README.md

11 lines
912 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
### Steps for hosting
1. place the exes in path or somethinf idk this is undeeded lok at start.bat
2. Insert an `apikey.lua` file under the `src/modules` folder, make it return a string like so:
```lua
return 'key'
```
3. Insert a `token.lua` file under the `src/modules` folder, make it also return a string like said above.
4. Insert the discordia library under a new folder `deps/discordia` by running `install_discordia.bat`.
2022-04-03 21:51:08 +00:00