3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-08 03:27:20 +00:00

fix: type errors + missing import

This commit is contained in:
Dragory 2024-08-11 22:52:33 +03:00
parent 4ac7ff0843
commit ff8b7471e2
No known key found for this signature in database
5 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@ import { LoadedGuildPlugin, PluginCommandDefinition } from "knub";
import { commandTypeHelpers as ct } from "../../../commandTypes.js";
import { createChunkedMessage } from "../../../utils.js";
import { utilityCmd } from "../types.js";
import { env } from "../../../env.js";
export const HelpCmd = utilityCmd({
trigger: "help",