[AB-64] adding voice context channel feature

This commit is contained in:
Sheldan
2021-07-12 00:56:15 +02:00
parent 7e7591a4b3
commit c7514a6bad
40 changed files with 2327 additions and 1 deletions

View File

@@ -72,6 +72,18 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.abstracto.modules</groupId>
<artifactId>voice-channel-context-int</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.abstracto.modules</groupId>
<artifactId>voice-channel-context-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.abstracto.scheduling</groupId>
<artifactId>scheduling-impl</artifactId>