mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-22 08:09:12 -05:00
14 lines
422 B
TypeScript
14 lines
422 B
TypeScript
/*
|
|
* Vencord, a Discord client mod
|
|
* Copyright (c) 2023 Vendicated and contributors
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
import { Devs } from "@utils/constants";
|
|
import definePlugin from "@utils/types";
|
|
|
|
export default definePlugin({
|
|
name: "FixYoutubeEmbeds",
|
|
description: "Bypasses youtube videos being blocked from display on Discord (for example by UMG)",
|
|
authors: [Devs.coolelectronics]
|
|
});
|