From 1e5987af16a119f214f83bc6a6fdda323a276a9a Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 9 Feb 2024 07:54:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20the=20features=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a986c2..ee52aad 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Build functional, elegant bots harnessing the full power of [Laravel](https://la - 🚀 Instantly generate working bot [commands](https://laracord.com/docs/commands) and [event listeners](https://laracord.com/docs/events) with 0 knowledge. - 🧑‍💻 Automatic handling of registering/updating/unregistering application [slash commands](https://laracord.com/docs/slash-commands). - 👷 Generate asynchronous [services/tasks](https://laracord.com/docs/services) that run parallel to the bot. +- 🌎 Optional [HTTP Server](https://laracord.com/docs/http-server) with native Laravel routing and [Livewire support](https://laracord.com/docs/livewire). - 🔧 Fully configurable and extendable. - 💄 Beautiful console logging with timestamps. - 🔍️ Fully [documented](https://laracord.com) and maintained.