From 0b8671e3d600ba416d238ec4e7c1c1ecac98c4ee Mon Sep 17 00:00:00 2001 From: iDutchy Date: Sun, 4 Oct 2020 02:05:24 +0000 Subject: [PATCH] doc update --- README.rst | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index ccc0487d..34737d59 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,7 @@ Custom Features - Added ``Client.embed_color`` / ``Bot.embed_color`` - Added ``Client.set_embed_color`` / ``Bot.set_embed_color`` - Added ``TextChannel.can_send`` +- Added ``Intents.from_list`` Key Features ------------- diff --git a/docs/index.rst b/docs/index.rst index f8e5ddf4..256ed574 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,6 +29,7 @@ Custom Features - Added ``Client.embed_color`` / ``Bot.embed_color`` - Added ``Client.set_embed_color`` / ``Bot.set_embed_color`` - Added ``TextChannel.can_send`` +- Added ``Intents.from_list`` Features --------