diff options
| author | chickenmatty <[email protected]> | 2020-04-13 15:32:10 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-14 03:24:46 -0400 |
| commit | 0cef8c1f60443d9ea489a270ac22fe93e2cdf057 (patch) | |
| tree | 156f84286eabcb27e4dbffaa723510dfa4e5d98d /docs | |
| parent | Guild.owner may be None for very large guilds. (diff) | |
| download | discord.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.rst | 2 |
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. |