Discord's community guidelines and terms of service are violated by this code, which is intended to automate tasks on your account. If you apply this code incorrectly, Discord may suspend or terminate your account(s). I, the developer, take no liability for any results you may get from utilizing this code. You should be aware of the hazards when using this software and use caution when using it. Please go to Discord's Terms of Service and Community Guidelines for a more comprehensive understanding of the guidelines.
DO NOT GIVE YOUR DISCORD TOKENS TO ANYONE.
- 🛡️ Secure - The program is designed with security measures in place.
- ✍️ Supports Custom Status - Allows for the setting of a personalized status message.
- 🟢 Account will stay 24/7 online
- 🌙 Supports all three status modes (Online, Idle, Do Not Disturb) - Compatible with various status settings including Online, Idle, and Do Not Disturb.
- Can be used almost on any platform that supports Python - The program is versatile and can be run on nearly any platform that is capable of executing Python scripts.
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+I
to open Chrome Developer Tools - Go to the
Network
Tab - Keep it open and refresh the page
- Type
/api
in the filter search box - Click the entry that has
science
as 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 This Repository
- Modify both the status mode and custom status, if you want to make any adjustments
- Save the file
- Create a
requirements.txt
file and copy and paste the file contents inside requirements.txt - Save the file
- Open command prompt where both the files are present and run
pip install -r requirements.txt
- Once the packages are downloaded, either double-click the python file in order to run it or open command prompt where the python file is present and run
python main.py