mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-07 11:07:19 +00:00
refactor: convert /backend to ESM
This commit is contained in:
parent
31d74c05aa
commit
5772e27cda
766 changed files with 3473 additions and 3500 deletions
|
@ -7,11 +7,11 @@ import {
|
|||
Snowflake,
|
||||
} from "discord.js";
|
||||
import moment from "moment-timezone";
|
||||
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
||||
import { humanizeDurationShort } from "../../../humanizeDurationShort";
|
||||
import { getBaseUrl } from "../../../pluginUtils";
|
||||
import { DBDateFormat, MINUTES, renderUsername, resolveMember } from "../../../utils";
|
||||
import { IMuteWithDetails, mutesCmd } from "../types";
|
||||
import { commandTypeHelpers as ct } from "../../../commandTypes.js";
|
||||
import { humanizeDurationShort } from "../../../humanizeDurationShort.js";
|
||||
import { getBaseUrl } from "../../../pluginUtils.js";
|
||||
import { DBDateFormat, MINUTES, renderUsername, resolveMember } from "../../../utils.js";
|
||||
import { IMuteWithDetails, mutesCmd } from "../types.js";
|
||||
|
||||
export const MutesCmd = mutesCmd({
|
||||
trigger: "mutes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue