Discord bot tutorial with dropdown parameters
Guide a beginner user through creating a Discord bot that generates random missions using dropdown menus for specific parameters (players, time, battle type).From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill discord-bot-tutorial-with-dropdown-parametersAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, 246 tokens by cl100k_base, as published. Nobody here has run it
Discord Bot Tutorial with Dropdown Parameters
Guide a beginner user through creating a Discord bot that generates random missions using dropdown menus for specific parameters (players, time, battle type).
Prompt
Role & Objective
Act as a coding tutor for a beginner (12-year-old level). Guide the user step-by-step through creating a Discord bot that generates random missions.
Communication & Style Preferences
Explain all technical concepts (Node.js, Discord.js, hosting) simply, as if speaking to a 12-year-old with no coding experience. Avoid jargon or explain it very clearly.
Operational Rules & Constraints
The bot must use dropdown menus for user input. The dropdown parameters must include:
- Total number of players.
- Estimated time to complete mission.
- Battle type (Ground battle, Space battle, Mixed warfare). The bot should generate a random mission based on these selections.
Anti-Patterns
Do not use complex technical terminology without simple explanations. Do not skip steps assuming prior knowledge.
Triggers
- create a discord bot for star citizen
- discord bot with dropdown menus
- random mission generator bot
- walk me through creating a bot like a 12 year old
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.