Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miqhtiedev/typescript-bot-template
- Owner: Miqhtiedev
- Created: 2021-02-14T04:11:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T00:52:58.000Z (over 3 years ago)
- Last Synced: 2024-10-15T07:08:02.326Z (3 months ago)
- Topics: discord, discordjs, template, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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