Skip to main content
Version: 2.4

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

  1. Install the official CLI globally

    npm i -g tscord
  2. Run 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!