Add basic channel and chat bridge.

This commit is contained in:
Logan Gorence
2021-12-22 01:38:22 +00:00
parent be7df6dcc6
commit 69380906e6
8 changed files with 144 additions and 14 deletions

View File

@ -1,5 +1,7 @@
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.2")
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
exclude(module = "opus-java")
}
compileOnly(project(":foundation-core"))
}