StrafesNET Discord bot
Go to file
2022-04-03 18:44:56 -04:00
exes auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00
src add src files 2022-04-03 17:53:48 -04:00
.gitignore restart.txt bug 2022-04-03 18:44:56 -04:00
install_discordia.bat auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00
README.md auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00
restart.txt restart.txt bug 2022-04-03 18:44:56 -04:00
start.bat auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00

# rsurf-doge

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:
return 'key'
  1. Insert a token.lua file under the src/modules folder, make it also return a string like said above.
  2. Insert the discordia library under a new folder deps/discordia by running install_discordia.bat.