diff options
| author | MusicOnline <[email protected]> | 2018-10-05 18:23:27 +0800 |
|---|---|---|
| committer | MusicOnline <[email protected]> | 2018-10-05 18:23:27 +0800 |
| commit | b89e5310881095558dc024c79764e2f7bdd9151d (patch) | |
| tree | 48de3540b328e8c3177b6864efc8b451f78905fb /docs | |
| parent | Update set "Playing" status FAQ (diff) | |
| download | discord.py-b89e5310881095558dc024c79764e2f7bdd9151d.tar.xz discord.py-b89e5310881095558dc024c79764e2f7bdd9151d.zip | |
Remove "Is there any documentation for ext.commands?" FAQ
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index aab42fbd..c55e5a8f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -237,18 +237,6 @@ Commands Extension Questions regarding ``discord.ext.commands`` belong here. -Is there any documentation for this? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Not at the moment. Writing documentation for stuff takes time. A lot of people get by reading the docstrings in the source -code. Others get by via asking questions in the `Discord server <https://discord.gg/discord-api>`_. Others look at the -source code of `other existing bots <https://github.com/Rapptz/RoboDanny>`_. - -There is a `basic example <https://github.com/Rapptz/discord.py/blob/rewrite/examples/basic_bot.py>`_ showcasing some -functionality. - -**Documentation is being worked on, it will just take some time to polish it**. - Why does ``on_message`` make my commands stop working? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |