Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Test
on:
push:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-24.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
types: [completed]
workflow_dispatch:

permissions:
contents: read

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# Quest's Official Discord Bot
> [!NOTE]
> Quest's Discord Bot is in active development, feel free to help and contribute to the project!

# Quest Discord Bot

An opensource modern Discord Bot built for moderation, utilities and support!

## Running locally

1. Clone the repository.
2. Create a PostgreSQL database for this bot.
3. Create a `.env` file based on `.env.example` and fill in the required values.
4. Install dependencies with `pnpm install`
5. Deploy the commands with `pnpm run deploy`
6. Run the development server with `pnpm dev`
7. The bot is now live on Discord with registered commands!

## AI declaration

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.