mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-05 07:59:36 +00:00
[AB-94] adding templates for exceptions in member/role/channel retrieval per name
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<#include "multiple_channels_found_by_name_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "multiple_members_found_by_name_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "multiple_roles_found_by_name_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "no_channel_found_by_name_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "no_member_found_by_name_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "no_role_found_by_name_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
Multiple channels found by given name.
|
||||
@@ -0,0 +1 @@
|
||||
Multiple members found by given name.
|
||||
@@ -0,0 +1 @@
|
||||
Multiple roles found by given name.
|
||||
@@ -0,0 +1 @@
|
||||
No channel found by given name.
|
||||
@@ -0,0 +1 @@
|
||||
No member found by given name. Try the ID or mentioning the user instead.
|
||||
@@ -0,0 +1 @@
|
||||
No role found by given name.
|
||||
Reference in New Issue
Block a user