discord-mel
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i discord-mel

Weekly Downloads

0

Version

1.8.1

License

MIT

Unpacked Size

338 kB

Total Files

340

Last publish

Collaborators

  • matiboux