DiscordJS-Template/README.md
2024-03-25 01:55:46 +01:00

12 lines
463 B
Markdown

# A DiscordJS Template
## Getting started
- Create a new repository from this template.
- Remove example commands:
- Either permanently delete directory `commands/examples/`
- Or move `commands/examples/` elsewhere, commit deletion, add to [`.gitignore`](.gitignore) and move back in
- Look through, copy and/or modify the [examples](commands/examples/).
- Either read a [guide](https://discordjs.guide/)!
- Or read the [docs](https://discord.js.org/docs)!