Files
flopobot_v2/README.md
2025-11-06 02:48:36 +01:00

536 B

FLOPOBOT DEUXIEME DU NOM

Project structure

Below is a basic overview of the project structure:

├── .env.sample
├── index.js      -> main entrypoint for app
├── commands.js -> slash command payloads + helpers
├── game.js     -> some stuff and data
├── utils.js    -> utility functions and enums
├── package.json
├── README.md
└── .gitignore

FlopoSite