Remove dumb thing
This commit is contained in:
parent
a50af8abfe
commit
f6ca90329c
|
@ -27,8 +27,6 @@ import { info } from "./general/info";
|
||||||
import { burger } from "./util/burger";
|
import { burger } from "./util/burger";
|
||||||
import { daily } from "./pokemon/daily";
|
import { daily } from "./pokemon/daily";
|
||||||
import { give } from "./inventory/give";
|
import { give } from "./inventory/give";
|
||||||
import { group } from "./util/permission";
|
|
||||||
// import { give } from "./inventory/give";
|
|
||||||
|
|
||||||
interface ICommandGroup {
|
interface ICommandGroup {
|
||||||
id: string;
|
id: string;
|
||||||
|
@ -73,7 +71,7 @@ commandGroups.push(pokemonGroup);
|
||||||
const utilGroup: ICommandGroup = {
|
const utilGroup: ICommandGroup = {
|
||||||
id: "util",
|
id: "util",
|
||||||
displayName: "Utility",
|
displayName: "Utility",
|
||||||
commands: [data, setcolor, memory, autofish, fid, chance, group]
|
commands: [data, setcolor, memory, autofish, fid, chance]
|
||||||
};
|
};
|
||||||
|
|
||||||
commandGroups.push(utilGroup);
|
commandGroups.push(utilGroup);
|
||||||
|
|
Loading…
Reference in New Issue