Heeyong Yoon
Results
2
issues of
Heeyong Yoon
- What I wanted: - Single bot (1 process) - Guild 0's voice channel ← play file 0 - Guild 1's voice channel ← play file 1 - Implementation: ```go...
**Environment:** - Ubuntu 18.04 - gcc 7.5.0 **Prerequisites:** ```bash apt install libsodium-dev libczmq-dev libzmq3-dev -y ``` --- A. **Not-working command:** ```bash mkdir zmqtest go get github.com/zeromq/goczmq ``` Output: ``` #...