fix(vcDoubleClick): fix functionality (#410)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
Nico 2023-01-13 23:18:12 +01:00 committed by GitHub
parent ea748dfb60
commit 32cdb63885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 14 deletions

View file

@ -18,10 +18,7 @@
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
import { waitFor } from "@webpack";
let GuildStore;
waitFor(["getGuild"], m => GuildStore = m);
import { GuildStore } from "@webpack/common";
export default definePlugin({
name: "ForceOwnerCrown",