Commit Graph
9 Commits
Author SHA1 Message Date
Puechberty Arthur e5781cbb51 feat: ajouter la commande de présence avec panneau interactif et mises à jour des réponses 2026-04-12 15:08:19 +02:00
Puechberty Arthur f807d523d0 feat: ajouter la résolution de la langue pour les commandes de préfixe 2026-04-12 13:43:13 +02:00
Puechberty Arthur d2eadc7f03 feat: ajouter la gestion des erreurs pour trop d'arguments et mise à jour des commandes 2026-04-12 13:36:58 +02:00
Puechberty Arthur b5e9793578 feat: ajouter la gestion des réponses pour les commandes de préfixe et de slash 2026-04-12 12:44:04 +02:00
Puechberty Arthur 8cd46fea76 fix: correction des incohérance avec la base de donnée 2026-04-12 12:00:48 +02:00
Puechberty Arthur e2bcb92e15 feat: ajouter la gestion des textes d'activité multiples et de l'intervalle de rotation dans la commande de présence 2026-04-12 11:38:47 +02:00
Puechberty Arthur 4e75be191a feat: améliorer la gestion des réponses de message dans la commande de présence 2026-04-12 11:04:10 +02:00
Puechberty Arthur 58aac55620 feat: add interactive presence command for bot status management
- Implemented a new `/presence` command allowing users to configure the bot's presence with an interactive panel.
- Added localization support for Spanish and French languages.
- Integrated PostgreSQL for storing and retrieving bot presence states.
- Created a Dockerfile and docker-compose configuration for easy deployment.
- Updated environment configuration to include database connection settings.
- Refactored command handling to include the new presence command.
- Enhanced error handling and user feedback for the presence command interactions.
2026-04-12 10:46:51 +02:00
Puechberty Arthur be8288ab5e 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.
2026-04-12 02:34:53 +02:00