mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +00:00
1670733458
Co-authored-by: V <vendicated@riseup.net>
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]
|
|
});
|