Diff view #69

Closed
opened 2026-04-27 01:25:57 +03:00 by NiXTheDev · 0 comments
NiXTheDev commented 2026-04-27 01:25:57 +03:00 (Migrated from github.com)

The flow is as follows:

Message:

Lorem psalm

Sed command:

s/psalm/Ipsum

Bot responds:

Lorem Ipsum

/diff command, in reply to the bot's response

/diff

Bot responds:

Lorem ~~psalm~~ *Ipsum*
---(buttons)
"Hide diff"

(Strikethrough, then italicized)

In another example:

Message:

Lorem psalm dolor sit amet, psalm

...

Bot, in response to /diff

Lorem ~~psalm~~ *Ipsum* dolor sit amet, ~~psalm~~ *Ipsum*
---
"Hide diff"

The "hide diff" button in both examples above will, as it states, delete the message with the diff, or "hide" it

The flow is as follows: Message: ``` Lorem psalm ``` Sed command: ``` s/psalm/Ipsum ``` Bot responds: ``` Lorem Ipsum ``` /diff command, in reply to the bot's response ``` /diff ``` Bot responds: ``` Lorem ~~psalm~~ *Ipsum* ---(buttons) "Hide diff" ``` (Strikethrough, then italicized) In another example: Message: ``` Lorem psalm dolor sit amet, psalm ``` ... Bot, in response to /diff ``` Lorem ~~psalm~~ *Ipsum* dolor sit amet, ~~psalm~~ *Ipsum* --- "Hide diff" ``` The "hide diff" button in both examples above will, as it states, delete the message with the diff, or "hide" it
Sign in to join this conversation.
No description provided.