Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
August (Chris) edited this page Sep 10, 2019 · 2 revisions

Laffey

🏗 Webhook handler for discord.boats

Services

More services then discord.boats will be provided, not a viable source yet.

How to set a service?

You setup a service (or multiple) in the InstanceOptions constructor.

new Instance({
    services: ['Boats']
});

Multiple services can be added up with the services array

Clone this wiki locally