You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!message.args[0]) return send("**The available encryptions are: `" + Object.keys(en).join("` ,`") + "` **");
if (!en[message.args[0]]) return send("*`" + message.args[0] + "` is not an available encryption*\n**The available encryptions are: `" + Object.keys(en).join("` ,`") + "` **");
if (!message.args[1]) return send("**Provide a message to be encrypted in `" + message.args[0] + "`");