misc -> utils

This commit is contained in:
Cynthia Foxwell 2021-03-14 21:18:05 -06:00
parent 812fca8174
commit 1dda3561ed
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const Command = require("../lib/command.js");
const CATEGORY = "general";
const {pastelize, getTopColor} = require("../lib/misc.js");
const {pastelize, getTopColor} = require("../lib/utils.js");
const help = new Command("help");
help.category = CATEGORY;