chore: run prettier

This commit is contained in:
Dragory 2024-01-27 14:23:13 +02:00
parent 77ab2718e7
commit 873bf7eb99
No known key found for this signature in database
54 changed files with 462 additions and 416 deletions

View file

@ -10,13 +10,7 @@ import {
PermissionsBitField,
TextBasedChannel,
} from "discord.js";
import {
AnyPluginData,
CommandContext,
ExtendedMatchParams,
GuildPluginData,
helpers
} from "knub";
import { AnyPluginData, CommandContext, ExtendedMatchParams, GuildPluginData, helpers } from "knub";
import { logger } from "./logger";
import { isStaff } from "./staff";
import { TZeppelinKnub } from "./types";