mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
0b0d723091de4b7c6fefae1ecaa85ad647acf569
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
Other resources
- Read the discord dev documentation for in-depth information about API features.
- Join the Discord Developers server to ask questions about the API, attend events hosted by the Discord API team, and interact with other devs.
- Check out community resources for language-specific tools maintained by community members.
Description
Languages
JavaScript
100%