lemonbot-framework
v2.6.4
Published
Fast & functional Discord bot framework
Downloads
2
Readme
LemonBot Framework
Opinionated framework for making Discord bots
Get started quickly
import { Bot } from 'lemonbot-framework'
const bot = new Bot({
commands: {
ping: () => 'pong!',
},
})
bot.login('token')
Features
- Easy to use
- Updates response when command message is edited