[AB-177] adding help templates for allowed mentions and exception templates

This commit is contained in:
Sheldan
2021-02-06 04:06:39 +01:00
parent 37b1589431
commit 6a93a962e6
9 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
"description": "<@safe_include "unknown_mention_type_exception"/>"

View File

@@ -0,0 +1 @@
<#include "unknown_mention_type_exception_text">

View File

@@ -0,0 +1 @@
Allows the bot to use specified mentions

View File

@@ -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.

View File

@@ -0,0 +1 @@
The type of mention to allow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions

View File

@@ -0,0 +1 @@
Disallows the bot to use certain mentions

View File

@@ -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.

View File

@@ -0,0 +1 @@
The type of mention to disallow. Must be one of the following: 'everyone', 'role' or 'user'. 'everyone' also controls 'here' mentions

View File

@@ -0,0 +1 @@
Unknown mention type. Must be one of `everyone`, `role` or `user`.