mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-15 04:02:54 +00:00
added templates for exceptions and refactored some existing ones
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Place does not have emote assigned.
|
||||
@@ -0,0 +1 @@
|
||||
Configuration key not known.
|
||||
@@ -0,0 +1 @@
|
||||
Position is already used.
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
Mute role has not been setup for server.
|
||||
@@ -1 +0,0 @@
|
||||
Generic mod mail failure. Check the logs.
|
||||
@@ -1 +0,0 @@
|
||||
No server for modmail available.
|
||||
@@ -0,0 +1 @@
|
||||
No server for mod mail available.
|
||||
@@ -1 +0,0 @@
|
||||
Reminder ${id} does not exist, was already reminded or does not belong to you.
|
||||
@@ -0,0 +1 @@
|
||||
Reminder ${reminderId} does not exist, was already reminded or does not belong to you.
|
||||
@@ -1 +0,0 @@
|
||||
Suggestion ${id} does not exist.
|
||||
@@ -0,0 +1 @@
|
||||
Suggestion ${suggestionId} does not exist.
|
||||
@@ -0,0 +1 @@
|
||||
Failed to update suggestion.
|
||||
Reference in New Issue
Block a user