# create_discordts_bot_v13

> Best template for advanced discord bot v13 in typescript

Latest version **1.0.3** (published 2022-06-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install create_discordts_bot_v13
pnpm add create_discordts_bot_v13
yarn add create_discordts_bot_v13
bun add create_discordts_bot_v13
```

Provides the command `create_discordts_bot_v13`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2022-06-04 |
| First published | 2022-06-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Markox36 |
| Maintainers | markox36 |
| Keywords | discord, discord.js, typescript, advanced, template |

## Links

- npm: https://www.npmjs.com/package/create_discordts_bot_v13
- Repository: https://github.com/Dev-Markox36/create_discordts_bot_v13
- Homepage: https://github.com/Dev-Markox36/create_discordts_bot_v13#readme
- Issues: https://github.com/Dev-Markox36/create_discordts_bot_v13/issues
- npm.io page: https://npm.io/package/create_discordts_bot_v13

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2022-06-04
- 1.0.2 — 2022-06-04
- 1.0.1 — 2022-06-04
- 1.0.0 — 2022-06-04

## README

<div align="center">
<h1> TEMPLATE_DISCORDTS_BOT_V13 </h1>
<strong><i> NPX TEMPLATE FOR DISCORD V13 IN TYPESCRIPT</i></strong>
</div>

## Installation

npx:

```js
// Creates a folder inside the route
npx create_discordts_bot_v13 folder_name
// Clone in the actual route without creating a new folder
npx create_discordts_bot_v13 .
```

## Execution

```js
npm start //run aplication with ts
// or
npm tsc //compile typescript to javascript
npm start //run index.js compiled file
```

## Usage

.env:

```js
BOT_TOKEN= //fill with the token of your bot
```

.config:

```js
// Modify this parameter as you want
module.exports = {
	prefix: '!', // prefix of your bot
	devs: ['403917639673577482'], // this is for the commands in the category of dev
	colors: {
		// Values for colors for embeds
		default: '#00AE86',
		error: '#eb4034',
	},
	emotes: {
		// Values of emotes
		error: '⚠️',
		success: '✅',
	},
};
```

---
_Source: https://npm.io/package/create_discordts_bot_v13 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
