A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
- register in https://discord.com/developers/applications
- Create an aplication
- configure the bot with: public bot, SERVER MEMBERS INTENT
- copy your discordID server
- paste this link in your navigation and sleect your server to activate the bot
- https://discord.com/oauth2/authorize?client_id=YOUR-CLIENT-ID&permissions=1024&scope=bot
# clone repository
https://github.com/andreibratila/codequest-backend
# install dependencies
$ npm install
# rename .env.template by
cp .env.template .env
- Update the '*.env*' file with your environment-specific variables
# set the env variables
D_BOT_ID=yourprivate_bot_key
D_ID_DISCORD_SERVER=YourdiscordID# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod