blun-king-cli 9.1.195 → 9.1.196
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blun.mjs +1 -1
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -418315,7 +418315,7 @@ function bufferContext(state, chatId, tag) {
|
|
|
418315
418315
|
function channelOrigin(envelope) {
|
|
418316
418316
|
return `Telegram · ${envelope.meta.user ?? envelope.meta.chat_id}`;
|
|
418317
418317
|
}
|
|
418318
|
-
const TELEGRAM_REMOTE_COMMANDS = Object.freeze(["loop", "goal", "idea", "chancenradar", "curiosity", "scout", "befehle"]);
|
|
418318
|
+
const TELEGRAM_REMOTE_COMMANDS = Object.freeze(["loop", "goal", "idea", "chancenradar", "curiosity", "scout", "reload", "befehle"]);
|
|
418319
418319
|
function telegramRemoteCommand(text) {
|
|
418320
418320
|
const trimmed = text.trim();
|
|
418321
418321
|
const parsed = parseSlashInput(trimmed);
|