mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-29 17:02:31 +00:00
[AB-167] adding templates for infraction tracking and post target disabling
adding some missing templates adding post target disabled state to post target output
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Disables a post target
|
||||
@@ -0,0 +1,3 @@
|
||||
Post targets can be disabled, which means they will not be used to send any messages to.
|
||||
Some features can ignore this, and just function normally, some features might require a post target to be enabled in order to function correctly.
|
||||
Use the `posttarget` command to view the state of each post target.
|
||||
@@ -0,0 +1 @@
|
||||
The key of the post target to disable
|
||||
@@ -0,0 +1 @@
|
||||
Enables a post target
|
||||
@@ -0,0 +1,3 @@
|
||||
Post targets can be disabled, which means they will not be used to send any messages to.
|
||||
Some features can ignore this, and just function normally, some features might require a post target to be enabled in order to function correctly.
|
||||
Use the `posttarget` command to view the state of each post target.
|
||||
@@ -0,0 +1 @@
|
||||
The key of the post target to enable
|
||||
@@ -1 +0,0 @@
|
||||
The available post targets are
|
||||
@@ -1 +1 @@
|
||||
Post target ${postTargetName} points to ${channelMention}.
|
||||
Post target ${postTargetName} points to ${channelMention}. (${statusIndicator})
|
||||
@@ -0,0 +1 @@
|
||||
Post target ${postTargetKey} is not available. It is either not defined or has been disabled.
|
||||
@@ -0,0 +1 @@
|
||||
Infractions
|
||||
@@ -0,0 +1 @@
|
||||
How many infraction levels there should be. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
The channel to log infraction notifications to. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
${memberMention} raised to a new level ${newLevel} on infractions with ${newPoints}.
|
||||
@@ -0,0 +1 @@
|
||||
The amount of days after which reactions for starboard are ignored after. Default: ${defaultValue}
|
||||
Reference in New Issue
Block a user