Skip to main content

curseforge.send_code

Overview

  • Send a 6-digit passwordless login code to the given email. Async; the result (success or error description) is reported via a system toast.

Metadata

FieldValue
DisplayCurseForge Send Code
Categorycurseforge
AccessScriptCheat
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
emailstringyesTarget CurseForge account email.

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('curseforge.send_code', {
email: '',
});