Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miqhtiedev/typescript-bot-template

Powerful bot template built with typescript and discordjs
https://github.com/miqhtiedev/typescript-bot-template

discord discordjs template typescript yarn

Last synced: about 1 month ago
JSON representation

Powerful bot template built with typescript and discordjs

Awesome Lists containing this project

README

        

# Typescript Bot Template

## **Made with [discord.js](https://github.com/discordjs/discord.js/)**

Template by [@miqhtiedev](https://github.com/miqhtiedev)

## Usage

To use this template simply do `git clone https://github.com/miqhtiedev/typescript-bot-template `

Then do `cd `

And finally run `yarn` to install all packages.

OR

Create your **own repo** off of this template

## Running the bot

To run the bot in development do `yarn start:dev`

To compile the bot for production do `yarn build` or `yarn start:build`

## Custom command handler

For info on the command handler please view the README.md file in the commands directory [here](https://github.com/Miqhtiedev/typescript-bot-template/tree/master/src/commands)

## License

This project is licensed under the MIT license, meaning you can modify this code however you wish and use the modified code however you want. Click [here](https://github.com/miqhtiedev/typescript-bot-template/blob/master/LICENSE) for more info