StrafesNET Discord bot
Go to file
2024-04-09 22:00:58 -04:00
exes wat 2023-01-07 17:17:47 -05:00
src more email markers 2024-04-08 14:15:21 +01:00
.gitignore fix gitignore 2024-01-12 22:35:24 -05:00
install_discordia.bat make the auto installer install discordia dependencies 2024-01-07 00:42:03 -08:00
README.md Merge remote-tracking branch 'origin/main' 2022-12-03 20:19:54 -05: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 soundcloud download fixed (for now) removed youtube download 2022-08-24 17:20:44 -04:00

tommy-bot

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.