mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-16 04:21:53 +00:00
added templates for exceptions and refactored some existing ones
This commit is contained in:
@@ -1 +0,0 @@
|
||||
The provided post target is invalid.
|
||||
@@ -1 +1 @@
|
||||
The category ${categoryId?c} was not found in guild ${guildId?c}.
|
||||
The category ${categoryId} was not found in guild ${guildId}.
|
||||
@@ -0,0 +1 @@
|
||||
Channel is already part of channel group ${channelGroupName}.
|
||||
@@ -1 +1 @@
|
||||
Channel group ${name} already exists.
|
||||
Channel group ${channelGroupName} already exists.
|
||||
@@ -0,0 +1 @@
|
||||
Channel is not not part of channel group ${channelGroupName}.
|
||||
@@ -0,0 +1 @@
|
||||
Command has been disabled.
|
||||
@@ -1 +0,0 @@
|
||||
User in server ${userInServerId} was not found.
|
||||
@@ -1 +0,0 @@
|
||||
Could not find role.
|
||||
@@ -1 +1 @@
|
||||
Invalid time format: ${format}. Valid formats are ${valid}. Beware to not use a space between the number and the unit.
|
||||
Invalid time format: ${invalidFormat}. Valid formats are ${validFormats}. Beware to not use a space between the number and the unit.
|
||||
@@ -0,0 +1 @@
|
||||
Emote ${emoteName} has been defined, but is not usable by the bot.
|
||||
@@ -1 +0,0 @@
|
||||
Emote ${model.emoteId?c} not available in guild.
|
||||
@@ -0,0 +1 @@
|
||||
Emote ${emoteId} not available in guild.
|
||||
@@ -1 +0,0 @@
|
||||
Emote ${emote.name} with ID ${emote.id} is not usable by the bot.
|
||||
@@ -0,0 +1 @@
|
||||
Emote ${emoteName} with ID ${emoteId} is not usable by the bot.
|
||||
@@ -0,0 +1 @@
|
||||
Insufficient parameters: ${model.parameterName} was not found.
|
||||
@@ -1 +0,0 @@
|
||||
Insufficient parameters: ${parameterName} was not found.
|
||||
@@ -0,0 +1 @@
|
||||
Post target ${postTargetKey} was not found.
|
||||
@@ -1 +0,0 @@
|
||||
Post target ${key} was not found.
|
||||
@@ -0,0 +1 @@
|
||||
Post target ${postTargetKey} is not available. The possible post targets are: ${availableTargets}.
|
||||
@@ -1 +0,0 @@
|
||||
Post target ${key} is not available. The possible post targets are: ${available}.
|
||||
@@ -0,0 +1 @@
|
||||
User in server was not found.
|
||||
Reference in New Issue
Block a user