Discord bot for the Quillstash server.
- Moderation
- Support
- AI
-
Clone the repository
git clone https://github.com/taqh/stash-bot.git
-
Install NPM packages
pnpm install
-
Copy the
.env.sample
file to.env
and fill in the required fieldscp .env.sample .env
-
Start the bot
pnpm dev
-
Invite the bot to your server
https://discord.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=bot&permissions=YOUR_PERMISSIONS_INTEGER
-
Enjoy!