From 3ca78030cb171d008379aa62c81b790f8f1a708a Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 27 Dec 2020 16:51:18 +0400 Subject: [PATCH] docs: improve wording --- src/interactions/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/interactions/README.md b/src/interactions/README.md index 55a654b68..8d08dea91 100644 --- a/src/interactions/README.md +++ b/src/interactions/README.md @@ -1,9 +1,8 @@ # Discordeno Interactions -This subpackage serves as a standalone interactions package that supports the webhooks(https server) side of Discords new Interactions API! +`interactions` is a standalone submodule that supports the webhooks through HTTP server side of Discord's new Interactions API. +This is a barebones interface that will create and handle requests from Discord API. - Complete and extremely fast security and verification checks -- First Class TypeScript Experience! -- Minimalistic! - -This is a barebones interface that will create and handle requests. +- First-class TypeScript Support +- Minimalistic