mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 07:24:47 +00:00
added templates required by assignable role places
changed the way how exceptions are templated fixed generic exception template to handle text which might break the syntax
This commit is contained in:
@@ -1 +1 @@
|
||||
<#include "channel_not_found_exception_text">
|
||||
Channel ${channelId} not found in the database.
|
||||
@@ -0,0 +1 @@
|
||||
Parameter could not be parsed, one of `${model.expectedValues?join('`, `')}` was expected.
|
||||
@@ -0,0 +1 @@
|
||||
Emote ${model.emoteId?c} not available in guild.
|
||||
@@ -0,0 +1 @@
|
||||
Emote ${emoteId} not found in database.
|
||||
@@ -0,0 +1 @@
|
||||
Emote ${emote.name} with ID ${emote.id} is not usable by the bot.
|
||||
@@ -0,0 +1 @@
|
||||
Role ${model.role.id?c} has been deleted.
|
||||
Reference in New Issue
Block a user