mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-06 08:25:31 +00:00
updated javadoc for experience tracking
added/changed some javadoc for mod mail some small interface changes changed a few methods to actually use the exists mechanic, instead of checking for null values added some templates instead of hard coded strings fixed some bugs related to mod mail
This commit is contained in:
@@ -69,7 +69,7 @@ Closing the mod mail thread without notifying the user::
|
||||
* Usage: `closeSilently [note]`
|
||||
* Description: Closes the thread, deletes the text channel containing the thread and logs the interactions between the member and the moderators in the `modmailLog` post target. (only if `modmail_logging` is enabled)
|
||||
When closing a thread, a closing header with general information will be send and the note will be displayed there.
|
||||
Close a thread without logging
|
||||
Close a thread without logging::
|
||||
* Usage: `closeNoLog`
|
||||
* Description: Closes the thread without notifying the user and without logging the messages.
|
||||
* Mode Restriction: This command is only available when mod mail is in the mode `log`.
|
||||
|
||||
@@ -98,7 +98,7 @@ Displaying information about members::
|
||||
|
||||
Displaying information about server::
|
||||
* Usage: `serverInfo`
|
||||
Description: Displays information about the server including: ID, server name, owner, member count, creation date, role count, server features and custom emotes of the server.
|
||||
* Description: Displays information about the server including: ID, server name, owner, member count, creation date, role count, server features and custom emotes of the server.
|
||||
|
||||
=== Link embeds
|
||||
|
||||
@@ -107,6 +107,6 @@ Description: Displays information about the server including: ID, server name, o
|
||||
|
||||
This feature enables the automatic embedding of messages containing a message link.
|
||||
If a message contains a link to a discord message this will create an embed containing the the message content. This supports image attachments, but not videos or files.
|
||||
A reaction is placed on the embedded message can be used to delete this embed. Only the person posting the message link and the person being quoted can use this feature.
|
||||
A reaction is placed on the embedded message which can be used to delete this embed. Only the original author and the person creating the embed can delete the embed this way.
|
||||
|
||||
Feature key: `link_embeds`
|
||||
Reference in New Issue
Block a user