/!\ Use at your own risks /!\
This is a python tool to automatically switch cosmetics (randomly). Cosmetics are: avatar decorations and profile effects.
git clone https://github.com/ariannelafraise/discord-cosmetics-automation.git
pip install -r requirements.txt
.env
file containing:TOKEN=YOUR_DISCORD_TOKEN
Loop mode (-l): Be careful of rate limits. This tool only allows as low as a 10 minutes cooldown to prevent rate limits.
Switching all cosmetics once (-b):
python dca.py -b
Switching all cosmetics every 10 minutes (-l):
python dca.py -b -l 10
Switching profile effect only (-p):
python dca.py -p
Switching avatar decoration only (-a):
python dca.py -a -l 15
dca.py
to dca
dca
dca --version