DiscordJS-Template/README.md

12 lines
463 B
Markdown
Raw Permalink Normal View History

2024-01-13 16:31:03 +00:00
# A DiscordJS Template
2024-01-26 13:18:28 +00:00
## Getting started
- Create a new repository from this template.
2024-01-26 13:18:28 +00:00
- Remove example commands:
2024-03-25 00:55:46 +00:00
- Either permanently delete directory `commands/examples/`
- Or move `commands/examples/` elsewhere, commit deletion, add to [`.gitignore`](.gitignore) and move back in
2024-01-26 13:21:31 +00:00
- Look through, copy and/or modify the [examples](commands/examples/).
2024-01-26 13:18:28 +00:00
- Either read a [guide](https://discordjs.guide/)!
- Or read the [docs](https://discord.js.org/docs)!