import ChatDispatch from 'yolkbot/dispatches/ChatDispatch';
bot.dispatch(new ChatDispatch('message here'));
message (string): The chat message to send, 1-64 characters.import ChatDispatch from 'yolkbot/dispatches/ChatDispatch';
bot.dispatch(new ChatDispatch('message here'));
message (string): The chat message to send, 1-64 characters.