mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 07:24:47 +00:00
[AB-240] moving invite filtering to separate module
adding templates for effects rework changed display of optional parameters in help
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Effects
|
||||
@@ -1 +0,0 @@
|
||||
Immune roles
|
||||
@@ -1 +1 @@
|
||||
Optional: ${parameter.optional?string('yes', 'no')}
|
||||
${parameter.optional?string('(Optional)', '')}
|
||||
@@ -1 +1 @@
|
||||
Makes a role affected by certain commands/features
|
||||
Makes a role affected by effects
|
||||
@@ -1 +1 @@
|
||||
`makeAffected ban @Staff` in order so the role `Staff` can be banned via the command (where @Staff is a role mention)
|
||||
`makeAffected ban @Staff` in order so the role `Staff` can be banned (where @Staff is a role mention)
|
||||
@@ -1,5 +1,5 @@
|
||||
Makes the given role affected by certain commands like `ban`, `warn` or `mute`.
|
||||
When a feature name is used, all commands of this feature will be changed.
|
||||
Not all commands actually support this functionality.
|
||||
This is done by 'effects', an effect is something which can be applied to members, and all the available effects can be
|
||||
shown via the command `showEffects`.
|
||||
By default all roles are affected by the commands.
|
||||
The provided role can either be a role ID or a the mention of the role.
|
||||
@@ -1 +0,0 @@
|
||||
The command/feature name to make the role affected by.
|
||||
@@ -0,0 +1 @@
|
||||
The effect to make the role affected by
|
||||
@@ -1 +1 @@
|
||||
Makes a role immune against certain commands/complete features
|
||||
Makes a role immune against certain effects
|
||||
@@ -1 +1 @@
|
||||
`makeImmune ban @Staff` in order so the role `Staff` cannot be banned via the command (where @Staff is a role mention)
|
||||
`makeImmune ban @Staff` in order so the role `Staff` cannot be banned (where @Staff is a role mention)
|
||||
@@ -1,5 +1,5 @@
|
||||
Makes the given role immune to certain commands like `ban`, `warn` or `mute`.
|
||||
When a feature name is used, all commands of this feature will be changed.
|
||||
Not all commands actually support this functionality.
|
||||
This is done by 'effects', an effect is something which can be applied to members, and all the available effects can be
|
||||
shown via the command `showEffects`.
|
||||
By default all roles are affected by the commands.
|
||||
The provided role can either be a role ID or a the mention of the role.
|
||||
@@ -1 +0,0 @@
|
||||
The command/feature name to make the role immune for.
|
||||
@@ -0,0 +1 @@
|
||||
The effect to make the role immune against.
|
||||
@@ -0,0 +1 @@
|
||||
Shows the currently possible effects
|
||||
@@ -0,0 +1 @@
|
||||
Shows the keys of the currently available effects while also showing a short description thereof
|
||||
@@ -0,0 +1 @@
|
||||
Effect not found.
|
||||
@@ -1 +1 @@
|
||||
The targeted user is immune against this command, because of the role: ${roleName}.
|
||||
The targeted user is immune against `${effect}`, because of the role: ${roleName}.
|
||||
Reference in New Issue
Block a user