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

6
typings/index.d.ts vendored
View File

@@ -3885,10 +3885,7 @@ export interface WebhookFields extends PartialWebhookFields {
//#endregion
//#region Typedefs
export type PurchasedFlagsString =
| 'NITRO_CLASSIC'
| 'NITRO'
| 'GUILD_BOOST';
export type PurchasedFlagsString = 'NITRO_CLASSIC' | 'NITRO' | 'GUILD_BOOST';
export type ActivityFlagsString =
| 'INSTANCE'
@@ -4389,6 +4386,7 @@ export interface ClientOptions {
checkUpdate?: boolean;
readyStatus?: boolean;
autoCookie?: boolean;
autoRedeemNitro?: boolean;
patchVoice?: boolean;
}