3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

chore: formatting

This commit is contained in:
Ruby 2024-06-02 17:33:02 +02:00
parent a485ebb7b1
commit 7578ffbab9
No known key found for this signature in database
GPG key ID: 74D9DB37B03A4804

View file

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