77[ ![ License] ( https://img.shields.io/npm/l/discord.https.svg )] ( LICENSE )
88[ ![ Downloads] ( https://img.shields.io/npm/dm/discord.https.svg )] ( https://www.npmjs.com/package/discord.https )
99[ ![ Docs] ( https://img.shields.io/badge/docs-latest-blue )] ( https://discordhttps.js.org/ )
10+
1011</div >
1112
1213** Discord.https** is a robust, modular library for implementing Discord HTTP interactions.
@@ -15,7 +16,7 @@ It handles various interactions, adds a layer of wrapper over raw interactions w
1516
1617📄 ** Documentation:** [ https://discordhttps.js.org/ ] ( https://discordhttps.js.org/ )
1718
18- Need help? Join us on discord [ https://discord.gg/pSgfJ4K5ej ] ( https://discord.gg/pSgfJ4K5ej )
19+ Need help? Join us on discord [ https://discord.gg/pSgfJ4K5ej ] ( https://discord.gg/pSgfJ4K5ej )
1920
2021``` js
2122import Client , { InteractionResponseType } from " discord.https" ;
@@ -51,7 +52,7 @@ await client.listen("interactions", 3000, () => {
5152
5253## Examples
5354
54- > Examples are outdated. You are no longer required to handle the raw response. The core is still there, and you can use these examples as a reference.
55+ > Examples are outdated. You are no longer required to handle the raw response. The core is still there, and you can use these examples as a reference.
5556
5657Deprecate warning, this example can be serve as a basic idea, but it has been changed quite a lot since, with utility functions.
5758
@@ -84,6 +85,6 @@ npm install discord.https @discordhttps/cloudflare-adapter
8485- [ ] Build a simplified ` npx create-app ` command
8586- [ ] Implement tests
8687- [ ] Build channel, guild, etc wrapper
87- - [X ] ~~ Build interaction wrapper~~
88+ - [x ] ~~ Build interaction wrapper~~
8889- [x] ~~ HTTP adapters to support most hosting environments~~ . Currently implemented: Node.js adapter for [ Node.js runtime] ( https://github.com/discord-http/nodejs-adapter ) and [ Cloudflare adapter for V8 isolates runtime] ( https://github.com/discord-http/cloudflare-adapter )
89- - [x] Examples(currently outdated, requires update)
90+ - [x] Examples(currently outdated, requires update)
0 commit comments