StrafesNET Discord bot
tommy
48d53f9b4d
These commands have existed for a while but were kept private due to them only being used in a private discord server and not the structure not handling different servers (if someone set an ip for their server, anyone who used the status command would see the result for that ip). Now that I have reset my computer and lost local changes I decided to rewrite it (better this time) and publish it. |
||
---|---|---|
exes | ||
src | ||
.gitignore | ||
install_discordia.bat | ||
README.md | ||
restart.txt | ||
start.bat | ||
ytdl.exe |
tommy-bot
Steps for hosting
- 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. -
Run
start.bat
to start the bot.