UNPKG

la-cosa-nostra

Version:

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

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