plant: me when copy paste blindly
This commit is contained in:
parent
3e08fa5afd
commit
546832f675
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue