mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
85055e89fff81dcb1fd42487935eaa1d2cccc495
FLOPOBOT DEUXIEME DU NOM
Project structure
Below is a basic overview of the project structure:
├── .env.sample
├── app.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%