Skip to main content
Version: Current

Moderation Actions

  • os.reportInst(): Promise<void>

    Shows the "report inst" dialog to the user.

    Returns a promise that resolves once the dialog has been closed.

    Examples
    Show the "report inst" dialog.
    await os.reportInst();