UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

6 lines (4 loc) 115 B
// Base64 decode module.exports = function (string) { return Buffer.from(string, "base64").toString("utf8"); };