mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-27 20:39:08 +00:00
Various improvements to templates (#8)
- Removes `;closenolog` templates, as the feature doesn't exist anymore - Fix some inconsistencies and typos Co-Authored-By: Sheldan <5037282+Sheldan@users.noreply.github.com> Co-authored-by: Sheldan <5037282+Sheldan@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ab575257f9
commit
bf0aa3baad
@@ -1,3 +1,3 @@
|
||||
Shows the currently configured feature modes and their respective configuration: Whether or not they are enabled or not and if they are part of the default configuration.
|
||||
If the current value is part of the default configuration, this means that if the default config is changed, this value changes as well.
|
||||
If its not part of the default configuration, this means that this value was chosen for the server and that it will not be changed if the default configuration changes
|
||||
If it's not part of the default configuration, this means that this value was chosen for the server and that it will not be changed if the default configuration changes
|
||||
@@ -1 +1 @@
|
||||
Prints the latency between the bot and discord.
|
||||
Prints the latency between the bot and Discord.
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to remove a command from a channel group, so it doesnt get affected by the changes of this channel group.
|
||||
This command can be used to remove a command from a channel group, so it doesn't get affected by the changes of this channel group.
|
||||
This can be for example command disabled and command cooldown configurations
|
||||
@@ -1,3 +1,2 @@
|
||||
This command can be used to reset an individual config key, feature or complete server to its default configuration.
|
||||
This can be controlled via the `key` parameter. If there exists such a config key, it will be reset. If there exists such a feature with the key,
|
||||
it will be reset. Only if the key parameter is empty, the server configuration is reset.
|
||||
This can be controlled via the `key` parameter. If there exists such a config key, it will be reset. If there exists such a feature with the key, it will be reset. Only if the key parameter is empty, the server configuration is reset.
|
||||
@@ -1 +1 @@
|
||||
The bot uses certain when doing certain actions. This command can be used to redefine these emotes.
|
||||
The bot uses certain emotes when doing certain actions. This command can be used to redefine these emotes.
|
||||
@@ -1 +1 @@
|
||||
Command cool downs
|
||||
Command cooldowns
|
||||
@@ -1,2 +1,2 @@
|
||||
Channel cool down: ${channelCoolDown}
|
||||
Member cool down: ${memberCoolDown}
|
||||
Channel cooldown: ${channelCoolDown}
|
||||
Member cooldown: ${memberCoolDown}
|
||||
@@ -1,2 +1,2 @@
|
||||
This commands takes to subjects int he form of text inputs (can be mentions as well) and calculates the love percentage between those.
|
||||
This commands takes two subjects in the form of text inputs (can be mentions as well) and calculates the love percentage between those.
|
||||
The percentage is only whole numbers.
|
||||
@@ -1,4 +1,3 @@
|
||||
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.
|
||||
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.
|
||||
@@ -1 +1 @@
|
||||
Shows 10 places of the leader board of this server.
|
||||
Shows 10 places of the leaderboard of this server.
|
||||
@@ -1,3 +1,3 @@
|
||||
Shows 10 members of the sever in the form of a leader board.
|
||||
Shows 10 members of the sever in the form of a leaderboard.
|
||||
The information include posted messages/gained experience/current level and rank within the server.
|
||||
An optional parameter is possible to chose a page. So, `leaderboard 3` would show members from rank 30 to 40.
|
||||
|
||||
@@ -1 +1 @@
|
||||
The page of the leader board you want to see.
|
||||
The page of the leaderboard you want to see.
|
||||
@@ -1,5 +1,4 @@
|
||||
Applies the muted role to the user and logs the mute in the `mutes` post target.
|
||||
The user will be automatically unmuted after the time period is over and another un-mute notification will be send to the
|
||||
`mutes` post target.
|
||||
The user will be automatically unmuted after the time period is over and another unmute notification will be send to the `mutes` post target.
|
||||
|
||||
<#include "duration_format_help">
|
||||
@@ -1 +1 @@
|
||||
Amount of messages do delete.
|
||||
Amount of messages to delete.
|
||||
@@ -1 +1 @@
|
||||
Sets the slow mode of the the current (or given channel) to the given duration.
|
||||
Sets the slow mode of the current (or given channel) to the given duration.
|
||||
@@ -1 +1 @@
|
||||
slowMode 1h2m3s #general` in order to set the slow mode in channel `general` to 1 hour 2 minutes and 3 seconds (the #general is a user mention)
|
||||
slowMode 1h2m3s #general` in order to set the slow mode in channel `general` to 1 hour 2 minutes and 3 seconds (the #general is a channel mention)
|
||||
@@ -1 +1 @@
|
||||
Un-bans users via ID
|
||||
Unbans users via ID
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to un-ban users via ID. If they are not banned currently, an error message is displayed.
|
||||
The un-ban is logged.
|
||||
This command can be used to unban users via ID. If they are not currently banned, an error message is displayed.
|
||||
The unban is logged.
|
||||
@@ -1 +1 @@
|
||||
Un-mutes the user immediately.
|
||||
Unmutes the user immediately.
|
||||
@@ -1 +1 @@
|
||||
Un-mutes the user. This does not send a notification in the `mutes` post target. Also removes any mutes towards the user on this server.
|
||||
Unmutes the user. This does not send a notification in the `mutes` post target. Also removes any mutes towards the user on this server.
|
||||
@@ -1 +1 @@
|
||||
The member to un-mute.
|
||||
The member to unmute.
|
||||
@@ -1 +1 @@
|
||||
Creates notes for members of the server
|
||||
Creates notes for members of the server
|
||||
@@ -1 +1 @@
|
||||
The channel to which mutes should be logged to. Un-mutes will also be in this channel. Currently: ${currentTarget}
|
||||
The channel to which mutes should be logged to. Unmutes will also be in this channel. Currently: ${currentTarget}
|
||||
@@ -1 +1 @@
|
||||
The channel to which un-bans should be logged to. Currently: ${currentTarget}
|
||||
The channel to which unbans should be logged to. Currently: ${currentTarget}
|
||||
@@ -1 +1 @@
|
||||
Your warning from ${warningDate} with the reason `${reason}` has been cleared. You have ${remainingWarningsCount} remaining active warnings.
|
||||
Your warning from ${warningDate} with the reason `${reason}` has been decayed. You have ${remainingWarningsCount} remaining active warnings.
|
||||
@@ -1 +1 @@
|
||||
The following message was sent anonymous.
|
||||
The following message was sent anonymously.
|
||||
@@ -1,3 +1,3 @@
|
||||
Replies to the modmail thread without showing who authored the text. Instead the bot will be used as an author.
|
||||
If the modmail message is logged, the correct author is shown in the embed, with a small note saying that the message was send anonymously.
|
||||
If the modmail message is logged, the correct author is shown in the embed, with a small note saying that the message was sent anonymously.
|
||||
Only pictures as attachments are supported. In order to use attachments, this command must be used when the text accompanying the attachment is chosen.
|
||||
@@ -1 +1 @@
|
||||
Closes the modmail thread, which means: logging the messages to modmail log (if `modmail_logging` is enabled), deleting the channel the thread was in and notifying the use that the thread was closed.
|
||||
Closes the modmail thread, which means: logging the messages to modmail log (if `modmail_logging` is enabled), deleting the channel the thread was in and notifying the user that the thread was closed.
|
||||
@@ -1 +0,0 @@
|
||||
Closes the modmail thread, does *not* notify the user and does *not* log the thread.
|
||||
@@ -1 +0,0 @@
|
||||
Closes the modmail thread, which means deleting the channel the thread was in. This command does not notify the user nor does it log the content of the thread.
|
||||
@@ -1 +1 @@
|
||||
The use to open a modmail thread for.
|
||||
The user to open a modmail thread for.
|
||||
@@ -1 +1 @@
|
||||
Thread exists already.
|
||||
Thread already exists.
|
||||
@@ -1 +1 @@
|
||||
Removes the role from the roles being notified when a new thread is created by an user.
|
||||
Removes the role from the roles being notified when a new thread is created by a user.
|
||||
@@ -1 +1 @@
|
||||
Adds the role to the roles being notified when a new thread is created by an user.
|
||||
Adds the role to the roles being notified when a new thread is created by a user.
|
||||
@@ -1 +1 @@
|
||||
Subscribes to the current modmail thread and pings you whenever there is a new message from the user until you un-subscribe.
|
||||
Subscribes to the current modmail thread and pings you whenever there is a new message from the user until you unsubscribe.
|
||||
@@ -1 +1 @@
|
||||
Un-subscribes from the current modmail thread.
|
||||
Unsubscribes from the current modmail thread.
|
||||
@@ -1 +1 @@
|
||||
No server for modmail available.
|
||||
No server for modmail is available.
|
||||
@@ -1 +1 @@
|
||||
Shows a overview over the profanities of a member
|
||||
Shows an overview over the profanities of a member
|
||||
@@ -1 +1 @@
|
||||
Re-schedules a reminder
|
||||
Reschedules a reminder
|
||||
@@ -1 +1 @@
|
||||
The ID of the reminder you want to re-schedule
|
||||
The ID of the reminder you want to reschedule
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to show in which channel groups and channels the repost check is enabled.
|
||||
This will show the channel mentions in case they exist, and only the channel ID it it doesnt.
|
||||
This will show the channel mentions in case they exist, and only the channel ID if it doesn't.
|
||||
@@ -1 +1 @@
|
||||
Shows the current leader board of starboard posts
|
||||
Shows the current leaderboard of starboard posts
|
||||
@@ -1,2 +1,2 @@
|
||||
Shows the current leader board of starboard posts. Can also be used to show the starboard statistics for an individual member.
|
||||
Shows the current leaderboard of starboard posts. Can also be used to show the starboard statistics for an individual member.
|
||||
This user needs to be still in this server.
|
||||
@@ -1 +1 @@
|
||||
This command will the name and the ID of emotes which were previously tracked on this server, but have since been been deleted.
|
||||
This command will show the name and the ID of emotes which were previously tracked on this server, but have since been been deleted.
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to track one emote, if it is not yet tracked. If the command has been tracked before and is still part of the tracked emotes. This will just enable tracking again.
|
||||
Beware: if its an external emote, the `externalEmotes` needs to be enabled.
|
||||
This command can be used to track one emote, if it is not yet tracked. If the emote has been tracked before and is still part of the tracked emotes, this will just enable tracking again.
|
||||
Beware: if it's an external emote, the `externalEmotes` needs to be enabled.
|
||||
@@ -1,2 +1,2 @@
|
||||
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id
|
||||
and a suggestion can be accepted with `accept` or denied with `reject`.
|
||||
Suggests the given text in the `suggestions` post target to be voted on. Such a suggestion will have a globally unique id.
|
||||
A suggestion can be accepted with `accept` or denied with `reject`.
|
||||
@@ -1,2 +1,2 @@
|
||||
This command can be used to delete a suggestion. This is only possible by the creator of the suggestion and for a certain period after the suggestion has been created (default 1 hour).
|
||||
This will delete the message containing the suggestion and from the database. No further action is possible on this suggestion.
|
||||
This will delete the message containing the suggestion and remove it from the database. No further action is possible on this suggestion.
|
||||
@@ -1 +1 @@
|
||||
Shows the ID, owner, member count, role count, features and emotes of the server.
|
||||
Shows the ID, owner, member count, role count, voice and text channels count, creation time, features and emotes of the server.
|
||||
@@ -1 +1 @@
|
||||
The member you want to see the avatar for. If not provided will use the member executing the command.
|
||||
The member you want to see the avatar for. If not provided it will use the member executing the command.
|
||||
Reference in New Issue
Block a user