home
true
title
Home
heroImage
/images/logo.png
actions
text
link
type
Get Started
/get-started.html
primary
text
link
type
API docs
/api/index.html
secondary
features
title
details
Simplicity First
Provide an easy user experience to make it as accessible as possible for your users.
title
details
LightWeight
Lighter than traditional messenger bots.
title
details
Performant
Better optimization for better performance than ever before.
title
details
Themes
Adopted Material You, allowing users to customize the theme.
title
details
Package Manager
It makes it easier to manage project-specific dependencies like npm.
title
details
Many Languages
Many languages besides JavaScript.
footer
MIT Licensed | Copyright © 2024-present MesengerBotTeam
As Easy as you are a official api
const client = BotProject . getClient ( ) ; // or .client
client . on ( 'message' , ( data ) => {
if ( data . message === '!ping' ) {
data . room . send ( 'pong!' ) ;
}
} )
::: tip
We also have APIs for a variety of other users.
:::