Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.03 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.03 KB

garblebot

A Discord bot that completely ruins the meaning of any message you give it. It works by running your sentence through Yandex.Translate API with a bunch of languages, then back to your original language.

You can see the bot in action here. Just shoot it a message.

If you want to host your own version of garblebot, just install Node.JS & NPM, clone/fork this repo, and run npm install. Go into config/default.json and replace languages with an array of languages you want to run sentences through. The last language in the array will be the final one. You don't need to specify the incoming language, this is detected automagically. After this, replace discordToken with your Discord bot account secret and yandexKey for your Yandex.Translate API key.

Now just run npm start and the bot is ready!