DeadZone Community Packages
    Preparing search index...
    • Sends a HTTP request to the provided webhook url containing the message provided. Developers should not embed their discord webhook inside any package scripts. Instead, create a config option to allow users to input there own webhook url.

      Parameters

      • webhook: string

        the webhook URL

      • message: string

        the message to pass to the webhook

      • OptionalincludeScreenshot: boolean

        optional, if true, will screenshot client and include it in the message

      • OptionalmentionUser: string

        optional, will mention the user ID provided included in the message

      • OptionalmentionRole: string

        optional, will mention the role ID provided included in the message

      Returns void