1.8.1 • Published 3 years ago
discord-mel v1.8.1
Mel Discord bot framework
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
3 years ago
1.8.1
3 years ago
1.7.2
3 years ago
1.8.0
3 years ago
1.7.6
3 years ago
1.7.5
3 years ago
1.7.4
3 years ago
1.7.0
3 years ago
1.6.2
3 years ago
1.6.1
3 years ago
1.6.0
3 years ago
1.5.0
3 years ago
1.4.0
4 years ago
1.3.0
4 years ago
1.2.0
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago