Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyowo committed Jun 2, 2024
1 parent a485ebb commit 7578ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/plugins/Utility/commands/HelpCmd.ts
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7578ffb

Please sign in to comment.