Automatically calls someone until they respond
- Configurable call duration and total duration limits
- Built-in
/constcalcommand (maybe a button in the future)
- Clone this repository into your Vencord plugins directory
git clone https://github.com/Matoumatio/Constcal.git ~/vencord/src/userplugins/Constcal - Rebuild your Vencord client (check https://docs.vencord.dev/installing/#building-vencord)
- Open a DM
- Type
/constcal startto begin automatic calling - Type
/constcal stopto stop the process
- Call Duration : Time to wait between calls (in seconds, default : 30)
- Total Duration : Maximum time to keep calling (in seconds, default : 3600 (0 : unlimited))
src/userplugins/constcal/
├── index.ts # Main plugin
└── README.md # Documentation