The API endpoint to initialize the Mwbot instance with.
Optional
intervalMinimum interval (in milliseconds) between consecutive API requests. See intervalActions for the relevant API actions.
Default: 5000
(5 seconds)
To disable intervals, set intervalActions to an empty array.
Optional
intervalAPI actions that require an enforced interval.
Default: ['edit', 'move', 'upload']
Set an empty array to disable intervals.
Optional
suppressWhether to suppress warnings returned by the API.
Optional
userCustom User-Agent string for requests.
Format: clientname/version (contact information e.g., username, email) framework/version...
Configuration options for Mwbot.init. These options can also be updated later via Mwbot.setMwbotOptions.