From 52e06814bbd76e1414f4542c510fba6be5f3f7e2 Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Sat, 28 Oct 2023 08:14:18 +0100 Subject: [PATCH] docs: more consistent READMEs --- commandeer/README.md | 6 +++--- core/README.md | 6 ++++-- voice/README.md | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/commandeer/README.md b/commandeer/README.md index 93580fe7..a96f2c58 100644 --- a/commandeer/README.md +++ b/commandeer/README.md @@ -1,7 +1,7 @@ -Advanced command handler. +![RevKit logo](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png) -![RevKit](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png) +# @revkit/commandeer [![npm](https://img.shields.io/npm/dt/@revkit/commandeer?label=Downloads&style=flat-square&color=ff4654)](https://www.npmjs.com/package/@revkit/commandeer) -Unfinished command handler. +Advanced command handler. Currently unfinished. diff --git a/core/README.md b/core/README.md index c5d76d58..8115432b 100644 --- a/core/README.md +++ b/core/README.md @@ -1,9 +1,11 @@ -The main module. +![RevKit logo](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png) -![RevKit](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png) +# revkit [![npm](https://img.shields.io/npm/dt/revkit?label=Downloads&style=flat-square&color=ff4654)](https://www.npmjs.com/package/revkit) +The main module. + #### Quick Example ```javascript diff --git a/voice/README.md b/voice/README.md index a8a638fd..9e81d03f 100644 --- a/voice/README.md +++ b/voice/README.md @@ -1,7 +1,7 @@ -Voice clients for browser and node. +![RevKit logo](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png) -![RevKit](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png) +# @revkit/voice [![npm](https://img.shields.io/npm/dt/@revkit/voice?label=Downloads&style=flat-square&color=ff4654)](https://www.npmjs.com/package/@revkit/voice) -Almost finished voice module. +Voice clients for browser and node. Almost finished.