You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| commands | 4 years ago | |
| events | 4 years ago | |
| .gitignore | 4 years ago | |
| README.md | 4 years ago | |
| app.js | 4 years ago | |
| config.json | 4 years ago | |
| deploy-commands.js | 4 years ago | |
| destroy-commands.js | 4 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
README.md
aBot - aNetwork's own lil' fella
aBot is the Discord bot written for aNetwork. It is built on discord.js, and as such uses node/js as its primary language.
The main functionality includes:
- Self-assigning roles
- (TODO) A report system
- (TODO) Integration w/ aNetwork specific sites/programs
Requirements
- NodeJs
Setup
- Download nodejs
- Download this with
git clone <repositoryURL> . - Enter directory with
cd aBot - Download required packages with
npm install - Run with
node app.js
Add/Remove Commands
Add
- Add the command in ./commands
- run
node deploy-commands.js
Remove
- Run
node destroy-commands.js
Run the bot
node app.js
Using pm2
pm2 start app.js