From b89e5310881095558dc024c79764e2f7bdd9151d Mon Sep 17 00:00:00 2001 From: MusicOnline <39178127+MusicOnline@users.noreply.github.com> Date: Fri, 5 Oct 2018 18:23:27 +0800 Subject: [PATCH] Remove "Is there any documentation for ext.commands?" FAQ --- docs/faq.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index aab42fbd9..c55e5a8fa 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 `_. Others look at the -source code of `other existing bots `_. - -There is a `basic example `_ 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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~