2021-05-22 09:15:09 +08:00
|
|
|
# Teamspeak3 <-> Discord Voice Bridge
|
2021-05-10 06:27:18 +08:00
|
|
|
|
2021-05-22 09:15:09 +08:00
|
|
|
Requires your own discord bot token.
|
2021-05-10 06:27:18 +08:00
|
|
|
|
2021-05-23 00:16:47 +08:00
|
|
|
## Building
|
|
|
|
get [rust](https://rust-lang.org) compiler with cargo
|
|
|
|
|
|
|
|
`cargo build --release`
|
|
|
|
.exe/elf is inside target/release/
|
|
|
|
|
2021-05-22 09:15:09 +08:00
|
|
|
## Starting
|
2021-05-23 00:16:47 +08:00
|
|
|
Setup your credentials inside .credentials.toml by copying credentials.example.toml
|
|
|
|
|
2021-05-10 06:27:18 +08:00
|
|
|
|
2021-05-22 09:15:09 +08:00
|
|
|
Then join a voice channel, type ~join in a text channel the bot can access.
|