/tib-bot

Discord Bot for an upcoming Artifact related Discord Server called The Ironwood Branch. Written in Node using TypeScript powered by DiscordJS

Primary LanguageTypeScript

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!