Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[actions] setBaseURL

Thedark1337 edited this page Feb 11, 2017 · 2 revisions

setBaseURL(url)

(5.0.0)

Sets the baseUrl to the url that API requests will be sent to


Parameters

url

string

The url to set the baseUrl to.


Returns

true if baseUrl changed, false if not


Example

bot.setBaseURL('https://plug.dj');
Clone this wiki locally