⭐ Feel free to star the repository if this helped you!
By using this code, you are automating your Discord Account. This is against Discord's Terms of Service and Community Guidelines. If not used properly, your account(s) might get suspended or terminated by Discord. I, the developer, is not responsible for any consequences that may arise from the use of this code. Use this software at your own risk and responsibility. Learn more about Discord's Terms of Service and Community Guidelines here.
This repository is in no way affiliated with, authorized, maintained, sponsored or endorsed by Discord Inc. (discord.com) or any of its affiliates or subsidiaries.
DO NOT GIVE YOUR DISCORD TOKENS TO ANYONE.
Giving your token to someone else will give them the ability to log into your account without the password or 2FA.
- Secure [🔒]
- Supports Stage Channels
- Account will stay 24/7 online
- Supports all three status modes (Online, Idle, Do Not Disturb)
- Can be used on any platform that supports Python
You will need an user token inorder to use this code. You can obtain it by doing the following:
- Logging in to your discord account
- Pressing
Ctrl+Shift+Ito open Chrome Developer Tools - Go to the
NetworkTab - Keep it open and refresh the page
- Type
/apiin the filter search box - Click the entry that has
scienceas theName - On the sub-menu, go to
Headers - Scroll down till you see an entry named
Authorization. Copy the line next to it. - This is your token. DO NOT GIVE IT TO ANYONE.
- Install Python on your machine (Make sure you add it to PATH)
- Download the repository and extract it
- Open the main.py file and add your User Token, Guild (Server) ID and Channel ID
- Modify the status mode or mute/deaf option (
TrueorFalse), if you want to make any adjustments - Save the file
- Open command prompt inside the folder and run
pip install -r requirements.txt - Once the packages are downloaded, either double-click the
main.pyfile in order to run it or open command prompt and runpython main.py
Voicecord is licensed under GNU General Public License ❤️
