[AB-75] adding templates for thread reader command and feature

This commit is contained in:
Sheldan
2022-10-22 14:56:43 +02:00
parent 1f5336728a
commit 1dfb6e2517
7 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"additionalMessage": "https://threadreaderapp.com/thread/${tweetId?c}.html"
}

View File

@@ -0,0 +1 @@
<#include "no_twitter_link_found_exception_text">

View File

@@ -0,0 +1 @@
Creates a thread reader link for easier reading

View File

@@ -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.

View File

@@ -0,0 +1 @@
The message containing the Twitter link. Reply to the message while executing the command.