3 devlogs
4h 59m 10s
A discord bot with language games, like you give it a sentence and it gives out a sentence in random language and you have to guess which language it is.
A discord bot with language games, like you give it a sentence and it gives out a sentence in random language and you have to guess which language it is.
Added /detect_lang command which only works if game is not active in channel. Fixed some bugs with language guessing + readme.
Log in to leave a comment
Finished command guess_lang. It works correctly now :3
Log in to leave a comment
I set up Hikari with Lightbulb and created two commands: health_check and guess_language. The guess_language command is only partially implemented, it currently just returns a random language translation. For translations, I’m using googletrans python lib.
Log in to leave a comment