Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 2.06 KB

README.md

File metadata and controls

80 lines (53 loc) · 2.06 KB

🔄️ Discord Status Rotator

This script allows you to change the status of your Discord account automatically from the statuses defined in a text file.


📂 Requirements & Execute

  • Python 3.x
  • Required packages: requests colorama

Clone this repository:

git clone https://github.com/RELIHR/Discord-Status-Changer.git

You can install the necessary packages by running the following command:

pip install requests colorama

Execute the script:

python main.py

🔍 Usage

Use the code with caution. ⚠️

  • text.txt file containing the states you want to set in Discord, one per line.

  • emojis.txt file if you want to add rotating emojis, including nitro emojis.

Nitro format: name:id

Format without nitro (only the emoji): 😀


⚙️ Configuration

  • token: Your Discord token account.
  • status_sequence: Rotate the status (online, dnd, idle, offline). You can have one fixed by removing the others and leaving only the one you want.
  • clear_enabled: Enables or disables console clearing after a certain number of status changes.
  • clear_interval: Number of state changes after which the console will be cleared.
  • speed_rotator: Time interval between each state change (in seconds).

📃 Changelogs

(06/04/24)
↗️ - You can now rotate the status (🟢online, ⛔dnd, 🟠idle, 🌑offline). | [Feature]
(01/04/24)
✅ - Fixed encoding (UTF-8). | [Error]
(12/03/24)
↗️ - Now you can rotate emojis (including nitro emojis). | [Feature]

🤝 Contribution

If you find any bugs or have any suggestions for improvement, feel free to open an issue or submit a pull request!

📖 License

This project is licensed under the MIT license.👀