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

This commit is contained in:
Sheldan
2021-07-12 00:44:07 +02:00
parent d09fc1dd54
commit 7e91083b3a
11 changed files with 63 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,2 @@
This command can be used to link a voice channel to a role. This means, that the role will be added to the members who join this voice channel.
The role can then be used to provide 'view channel' permission to another channel to be used as a context channel.

View File

@@ -0,0 +1,2 @@
The voice channel for which a voice channel context should be created. You can mention voice channels by typing '#!' and then continuing with the voice channel name.
The name or the channel ID is also a possibility.

View File

@@ -0,0 +1 @@
This command can be used to remove a voice channel context. So that the given voice channel does not have a role associated with it.

View File

@@ -0,0 +1,2 @@
The voice channel for which a voice channel context should be removed. You can mention voice channels by typing '#!' and then continuing with the voice channel name.
The name or the channel ID is also a possibility.