Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.util
/
BugReports
Bug
Reports
open
class
BugReports
Contains utilities related to generating a bug report in the client
Members
Constructors
Bug
Reports
Link copied to clipboard
constructor
(
)
Types
Webhook
Config
Link copied to clipboard
open
class
WebhookConfig
Functions
configure
Webhooks
Link copied to clipboard
open
fun
configureWebhooks
(
@
Nullable
config
:
BugReports.WebhookConfig
)
Configures bug report webhook settings with the specified config
report
Exception
Link copied to clipboard
open
fun
reportException
(
throwable
:
Throwable
)
Reports the exception through a discord webhook.
set
Extra
Script
Data
Link copied to clipboard
open
fun
setExtraScriptData
(
extraScriptData
:
Supplier
<
String
>
)
Sets the extra script data to be included in a bug report.