Constructor
new Rest() → {Rest}
- Source
Returns:
The application
- Type:
- Rest
Example
const { Rest } = require("interactions.js");
const client = Rest.getRest();
Methods
(static) getRest() → {REST}
Get the REST object
- Source
Returns:
the rest object
- Type:
- REST