Go to file
2024-01-26 14:23:03 +01:00
commands/examples refactor: example directory 2024-01-26 13:50:06 +01:00
events isolate DiscordJS 2024-01-13 17:16:30 +01:00
.env.example isolate DiscordJS 2024-01-13 17:16:30 +01:00
.eslintignore isolate DiscordJS 2024-01-13 17:16:30 +01:00
.eslintrc.json isolate DiscordJS 2024-01-13 17:16:30 +01:00
.gitignore Initial commit 2024-01-13 16:05:16 +00:00
.prettierignore isolate DiscordJS 2024-01-13 17:16:30 +01:00
.prettierrc isolate DiscordJS 2024-01-13 17:16:30 +01:00
deploy.js ignore example commands on run 2024-01-26 14:19:57 +01:00
index.js ignore example commands on run 2024-01-26 14:19:57 +01:00
package-lock.json isolate DiscordJS 2024-01-13 17:16:30 +01:00
package.json isolate DiscordJS 2024-01-13 17:16:30 +01:00
README.md remove the usual getting started because of tempalte 2024-01-26 14:23:03 +01: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!