# What is TSCord #### **TSCord** is a fully-featured **[discord bot](https://discord.com/developers/docs/intro#bots-and-apps)** *template* written in [Typescript](https://www.typescriptlang.org/), intended to provide a framework that's easy to use, extend and modify. It uses [`discordx`](https://github.com/discordx-ts/discordx) and [`discord.js v14`](https://github.com/discordjs/discord.js) under the hood to simplify the development of discord bots. This template was created to give developers a starting point for new Discord bots, so that much of the initial setup can be avoided and developers can instead focus on meaningful bot features. Developers can simply follow the [installation](https://tscord.bartho.dev/docs/bot/get-started/installation) and the [configuration](https://tscord.bartho.dev/docs/bot/get-started/configuration) instructions, and have a working bot with many boilerplate features already included! |
Getting started is as easy as one command ```bash npx tscord init bot my-bot ``` **[To know how to use TSCord and all its components, check the documentation here](https://tscord.bartho.dev/)** ㅤ |
### [Dashboard](https://github.com/barthofu/tscord-dashboard) A ready-to-use fancy dashboard for your TSCord bot | ### [Website](https://github.com/barthofu/tscord-website) Customizable static homepage for your TSCord-based bot https://user-images.githubusercontent.com/66025667/184621486-7340157f-b7fc-44ea-94a9-03d76a99384c.mp4 |
### [CLI](https://github.com/barthofu/tscord-cli) Really useful CLI meant to initialize a new TSCord project, generate files by type or even manage plugins https://user-images.githubusercontent.com/66025667/196367258-94c77e23-779c-4d9b-8583-a29226435b07.mp4 | ### [Plugins](https://github.com/barthofu/tscord-plugins) Fully extensible thanks to the plugin eco-system |
Talking about features, here are some of the core features of the template:
This template is also developer friendly and follow strict design patterns to ease its maintenance:
and many more!
You can also find useful documentations at:
If you need support on the template or just want to exchange with us, don't hesitate to join the official Discord support server!
We use Github milestones for
MIT License
Copyright (c) barthofu