Changeset 2718550
- Timestamp:
- 05/05/2022 10:40:18 AM (4 years ago)
- File:
-
- 1 edited
-
bots-master/tags/1.0.0/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bots-master/tags/1.0.0/README.txt
r2718549 r2718550 82 82 $bot_user = BotUser::findOne(['type_id' => ChatBot\BotUser::TYPE_USER]); 83 83 84 $bot_user 85 &&ChatBot::factory($user)84 if ($bot_user) { 85 ChatBot::factory($user) 86 86 ->sendMessage('<b>Hello</b> world!'); // will send the message, if the plugin installed correctly 87 } 87 88 ` 88 89
Note: See TracChangeset
for help on using the changeset viewer.