Go to file Use this template
2024-04-04 10:12:38 +02:00
commands/examples proper JSDoc typing in examples 2024-03-25 02:16:46 +01:00
events Update template by merging fork 'DiscordJS-Example' 2024-03-25 01:54:13 +01:00
.env.example isolate DiscordJS 2024-01-13 17:16:30 +01:00
.eslintignore ignore jsdoc output for prettier and eslint 2024-02-11 02:00:47 +01:00
.eslintrc.json configure eslint to use jsdoc 2024-02-11 02:00:30 +01:00
.gitignore bugfix: don't ignore examples in template 2024-03-25 01:57:12 +01:00
.jsdoc.conf.json clean up: auto format 2024-02-11 01:59:57 +01:00
.prettierignore ignore jsdoc output for prettier and eslint 2024-02-11 02:00:47 +01:00
.prettierrc isolate DiscordJS 2024-01-13 17:16:30 +01:00
deploy.js document code with jsdoc comments 2024-02-11 02:04:12 +01:00
index.js prepare member_roles with template 2024-03-02 23:49:13 +01:00
package-lock.json revert version from merge-update 2024-04-04 10:12:38 +02:00
package.json Update template by merging fork 'DiscordJS-Example' 2024-03-25 01:54:13 +01:00
README.md refactor: auto format 2024-03-25 01:55:46 +01:00
shared.js Update template by merging fork 'DiscordJS-Example' 2024-03-25 01:54:13 +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!