For linux/ubuntu
- Get discord bot token from Discord Developer Portal
- Clone the repository
git clone https://github.com/IoTE02-KMITL/sugear67-discord - Install the dependencies
npm install - Copy environment file
cp .env.sample .env - Edit environment file
nano .envorvim .env - Edit configuration file
nano src/config/config.jsonorvim src/config/config.json - Run the bot
npm startor with pm2pm2 start npm --name sugear67-discord -- run start --
This project is licensed under the MIT License - see the LICENSE file for details