https://github.com/devisle/dev-isle-bot
https://github.com/devisle/dev-isle-bot
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devisle/dev-isle-bot
- Owner: devisle
- Created: 2020-03-20T00:59:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T11:08:35.000Z (over 4 years ago)
- Last Synced: 2025-02-28T20:43:46.591Z (over 1 year ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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