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

[actions] getBaseURL

Thedark1337 edited this page Feb 11, 2017 · 2 revisions

getBaseURL()

(5.0.0)

Gets the currently set baseUrl that https requests are being sent to.


Returns

Returns the baseURL that is currently being used to send https requests to.


Example

const baseurl = bot.getBaseURL('https://plug.dj');

console.log(baseUrl)
Clone this wiki locally