feat: implement utility commands and command framework

- Add advanced command for complex argument handling.
- Introduce ping command for latency checking.
- Create argument parser for prefix and slash commands.
- Define command structure and registry for command management.
- Implement command deployment for Discord application commands.
- Add internationalization support for commands.
- Create handlers for prefix and slash command execution.
- Establish command execution context and permissions handling.
- Set up environment configuration with dotenv and zod.
- Add TypeScript configuration for strict type checking.
This commit is contained in:
Puechberty Arthur
2026-04-12 02:34:53 +02:00
commit be8288ab5e
28 changed files with 2775 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
node_modules/
dist/
.env
.env.*
!.env.example
.vscode/
*.log
npm-debug.log*
yarn-error.log*
pnpm-debug.log*