Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

kyranet/klasa-ts-template

Repository files navigation

TypeScript Klasa Bot Template 🎉

This is a TypeScript Klasa Bot template, designed to make the setup much easier, this template installs development versions of klasa and discord.js, together with a properly configured tsconfig.json and ESLint with TypeScript for ease of development, testing, and linting.

To get started with this template, you may want to rename the file config.ts.template (or copy it for ease of development, config.ts will not be uploaded to the repository). You may keep and update the template file to help others setup your bot bot faster.

Using

Want to quick-start 🚀 your TypeScript Klasa Bot Template? Generate it! More information about GitHub Templates here.

License

klasa-ts-template is licensed under the UNLICENSE License. Maintained by kyranet.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request!