plant: me when copy paste blindly

This commit is contained in:
Cynthia Foxwell 2022-06-22 11:10:24 -06:00
parent 3e08fa5afd
commit 546832f675

View file

@ -4,7 +4,7 @@ const CATEGORY = "misc";
const fetch = require("node-fetch"); const fetch = require("node-fetch");
const {tinycolor} = require("@ctrl/tinycolor"); const {tinycolor} = require("@ctrl/tinycolor");
const logger = require("./logger.js"); const logger = require("../lib/logger.js");
// taken from rot13.com // taken from rot13.com
function rot(s, i) { function rot(s, i) {