aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorchickenmatty <[email protected]>2020-04-13 15:32:10 +0200
committerRapptz <[email protected]>2020-04-14 03:24:46 -0400
commit0cef8c1f60443d9ea489a270ac22fe93e2cdf057 (patch)
tree156f84286eabcb27e4dbffaa723510dfa4e5d98d /docs
parentGuild.owner may be None for very large guilds. (diff)
downloaddiscord.py-0cef8c1f60443d9ea489a270ac22fe93e2cdf057.tar.xz
discord.py-0cef8c1f60443d9ea489a270ac22fe93e2cdf057.zip
Remove from the FAQ that there's no event for invites being created
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index e9ddcbe4..41931d41 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -321,7 +321,7 @@ Quick example: ::
Due to a Discord limitation, filenames may not include underscores.
-Is there an event for invites or audit log entries being created?
+Is there an event for audit log entries being created?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Since Discord does not dispatch this information in the gateway, the library cannot provide this information.