A discord bot for the Indiana Game Dev's community. Join us at https://discord.gg/WnTq5bUmRq
- TypeScript 98.1%
- JavaScript 1.9%
| .vscode | ||
| src | ||
| test | ||
| .env.sample | ||
| .gitignore | ||
| .prettierrc | ||
| eslint.config.mjs | ||
| LICENSE | ||
| meetup.codegen.ts | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| TODO.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
Description
Nest framework TypeScript discord bot that syncs events from meetup.com to discord.
Project setup
$ npm install
Compile and run the project
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Run tests
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Resources
Check out a few resources that may come in handy when working with NestJS:
- Visit the NestJS Documentation to learn more about the framework.
- Discord code mainly uses Necord which is a Nest Module built to create discord bots