Go to file
2024-01-26 13:28:02 +00:00
commands/examples Initial commit 2024-01-26 13:28:02 +00:00
events Initial commit 2024-01-26 13:28:02 +00:00
.env.example Initial commit 2024-01-26 13:28:02 +00:00
.eslintignore Initial commit 2024-01-26 13:28:02 +00:00
.eslintrc.json Initial commit 2024-01-26 13:28:02 +00:00
.gitignore Initial commit 2024-01-26 13:28:02 +00:00
.prettierignore Initial commit 2024-01-26 13:28:02 +00:00
.prettierrc Initial commit 2024-01-26 13:28:02 +00:00
deploy.js Initial commit 2024-01-26 13:28:02 +00:00
index.js Initial commit 2024-01-26 13:28:02 +00:00
package-lock.json Initial commit 2024-01-26 13:28:02 +00:00
package.json Initial commit 2024-01-26 13:28:02 +00:00
README.md Initial commit 2024-01-26 13:28:02 +00:00

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 and move back in
  • Look through, copy and/or modify the examples.
  • Either read a guide!
  • Or read the docs!