Installation
caution
As of now, this template is not yet compatible with sharding, so we don't advertise to use it for large bots.
Researchs are made to find how to implement this, as well as clustering, in a proper manner. This implementation should be happening in the future next big version 3.0.
Sorry for the inconvenience.
Requirements
Steps
Install the official CLI globally
npm i -g tscordRun the init command
tscord init bot <name_of_your_bot>It'll initialize a fresh TSCord-based discord bot, install its dependencies and setup git on it!
tip
Check the CLI documentation to know more on this and other commands!