1.0.0 • Published 3 years ago

bot-starter-ts v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

What is this?

Create a basic discord bot for new developers who are inexperienced to discord.js.

Installation

npm i bot-starter-ts --save

How does it work

Set require('bot-starter-ts) in your index.ts file

Then create a config.json file and insert the following values

token : <yourtoken>
prefixe: <yourprefix>

Thats all you need to have a simple discord bot. Enjoy!!

1.0.0

3 years ago