mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 23:31:19 +00:00
[AB-177] adding help templates for allowed mentions and exception templates
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "unknown_mention_type_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
<#include "unknown_mention_type_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
Allows the bot to use specified mentions
|
||||
@@ -0,0 +1,3 @@
|
||||
This command can be used to allow the bot to use certain mentions. These mentions can be everyone, here, role or user mentions.
|
||||
The everyone and here mention are controlled via one combined mention type. This change is immediate and only affects the current server.
|
||||
Per default only user and role mentions are enabled.
|
||||
@@ -0,0 +1 @@
|
||||
The type of mention to allow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions
|
||||
@@ -0,0 +1 @@
|
||||
Disallows the bot to use certain mentions
|
||||
@@ -0,0 +1,3 @@
|
||||
This command can be used to disallow the bot to use certain mentions. These mentions can be everyone, here, role or user mentions.
|
||||
The everyone and here mention are controlled via one combined mention type. This change is immediate and only affects the current server.
|
||||
The mentions will still be displayed as mentions, but will not actually notify users.
|
||||
@@ -0,0 +1 @@
|
||||
The type of mention to disallow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions
|
||||
@@ -0,0 +1 @@
|
||||
Unknown mention type. Must be one of `everyone`, `role` or `user`.
|
||||
Reference in New Issue
Block a user