Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 528 Bytes

File metadata and controls

27 lines (19 loc) · 528 Bytes

Getting Started

Do these to run:

> npm install
> tsc
> npm run start

OR if you are developing (auto refresh on .ts update)

> npm install
> npm run dev

and you're all done!

Developing commands

Sample command can be found in ../server/commands/test/example_command

Documentation of DiscordJS

Final Words

All the best, and don't forget to declare variable types!