1.8.1 • Published 1 year ago

discord-mel v1.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mel Discord bot framework

npm discord-mel package version npm discord-mel package license

Modulable Discord bot framework (WIP)

Get started

Use the framework in your dicord bot project:

npm i discord-mel

And then get started with this code:

const { Bot } = require('discord-mel')

const bot = new Bot({
	absPath: __dirname,
	configFile: 'config.json',
}, {
	intents: [],
})

// Start the bot
bot.start()

You'll need to create the config.json. See the config.default.json file as an example.

1.7.3

1 year ago

1.8.1

1 year ago

1.7.2

1 year ago

1.8.0

1 year ago

1.7.6

1 year ago

1.7.5

1 year ago

1.7.4

1 year ago

1.7.0

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago