home | title | heroImage | actions | features | footer | ||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
Home |
/images/logo.png |
|
|
MIT Licensed | Copyright © 2024-present MesengerBotTeam |
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. :::