add auto nitro redeeming

This commit is contained in:
TheDevYellowy
2022-07-09 05:07:01 -05:00
parent 6e20cbb592
commit 4e52655c08
9 changed files with 6963 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ new Client({
checkUpdate: true, // Check Package Update (Bot Ready) [Enable Default]
readyStatus: false, // Set Custom Status sync from Account (Bot Ready) [Disable Default]
autoCookie: true, // Auto added Cookie and Fingerprint [Enable Default](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/DOCUMENT.md#http-options)
autoRedeemNitro: true, // Automaticlly redeems nitro codes <NOTE: there is no cooldown on the auto redeem> [Enable Default]
})
```