StrafesNET Discord bot
Go to file
2022-08-24 01:13:06 -04:00
.vscode stuff 2022-06-04 23:39:49 -04:00
exes auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00
src point calculation (real?) 2022-08-24 01:13:06 -04:00
.gitignore a 2022-04-03 18:48:13 -04:00
install_discordia.bat auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00
README.md update readme 2022-04-03 18:53:19 -04:00
restart.txt a 2022-04-03 18:48:13 -04:00
start.bat auto install shit dependenceicsis 2022-04-03 18:36:21 -04:00
ytdl.exe user look up 2022-08-22 02:17:52 -04:00

# rsurf-doge

Steps for hosting

  1. 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. 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.