oceanic-builders
v1.0.2
Published
Oceanic compatible utilities
Downloads
356
Maintainers
Readme
🌊 Oceanic Builders (Unofficial)
✨ Features
- ✅ Easy to use
- ✅ CJS and ESM support
- ✅ Support with objects and builders
📦 Installation
npm install oceanic-builders
📚 Documentation
You can see the complete documentation in our GitHub repository.
🛟 Support
If you need help or have any questions or issues, feel free to let us know on our support server.
🚀 Basic Example
import { ActionRow, Button } from "oceanic-builders";
const actionRow = new ActionRow()
.addComponents([
new Button().setCustomID("button").setLabel("Click me!").setStyle(2),
])
.toJSON();
console.log(actionRow);
You can also see our example.ts
file to see all the examples of all the components.
ℹ️ Information
This project is made by a user of the Oceanic community. We are not affiliated with Oceanic.
You may also be interested to see the original and official Oceanic Builders.
📄 License
This project is licensed under the MIT License.