README.md aktualisiert

This commit is contained in:
2025-10-08 22:49:20 +02:00
parent f9279bb69e
commit 4c72d97fbc

View File

@@ -87,7 +87,33 @@ pnpm run dev
## 🧱 Project Structure ## 🧱 Project Structure
``` ```
civita
├── package.json
├── README.md
├── src
│   ├── ai
│   │   └── gemini.ts
│   ├── commands
│   │   ├── leaderboard.ts
│   │   ├── moderation.ts
│   │   ├── profile.ts
│   │   ├── resetmemory.ts
│   │   └── setup.ts
│   ├── config
│   │   └── env.ts
│   ├── db
│   │   ├── migrate.ts
│   │   └── pool.ts
│   ├── deploy-commands.ts
│   ├── events
│   │   ├── guildBanKickLog.ts
│   │   └── messageCreate.ts
│   ├── index.ts
│   ├── scheduler
│   │   └── qotd.ts
│   └── types
│   └── ambient.d.ts
└── tsconfig.json
``` ```
--- ---