From f5412b139e5d0e4ba71c98b68aab55840eb92c65 Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sun, 9 Jan 2022 01:46:00 -0600 Subject: [PATCH] clearer wording on adapters --- packages/docs/src/guides/custom-adapters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/src/guides/custom-adapters.md b/packages/docs/src/guides/custom-adapters.md index 41e5989..9b3f113 100644 --- a/packages/docs/src/guides/custom-adapters.md +++ b/packages/docs/src/guides/custom-adapters.md @@ -1,10 +1,10 @@ --- -title: Custom Adapters +title: Using Reacord with other libraries description: Adapting Reacord to another Discord library --- -# Custom Adapters +# Using Reacord with other libraries -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. +Reacord's core is built to be library agnostic, and can be adapted 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.