A Discord modmail bot made with Discord.js
- Ability to delete messages in a ticket?
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Copy the .env.example
file into .env
:
cp .env.example .env
Update the values accordingly.
Migrating the database:
npx prisma migrate dev
Need to reset the database?:
npx prisma migrate reset
Start the bot:
# yarn
yarn dev
# npm
npm run dev
Migrating the database:
npx prisma migrate deploy
Build the bot for production:
# yarn
yarn build
# npm
npm run build
Start the bot:
# yarn
yarn start
# npm
npm run start
© 2022 - NukeJS | MIT License