3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

remove unused imports

This commit is contained in:
almeidx 2021-08-22 12:19:44 +01:00
parent e8bc549dd4
commit 3a474250f7
No known key found for this signature in database
GPG key ID: C5FF0C40763546C5

View file

@ -1,20 +1,15 @@
import {
Client,
Constants,
Message,
MessageActionRow,
MessageButton,
MessageEditOptions,
MessageOptions,
MessageReaction,
PartialMessageReaction,
PartialUser,
TextChannel,
User,
} from "discord.js";
import { Awaitable } from "knub/dist/utils";
import { MINUTES, noop } from "../utils";
import Timeout = NodeJS.Timeout;
export type LoadPageFn = (page: number) => Awaitable<MessageOptions & MessageEditOptions>;