lemonbot-framework
TypeScript icon, indicating that this package has built-in type declarations

2.6.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i lemonbot-framework

Weekly Downloads

1

Version

2.6.4

License

MIT

Unpacked Size

22.7 kB

Total Files

31

Last publish

Collaborators

  • gloriousyellow