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:
parent
4ac7ff0843
commit
ff8b7471e2
5 changed files with 5 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue