Yomer is a Discord voice bot to speak out text messages sent to text channels.
The easiest way is to use Docker Compose.
TBD
Text !ymr join
to join Yomer to your voice channel. Yomer will then read all text messages aloud. Use !ymr leave
to make Yomer leave your channel.
Set up OPAM first. Then, run the following steps:
opam switch create --no-install . 5.0.0
opam pin cohttp https://github.com/mirage/ocaml-cohttp.git#v6.0.0_beta1
opam pin cohttp-eio https://github.com/mirage/ocaml-cohttp.git#v6.0.0_beta1
opam pin sodium https://github.com/ahrefs/ocaml-sodium.git#734eccbb47e7545a459a504188f1da8dc0bd018e
opam pin discord "https://github.com/ushitora-anqou/discordml.git#master"
opam install . --deps-only
dune build bin/main.exe