-
```
require_once("./vendor/autoload.php");
$bot_api_key = ':';
$bot_username = '';
try {
$bot = new Longman\TelegramBot\Telegram($bot_api_key, $bot_username);
..... ? // $bot->sendMessage…
-
**Which page ?** `e/2023-07-16-ptw-x-ryucon.md`
**Your feedback:**
-
I had a quick look over Autotyp references and the Autotyp languages (in register.csv they are attributed to). The register.csv languages have associated iso-639-3 and Glottocodes. Below is a list of …
-
traval -> travel
canel -> canal
résumé -> resume?
-
For example for LONGMAN there would be "spiral" but it just displays Prelude.
I'm not sure how the shown content is managed, but if the video title differs from what is show in the app, shouldn't it …
-
**Which page ?** `o/ptw.md`
**Your feedback:**
-
* KOReader version: v2024.04-134-g8977e5e12_2024-06-01
* Device: Kobo Touch
Koreader crashes when checking up words from dictionaries. At first it works just fine, but when I reach the third or th…
-
I'm using this code:
```
aiplugin_tool = AIPluginTool.from_plugin_url("https://xxxx/plugin/.well-known/ai-plugin.json")
memory = ConversationBufferMemory(memory_key="chat_history", return_messages=…
-
I cannot override this class, which means this repository is useless. Bot only on commands. What century is this? I need to handle messages and menu navigation as a regex
-
/home/user/bot/vendor/longman/telegram-bot/src/DB.php
Line 233
Error: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bot.telegram_update' doesn't exist
My code…