2.6.4 • Published 5 years ago

lemonbot-framework v2.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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
2.6.4

5 years ago

2.6.3

5 years ago

2.6.2

5 years ago

2.6.1

5 years ago

2.6.0

5 years ago

2.5.4

5 years ago

2.5.3

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago