8go
8go
The "reload" code would go into file bot_commands.py, somewhere around line 83.
Anyone wanting to contribute this feature via a PR? All contributions are welcome :heart:
Thanks :clap: @h0p07 for pointing that out. Yes, this is how it is currently implemented. ``` ... command is received ... await self._os_cmd(...) async def _os_cmd(...) subprocess.Popen(...) await send_text_to_room(..., response,...
Thank you @fuchs-fabian for bringing this to my attention. :clap: In release 7.6.2 dependency has been bumped from Py 3.8 to Py 3.11. Thanks also to @ccgarant for chiming in....
I am closing this issue because I want to concentrate all verify-related issue in one single issue. Please continue any "verify" or "verification" related issue in Issue #182.
Yes, thank you @ccgarant for finding the issue! Fixed in [078da5f](https://github.com/8go/matrix-commander/commit/078da5f16c9b94893939ad19a21677f84a8625f9) :clap:
Hi @swetepete This tool will create a LOCAL file for you. Nothing more. This is convenient because this 1 file has everything. If this single file is uncompressed it restores...
just did a `nostr-commander-rs --publish "test" --debug` It responded with `DEBUG nostr_commander_rs: Publish_text_note number 0 sent successfully. "test", event_id EventId(0x85someidxxxxx)` `INFO nostr_commander_rs: publish successful.` I then looked up the event...
> Howto do this? What do you mean? Ask a more specific question. Read the README page, install software, play around.
In some cases `--sync OFF` might help.