Borik is a Discord bot that implements a wide variety of image manipulation features, designed primarily to distort & corrupt images. It is a collaborative project between Jack Harrhy & I, designed to replace two competing bots we had both built to accomplish the same goal.
All image manipulation is handled by leveraging ImageMagick (via the gographics/imagick
package for Go).
Command parsing & dispatch is handled by parsley
, which was initially built as the integrated command parser for this bot, before finally being split out into it’s own library.