From 5300d010bf15f6aa03a2869f1d1109788b753ee3 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Mon, 6 Dec 2021 21:49:31 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 983b61586..b81811755 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,12 @@ Setting up labs in your project is really simple, here's how to do it: What Discord.NET-labs has that Discord.NET does not: - Major changes - * Added Interaction Support. - * Added Application commands (slash, user, message). - * Added Message Components (buttons, select menus). - * Added Thread Channels. - * Added Stage Channels. + * Interaction Support. + * Application commands (slash, user, message). + * Message Components (buttons, select menus). + * Thread Channels. + * Stage Channels. + * Guild Events. * Revamped Stickers. - Minor changes