[AB-64] adding exception templates for voice channel context feature

This commit is contained in:
Sheldan
2021-07-12 00:55:01 +02:00
parent 7e91083b3a
commit e0fa208623
7 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1 @@
<#include "voice_channel_context_already_exists_exception_message">

View File

@@ -0,0 +1 @@
<#include "voice_channel_context_not_exists_exception_message">