A node module for converting any text to binary code!
npm i text-to-binary-converter
var binary = require('text-to-binary-converter');
console.log(binary.convert("This text just got converted to Binary."));
const binary = require('text-to-binary-converter');
let text = args.slice(0).join(' ');
return <message>.channel.send(binary.convert(text));
Copyright 2021 Awish-Senpai