distreamは長時間の音声録音Botで、2時間以上の録音が可能です。
音声はwebmで保存され、ユーザーごとにトラックが分離されているので書き出す際にユーザーを選択できます。
!join
to join voice channel and start recording.
!leave
to leave voice channel and stop recording.
recorded voice is saved on file system.
You need to install Rust.
$ git clone https://github.com/virtualCrypto-discord/distream.git
$ cd distream
$ DISCORD_BOT_TOKEN=<your bot token here> cargo run