tommy-bot/README.md
tommy dcc98ff4be yea
tommy-bot rename
2022-12-03 20:08:04 -05:00

16 lines
876 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ÿþ# rsurf-doge
### 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.
###### Note: `token.lua` should be your discord login bot token and `apikey.lua` should be your StrafesNET API key.