mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-27 20:39:08 +00:00
[AB-75] adding templates for thread reader command and feature
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"additionalMessage": "https://threadreaderapp.com/thread/${tweetId?c}.html"
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<#include "no_twitter_link_found_exception_text">
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Creates a thread reader link for easier reading
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
This command can be used to take an existing message and creates a message containing a link to [Threadreader](https://threadreaderapp.com/).
|
||||||
|
This is done by executing the command and replying to the message containing the twitter link. It does not need to be the only text in the message.
|
||||||
|
Only the first link will be considered.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The message containing the Twitter link. Reply to the message while executing the command.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Thread reader
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
No Twitter link was found.
|
||||||
Reference in New Issue
Block a user