Simple Discord bot.
- Download / Clone the repo:
git clone https://github.com/tylerxxyz/minion-bot.git
cd minion-bot- Install dependencies:
npm install- Create
.envfile:
Inside the project folder, create a file named .env and add your bot token:
DISCORD_TOKEN=your_bot_token_here
- Run the bot:
node index.jsNow your bot should be online!
If you want to update:
git pull
npm install
node index.jsDone!