Skip to content

MessengerBotTeam/messengerbotteam.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

home title heroImage actions features footer
true
Home
/images/logo.png
text link type
Get Started
/get-started.html
primary
text link type
API docs
/api/index.html
secondary
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.
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. :::

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published