Templates
Discord bot templates
Curated starters built from discord.js guide patterns — not black-box generated snippets. Open any template in the editor, customize with AI, connect your bot token, and deploy.
Essentials
Ping / Pong
Hello-world slash command
Minimal slash command that replies ephemerally. The standard first bot from the discord.js slash-command flow.
/ping
Deferred reply
Long-running slash commands
Defers the interaction before editing the reply — required for anything that takes more than a few seconds.
/slow