logo bannerlogo banner
Page Navigator

Example Usage

import ChatDispatch from 'yolkbot/dispatches/ChatDispatch';

bot.dispatch(new ChatDispatch('message here'));

Params

  • message (string): The chat message to send, 1-64 characters.

Checks