Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 446 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 446 Bytes

djs_cmd_handler_template

A template in discord.js that uses a command handler to support efficient development.

How to use

If you want to use this code on the VPS...

Add a Bot token in the environment variable named token, start it, and it will work.

If you want to make it work without adding environment variables...

Replace the token variable in main.js with a token (deprecated) or create config.json or something to read the token.