An open API service indexing awesome lists of open source software.

https://github.com/devisle/dev-isle-bot


https://github.com/devisle/dev-isle-bot

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Offical Dev Isle Discord Bot!
Open to all in the community @ https://devisle.netlify.com/ to contribute and enhace our experience within the server.

### Installation

- Install the latest [Node.JS](https://nodejs.org/) runtime.
- Install all the dependencies via (ensure you are at the root):
```sh
$ npm i
```
- Run the project via:
```sh
$ npm run build
$ npm run start
---or---
$ npm run dev
```

### When contributing
When contributing please ensure you follow these simple guidelines:
- Name your branches appropriately, i.e., task/ bug/ feature/ etc. We aren't strict here, but a general idea prior is nice! :P
- Write useful commit messages, formatted with a present tense title and a descriptive body. I.e.,
* TITLE: Add RoleService
* BODY: Added the role service, updates roles on points. Problem with where we're updating though...
If the DB call only makes it half way, the user will never receive a role update.

### LICENSE
MIT