Skip to content

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

Notifications You must be signed in to change notification settings

MeCode4Food/tib-bot

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published