diff options
| author | Tarek1337 <[email protected]> | 2019-04-28 14:40:16 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-29 23:34:16 -0400 |
| commit | 7675dd03cace2085c1824174ec85290fad102cd2 (patch) | |
| tree | 3832f2a20ec80aeff32272121830a06a34b5f84d /docs/faq.rst | |
| parent | Add read method to attachment objects (diff) | |
| download | discord.py-7675dd03cace2085c1824174ec85290fad102cd2.tar.xz discord.py-7675dd03cace2085c1824174ec85290fad102cd2.zip | |
Added missing get_role method to the faq.
Diffstat (limited to 'docs/faq.rst')
| -rw-r--r-- | docs/faq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 42d9116f..6e6f2c22 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -230,6 +230,7 @@ one of the following functions: - :meth:`Client.get_emoji` - :meth:`Guild.get_member` - :meth:`Guild.get_channel` +- :meth:`Guild.get_role` The following use an HTTP request: |