mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
chore: fix inconsistent import paths
This commit is contained in:
parent
3db9090705
commit
ac8926cdb8
8 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
import { Guild, Snowflake } from "discord.js";
|
||||
import moment from "moment-timezone";
|
||||
import { isDefaultSticker } from "src/utils/isDefaultSticker";
|
||||
import { Repository } from "typeorm";
|
||||
import { TemplateSafeValueContainer, renderTemplate } from "../templateFormatter";
|
||||
import { renderUsername, trimLines } from "../utils";
|
||||
|
@ -10,6 +9,7 @@ import { BaseGuildRepository } from "./BaseGuildRepository";
|
|||
import { dataSource } from "./dataSource";
|
||||
import { ArchiveEntry } from "./entities/ArchiveEntry";
|
||||
import { SavedMessage } from "./entities/SavedMessage";
|
||||
import { isDefaultSticker } from "../utils/isDefaultSticker";
|
||||
|
||||
const DEFAULT_EXPIRY_DAYS = 30;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue