A discord bot for the Indiana Game Dev's community. Join us at https://discord.gg/WnTq5bUmRq
  • TypeScript 98.1%
  • JavaScript 1.9%
Find a file
2026-07-21 11:41:52 -04:00
.vscode Added auto sync 2026-01-02 10:30:38 -05:00
src fixed config 2026-07-21 11:41:52 -04:00
test Initial commit. Meetup api done. Mostly done with discord endpoint 2026-01-01 13:02:39 -05:00
.env.sample Added auto sync 2026-01-02 10:30:38 -05:00
.gitignore Added auto sync 2026-01-02 10:30:38 -05:00
.prettierrc Initial commit. Meetup api done. Mostly done with discord endpoint 2026-01-01 13:02:39 -05:00
eslint.config.mjs Initial commit. Meetup api done. Mostly done with discord endpoint 2026-01-01 13:02:39 -05:00
LICENSE Initial commit 2026-01-01 12:58:36 -05:00
meetup.codegen.ts Initial commit. Meetup api done. Mostly done with discord endpoint 2026-01-01 13:02:39 -05:00
nest-cli.json Initial commit. Meetup api done. Mostly done with discord endpoint 2026-01-01 13:02:39 -05:00
package-lock.json Added auto sync 2026-01-02 10:30:38 -05:00
package.json Fixed 2026-07-21 11:40:25 -04:00
pnpm-lock.yaml Idk 2026-07-12 13:16:03 -04:00
pnpm-workspace.yaml Added honeypot 2026-06-03 11:50:57 -04:00
README.md Updated docs 2026-01-01 22:53:38 -05:00
TODO.md Updated docs 2026-01-01 22:53:38 -05:00
tsconfig.build.json Initial commit. Meetup api done. Mostly done with discord endpoint 2026-01-01 13:02:39 -05:00
tsconfig.json IDK typescript is dumb 2026-07-21 11:38:32 -04:00

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