mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
chore: formatting
This commit is contained in:
parent
a485ebb7b1
commit
7578ffbab9
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue