migrated some exceptions to use templates

fixed missed hard coded value in template
fixed listing of channels in channel groups
fixed template loading
This commit is contained in:
Sheldan
2020-05-13 17:04:21 +02:00
parent c429aa882b
commit 80505d1014
43 changed files with 332 additions and 108 deletions

View File

@@ -0,0 +1 @@
Channel group ${name} does not exist. The available channel groups are ${available}.

View File

@@ -0,0 +1 @@
The emote ${emoteKey} was not defined for this server.

View File

@@ -0,0 +1 @@
The emote ${emoteKey} was not found. The available emotes are: ${available}

View File

@@ -0,0 +1 @@
Post target ${key} is not available. The possible post targets are: ${available}.

View File

@@ -0,0 +1 @@
Role ${roleId} was not found in server ${serverId}.