add a stub guide for custom adapters

This commit is contained in:
MapleLeaf
2022-01-09 01:30:50 -06:00
parent 5c25b72635
commit 77ae3c5222
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
title: Custom Adapters
description: Adapting Reacord to another Discord library
---
# Custom Adapters
Reacord's core is built to be library agnostic, and can be adopted to libraries other than Discord.js. However, Discord.js is the only built-in adapter at the moment, and the adapter API is still a work in progress.
If you're interested in creating a custom adapter, [see the code for the Discord.js adapter as an example](https://github.com/itsMapleLeaf/reacord/blob/main/packages/reacord/library/core/reacord-discord-js.ts). Feel free to [create an issue on GitHub](https://github.com/itsMapleLeaf/reacord/issues/new) if you run into issues.

View File

@@ -1,4 +1,5 @@
--- ---
order: 4
title: Select Menus title: Select Menus
description: Using select menu components description: Using select menu components
--- ---