#how to use
- put any file or voice with codec
audio/ogg - fill
tokenandchannel_idonconfig.json - run
py main.py
| import { definePluginSettings } from "@api/Settings"; | |
| import { Notice } from "@components/Notice"; | |
| import definePlugin, { OptionType } from "@utils/types"; | |
| import { UserStore } from "@webpack/common"; | |
| const settings = definePluginSettings({ | |
| platform: { | |
| type: OptionType.SELECT, | |
| description: "The platform that will be shown", | |
| restartNeeded: true, |
| Install-Script -Name RefreshEnv -RequiredVersion 1.0.0 | |
| Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force |
#how to use
audio/oggtoken and channel_id on config.jsonpy main.pyhttps://domain-com.translate.goog/image.jpghttps://cdn-discordapp-com.translate.goog/attachments/932997963981140069/937172504819138560/unknown.pnghttps://proxy.duckduckgo.com/iu/?u=url imagehttps://proxy.duckduckgo.com/iu/?u=https://cdn.discordapp.com/attachments/932997963981140069/937172504819138560/unknown.png| #!/bin/bash | |
| # SPDX-License-Identifier: MIT | |
| # Copyright © 2019-present Iqbal Rifai | |
| # ------------------------------------------------------------------ | |
| # MIT License | |
| # ----------- | |
| # | |
| # Copyright (c) 2019-present Iqbal Rifai (https://iqbalrifai.eu.org) | |
| # Permission is hereby granted, free of charge, to any person |
| /* Light mode */ | |
| @media (prefers-color-scheme: light) { | |
| @import url("light.css"); | |
| } | |
| /* Dark mode */ | |
| @media (prefers-color-scheme: dark) { | |
| @import url("dark.css"); | |
| } |
| <?php | |
| /** | |
| * DONT DELETE THIS | |
| * | |
| * @original https://github.com/ammarfaizi2/php-integral-obfuscator | |
| * @update https://moedev.co | |
| * @license MIT | |
| * @version 0.2.0-rc9 | |
| * c\00 |
| <?php | |
| if ($_GET['id'] == ""){ | |
| http_response_code(404); | |
| die("ID Not Found"); | |
| } else { | |
| $drive_id = $_GET['id']; | |
| $apikey = "AIzaSyBPO_VhHtvTL-gs35Nb24cSsjuxQasjlN0"; | |
| $data = json_decode(file_get_contents("https://www.googleapis.com/drive/v2/files/$drive_id?supportsTeamDrives=true&key=$apikey"), true); | |
| $mime = $data["mimeType"]; | |
| $link = file_get_contents("https://www.googleapis.com/drive/v3/files/$drive_id?key=$apikey&supportsTeamDrives=true&alt=media"); |