12 lines
836 B
Markdown
12 lines
836 B
Markdown
# rsurf-doge
|
|
|
|
### Steps for hosting
|
|
|
|
1. Insert an `token.lua` file under the `src/modules` folder, make it return a string like so:
|
|
(this will be your bot login token)
|
|
```lua
|
|
return 'token'
|
|
```
|
|
2. Insert a `token.lua` file under the `src/modules` folder, make it also return a string like said above.
|
|
3. Insert the discordia library under a new folder `deps/discordia` by running `install_discordia.bat`.
|