Skip to content

Instantly share code, notes, and snippets.

import { Plugin } from "enmity/managers/plugins";
import { sendMessage } from "enmity/api";
import { getByProps } from "enmity/metro";
const ChannelStore = getByProps("getChannelId");
const VoiceSender = {
name: "VoiceSender",
description: "يرسل ملف صوتي كأنه voice 🎤",
authors: ["ChatGPT"],