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.
Want to quick-start 🚀 your TypeScript Klasa Bot Template? Generate it! More information about GitHub Templates here.
klasa-ts-template
is licensed under the UNLICENSE
License.
Maintained by kyranet.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request!