Note
Quest's Discord Bot is in active development, feel free to help and contribute to the project!
An opensource modern Discord Bot built for moderation, utilities and support!
Quest's Official Discord Server can be joined using the following link:
Thanks!
- Clone the repository.
- Create a PostgreSQL database for this bot.
- Create a
.envfile based on.env.exampleand fill in the required values. - Install dependencies with
pnpm install - Deploy the commands with
pnpm run deploy - Run the development server with
pnpm dev - The bot is now live on Discord with registered commands!
Claude (and sometimes ChatGPT) is used when I don’t know how to implement something or when something randomly breaks and I don't know how to fix it. Co-pilot is rarely used to make minimal automatic security fixes for common vulnerabilities.