diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_description_en_US.ftl index f3a34851d..b3a43cdcc 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Sends the given message to the user anonymously. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_long_help_en_US.ftl index f3a34851d..ae6fd7f12 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_long_help_en_US.ftl @@ -1 +1,3 @@ -text \ No newline at end of file +Replies to the mod mail thread without showing who authored the text. Instead the bot will be used as an author. +If the mod mail message is logged, the correct author is shown in the embed, with a small note saying that the message was send anonymously. +Only pictures as attachments are supported. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_usage_en_US.ftl index b675504f6..6e6a339d2 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_usage_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/anonReply/help/anonReply_usage_en_US.ftl @@ -1 +1 @@ -setModMailCategory \ No newline at end of file +anonReply [text] \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_description_en_US.ftl index f3a34851d..9434999a9 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Closes the mod mail thread and notifies the user. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_long_help_en_US.ftl index f3a34851d..fe5dd5549 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/close/help/close_long_help_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Closes the mod mail thread, which means: logging the messages to mod mail log, deleting the channel the thread was in and notifying the use that the thread was closed. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_description_en_US.ftl index f3a34851d..33d6e4321 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Closes the mod mail thread and does not notify the user. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_long_help_en_US.ftl index f3a34851d..dfcd74de1 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_long_help_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Closes the mod mail thread, which means: logging the messages to mod mail log and deleting the channel the thread was in. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_usage_en_US.ftl index 94547b312..a774cba80 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_usage_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/closeSilently/help/closeSilently_usage_en_US.ftl @@ -1 +1 @@ -closeSilenty [note] \ No newline at end of file +closeSilently [note] \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_description_en_US.ftl index f3a34851d..d18fe2ed3 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Opens a mod mail thread with the given user. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_long_help_en_US.ftl index f3a34851d..4251bb9b5 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/contact/help/contact_long_help_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Opens a new mod mail thread with the user, and posts a message containing a link to the thread if one is already open. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_description_en_US.ftl index f3a34851d..726dec57d 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Sends the given message to the user. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_long_help_en_US.ftl index f3a34851d..0551c137f 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_long_help_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Sends the given text to the user in an embed containing you as the author of the message. Only pictures as embeds are supported. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_usage_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_usage_en_US.ftl index 21145747a..b1bd1344b 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_usage_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/reply/help/reply_usage_en_US.ftl @@ -1 +1 @@ -reply \ No newline at end of file +reply [message] \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_description_en_US.ftl index f3a34851d..e6b8b40a2 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Sets the category under which the mod mail threads should be created. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl index f3a34851d..20bb723ec 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailCategory/help/setModMailCategory_long_help_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Sets the category under which *new* mod mail threads are being created. Does not change the position of the old ones. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_description_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_description_en_US.ftl index f3a34851d..f0dad5f40 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_description_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_description_en_US.ftl @@ -1 +1 @@ -text \ No newline at end of file +Adds the role to the roles being notified when a new thread is created by an user. \ No newline at end of file diff --git a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_long_help_en_US.ftl b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_long_help_en_US.ftl index f3a34851d..862d1b736 100644 --- a/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_long_help_en_US.ftl +++ b/abstracto-application/template-config/src/main/resources/templates/en_US/commands/modmail/setModMailRole/help/setModMailRole_long_help_en_US.ftl @@ -1 +1,2 @@ -text \ No newline at end of file +Adds this role to the roles being notified when a new thread is opened by a user. +This also automatically adds them to the allowed roles of all commands in the mod mail feature. \ No newline at end of file