Plugin Directory

Changeset 2718601


Ignore:
Timestamp:
05/05/2022 12:15:52 PM (4 years ago)
Author:
webxid
Message:

fix readme file

Location:
bots-master
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bots-master/tags/1.0.0/README.txt

    r2718594 r2718601  
    6969== Code Usage ==
    7070
    71 `
    72 use WebXID\BotsMaster\ChatBot;
     71`use WebXID\BotsMaster\ChatBot;
    7372use WebXID\BotsMaster\ChatBot\BotUser;
    7473
     
    8584    ChatBot::factory($bot_user)
    8685        ->sendMessage('<b>Hello</b> world!'); // will send the message, if the plugin installed correctly
    87 }
    88 `
     86}`
    8987
    9088Please, check the Doc [https://core.telegram.org/bots/api#html-style](https://core.telegram.org/bots/api#html-style) to get allowed HTML tags
  • bots-master/trunk/README.txt

    r2718594 r2718601  
    22Contributors: webxid
    33Donate link: https://bit.ly/3JSMitJ
    4 Tags: telegram, bot, responder, messaging, mailing, chatbot, chat
     4Tags: telegram, bot, responder, messaging, mailing, chatbot, chat-bot, chat
    55Requires at least: 4.9
    66Tested up to: 5.9.2
     
    6969== Code Usage ==
    7070
    71 `
    72 use WebXID\BotsMaster\ChatBot;
     71`use WebXID\BotsMaster\ChatBot;
    7372use WebXID\BotsMaster\ChatBot\BotUser;
    7473
     
    8584    ChatBot::factory($bot_user)
    8685        ->sendMessage('<b>Hello</b> world!'); // will send the message, if the plugin installed correctly
    87 }
    88 `
     86}`
    8987
    9088Please, check the Doc [https://core.telegram.org/bots/api#html-style](https://core.telegram.org/bots/api#html-style) to get allowed HTML tags
Note: See TracChangeset for help on using the changeset viewer.