https://github.com/ray-1337/discord-voice-message
Transform .mp3 file (from URL) to Discord voice message.
https://github.com/ray-1337/discord-voice-message
discord voice
Last synced: about 1 month ago
JSON representation
Transform .mp3 file (from URL) to Discord voice message.
- Host: GitHub
- URL: https://github.com/ray-1337/discord-voice-message
- Owner: ray-1337
- License: unlicense
- Created: 2023-06-30T07:26:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T07:32:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T07:16:23.010Z (4 months ago)
- Topics: discord, voice
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Voice Messages (Simplified)
This is a GitHub repository where you can transform .mp3 file to Discord voice messages.# How it works?
I simplified the code from [this repository](https://github.com/kbd0t/Discord-Voice-Secret-Message).In this repository, I randomized the waveform and the filename, so all you need is to just upload your .mp3 file somewhere else, put it on the .env file, and transform it.
# Installation
- Install the module, `npm install`
- If you're using another package manager, `pnpm install` or `yarn install` is basically the same thing.
- Turn `.env.example` to `.env`
- Input your data into the string in your `.env`
- `DISCORD_TOKEN` is your Discord user token, not bot.
- You can get it from inspect element.
- `DISCORD_CHANNEL_ID` is a text channel you want to send.
- `AUDIO_URL` is a full URL of your .mp3 file.
- You can upload it and copy the link into `AUDIO_URL`
- Run the terminal, and simply type `node .`# Risk
This script is not meant to be used for malicious purposes. I don't have any responsible for anything you do with this script.# LICENSE
[Unlicense](LICENSE)