2.1.2 • Published 3 years ago

dis-easystart v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

🤖 About

EasyStart is a package that can easily create discord bot.

📝 Use It

npm i dis-easystart@latest

# Dev Version
npm i dis-easystart@dev

✅ Example Bot

const { EasyClient } = require('dis-easystart')

EasyClient({
    prefix: '!', // bot prefix
    token: 'token', //bot token
    defaultCooldown: '3s', // default command cooldown
    devServerID: '', // ID of your testing/dev server
})

Example bot: https://github.com/DaneeSkripter/EasyStart-Example

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago