Skip to content

Commit

Permalink
fix: add blacklist to command list
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Apr 16, 2024
1 parent 631ff4b commit 790aa87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ import sd from "./sd.js";
import gemini from "./gemini.js";
import wf from "./wf.js";
import chm from "./chm.js";
import blacklist from "./blacklist.js";
import { Command } from "../types/command.js";

export const commands = new Map<string, Command>();
Expand Down Expand Up @@ -134,3 +135,4 @@ commands.set(sd.command.slice(1), sd);
commands.set(gemini.command.slice(1), gemini);
commands.set(wf.command.slice(1), wf);
commands.set(chm.command.slice(1), chm);
commands.set(blacklist.command.slice(1), blacklist);

0 comments on commit 790aa87

Please sign in to comment.