- Implemented AutoMod capabilities including spam filtering, anti-raid, and anti-nuke actions. - Added Logging module to track moderation actions and events across the bot. - Introduced Welcome module for customizable welcome messages and autoroles. - Developed Verification system with captcha and role assignment features. - Updated Prisma schema to include new models for AutoMod, Logging, Welcome, and Verification. - Enhanced command localization for new features in both German and English. - Improved health server to handle captcha verification requests. - Added new environment variable for public base URL to support captcha links.
13 lines
112 B
Plaintext
13 lines
112 B
Plaintext
node_modules
|
|
.git
|
|
.turbo
|
|
dist
|
|
coverage
|
|
.env
|
|
.env.local
|
|
apps/*/dist
|
|
apps/*/.next
|
|
packages/*/dist
|
|
**/*.md
|
|
.cursor
|