botmasterai/botmaster

Wrong attachment example

bgbraga opened this issue · 1 comments

There is a wrong example of send attachment at base_bot.js
Is is also affecting the documentation site.

  • @example
    • bot.sendAttachmentFromURLTo('image', "some image url you've got", update.sender.id);
      */
      sendAttachmentFromUrlTo(type, url, recipientId, sendOptions) {

The "URL" camel case is wrong at example / documentation.

This will be fixed by #31