15 lines
511 B
Markdown
15 lines
511 B
Markdown
# A DiscordJS Template
|
|
|
|
## Getting started
|
|
|
|
- Clone this repository:
|
|
```
|
|
https://git.baipyr.us/Baipyrus/DiscordJS.git
|
|
```
|
|
- 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)!
|