-
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Guide
-
Download the Dyscord archive and extract the bot anywhere you wish outside of the server directory.
-
If you download the bot directly from the repository rather than the release tab you may have to add Discord.js by doing
npm install discord.js
while in the bot's directory. -
(Optional) If you run the bot on a Linux system I recommend installing pm2. It automatically restarts the bot if it crashes and you can add several bots to the program so you can simply with one command turn them on or off.
-
Follow the bot config guide.
-
Run start.bat or start.sh to start the bot. Alternatively use
node .
ornode DyscordBot.js
from commandline while in the bot's directory. The start.sh script starts the server in a screen so you can simply pressctrl-A
ctrl-d
to have it run in the background. For more info googlelinux screen
.
Place the extension files in the sourcemod extensions folder and the plugin in the sourcemod plugins folder.