912 B
912 B
# rsurf-doge
Steps for hosting
- place the exes in path or somethinf idk this is undeeded lok at start.bat
- Insert an
apikey.lua
file under thesrc/modules
folder, make it return a string like so:
return 'key'
- Insert a
token.lua
file under thesrc/modules
folder, make it also return a string like said above. - Insert the discordia library under a new folder
deps/discordia
by runninginstall_discordia.bat
.