Discord Translation Bot
Go to file
2024-02-23 11:27:17 +01:00
cmake initial commit 2024-01-02 03:45:06 +01:00
etc improve configuration example 2024-02-20 01:53:15 +01:00
src message_queue: combine if condition 2024-02-23 11:27:17 +01:00
CMakeLists.txt add /list languages command, minor fixes 2024-02-23 07:14:08 +01:00
README.md 0.1 release 2024-02-20 07:18:04 +01:00

dtranslatebot

Open Source Discord Translation Bot

  • Translate incoming channel messages to a Webhook
  • Support configuration through slashcommands and JSON
  • Cross-Platform

Build Dependencies

Runtime Dependencies

Build dtranslatebot

git clone https://github.com/Syping/dtranslatebot
cmake -B dtranslatebot-build dtranslatebot
cmake --build dtranslatebot-build
sudo cmake --install dtranslatebot-build
Optional CMake flags

-DWITH_BOOST=TRUE