A Twitter bot that allows you to interact with Twitter without leaving Discord.
- Install node.js v16.6+
- Install deps in package.json (using
yarn
)
For updating database schema (prisma):
yarn run db
You need Prisma CLI for this.
For development:
yarn run dev
You need ts-devscript to run this command.
For production:
yarn run start