A rock paper scissors game discord app made by following getting started section in discord developer portal
NodeJS and PostgreSQL
Fill out .env exmaple given below
TOKEN=
APP_ID=
PUBLIC_KEY=
DATABASE_URL=
Then run the following commands
pnpm run register
pnpm start
Enjoy playing Rock papers scissors with your friends! 😀