misc -> utils
This commit is contained in:
parent
812fca8174
commit
1dda3561ed
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue