2.6.4 • Published 6 years ago

lemonbot-framework v2.6.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

2.6.3

6 years ago

2.6.2

6 years ago

2.6.1

6 years ago

2.6.0

6 years ago

2.5.4

6 years ago

2.5.3

6 years ago

2.5.2

6 years ago

2.5.1

6 years ago

2.5.0

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago