. ├── bot.py # Point d'entrée principal ├── config/ │ ├── config.py # Configuration (token, prefix) │ └── logger.py # Setup logging ├── cogs/ │ └── example.py # Exemple de cog ├── logs/ # Logs générés ...
This is the most complete discord bot base you've ever seen! Developed by @rinckodev, this project uses typescript in an incredible way to provide complete structures and facilitate the development of ...