mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-28 08:38:44 +00:00
[AB-97] adding templates for react command
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
<#include "react_duplicate_character_exception_text">
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<#include "react_too_many_reactions_exception_text">
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Adds reactions representing the text to a given message
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
This command can be used to add reacts representing text to messages. The messages if referenced by replying to the message while executing the command.
|
||||||
|
The bot will try to fix any duplicated characters in the text, and it will try to replace multiple characters, with one reaction (if possible, for example there exists an emote for SOS),
|
||||||
|
but in case the bot is unable to fix the duplicates, an error message is shown. The replacement with multiple characters has precedence over single characters.
|
||||||
|
If the already existing reactions + the reactions which would be created by this command reach the Discord limit of reactions on a message, this command will show an error message and not add any reaction.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The message to add reactions to. Must be provided via replying to a message, when using the command.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
The text the bot should try to convert to reacts and react to the message
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Could not fix duplicates.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Text is too long to fit as reactions
|
||||||
Reference in New Issue
Block a user