[AB-94] adding templates for exceptions in member/role/channel retrieval per name

This commit is contained in:
Sheldan
2021-02-21 00:34:00 +01:00
parent 7f0ec7d47c
commit 61f1d2aa04
12 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
Multiple channels found by given name.

View File

@@ -0,0 +1 @@
Multiple members found by given name.

View File

@@ -0,0 +1 @@
Multiple roles found by given name.

View File

@@ -0,0 +1 @@
No channel found by given name.

View File

@@ -0,0 +1 @@
No member found by given name. Try the ID or mentioning the user instead.

View File

@@ -0,0 +1 @@
No role found by given name.