chore: wtf.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { CommandHandler } from "./commands-types.js";
|
||||
import { logVerbose } from "../../globals.js";
|
||||
import { handleBashChatCommand } from "./bash-command.js";
|
||||
import type { CommandHandler } from "./commands-types.js";
|
||||
|
||||
export const handleBashCommand: CommandHandler = async (params, allowTextCommands) => {
|
||||
if (!allowTextCommands) {
|
||||
|
||||
Reference in New Issue
Block a user