create_discordts_bot_v13

1.0.3 • Public • Published

TEMPLATE_DISCORDTS_BOT_V13

NPX TEMPLATE FOR DISCORD V13 IN TYPESCRIPT

Installation

npx:

// 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

npm start //run aplication with ts
// or
npm tsc //compile typescript to javascript
npm start //run index.js compiled file

Usage

.env:

BOT_TOKEN= //fill with the token of your bot

.config:

// 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: '✅',
	},
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.30latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.30
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i create_discordts_bot_v13

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.46 kB

Total Files

3

Last publish

Collaborators

  • markox36