https://github.com/extiverse/bot
The @flagrow bot.
https://github.com/extiverse/bot
bot discodian discord flagrow flarum
Last synced: 5 months ago
JSON representation
The @flagrow bot.
- Host: GitHub
- URL: https://github.com/extiverse/bot
- Owner: extiverse
- Created: 2017-12-18T14:26:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T09:31:25.000Z (over 3 years ago)
- Last Synced: 2024-05-01T14:26:34.374Z (about 2 years ago)
- Topics: bot, discodian, discord, flagrow, flarum
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# installation
Copy .env.example to .env and edit the required fields:
- BOT_TOKEN a discord bot app, see https://discordapp.com/developers/applications.
- FLAGROW_TOKEN a personal access token from flagrow.io, enclose with double quotes!
- BOT_OWNER, your unique discord id.
```bash
# install dependencies
$ npm ci
# start bot
$ npm run start
```
## pm2 deployment
```
git pull origin master
npm install
rm -rf package-lock.json
pm2 restart src/index.js --update-env
```