Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mymicds/mymicds-discord-bot
This is a bot for our Discord Channel
https://github.com/mymicds/mymicds-discord-bot
bot discord-bot discord-js micds mymicds mymicds-discord-bot typescript
Last synced: about 1 month ago
JSON representation
This is a bot for our Discord Channel
- Host: GitHub
- URL: https://github.com/mymicds/mymicds-discord-bot
- Owner: MyMICDS
- Created: 2017-07-30T19:14:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T03:20:59.000Z (over 7 years ago)
- Last Synced: 2024-11-10T18:32:13.107Z (3 months ago)
- Topics: bot, discord-bot, discord-js, micds, mymicds, mymicds-discord-bot, typescript
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyMICDS-Discord-Bot
This is the official bot for MyMICDS# Running
To install dependencies, do```npm install -D```
and then to run a compilation of it, run
```npm run compile-run```
# Production
To compile for production (a clean build essentially), do```npm run compile:prod```
# Contributing
Contributing is allowed, just please make a pull request first so that we can review your code