SendTimestamps (#891)

Co-authored-by: Tyler Flowers <contact@ggtylerr.dev>
This commit is contained in:
V 2023-04-15 04:42:18 +02:00 committed by GitHub
parent f75f887861
commit 88ad4f1b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 288 additions and 10 deletions

View file

@ -19,10 +19,7 @@
import { addButton, removeButton } from "@api/MessagePopover";
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
import { findLazy } from "@webpack";
import { ChannelStore } from "@webpack/common";
const ComponentDispatch = findLazy(m => m.emitter?._events?.INSERT_TEXT);
import { ChannelStore, ComponentDispatch } from "@webpack/common";
export default definePlugin({
name: "QuickMention",