mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-10 15:59:50 +00:00
ran faq through a spelling and grammar checker
This commit is contained in:
parent
44a4a473ab
commit
d50acf79f8
@ -218,7 +218,7 @@ one of the following functions:
|
|||||||
- :meth:`Server.get_channel`
|
- :meth:`Server.get_channel`
|
||||||
|
|
||||||
If the functions above do not help you, then use of :func:`utils.find` or :func:`utils.get` would serve some use in finding
|
If the functions above do not help you, then use of :func:`utils.find` or :func:`utils.get` would serve some use in finding
|
||||||
specific entities. The documentation for those functions provide specific examples.
|
specific entities. The documentation for those functions provides specific examples.
|
||||||
|
|
||||||
Commands Extension
|
Commands Extension
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -21,7 +21,7 @@ The optional ``level`` argument specifies what level of events to log
|
|||||||
out and can any of ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO``, and
|
out and can any of ``CRITICAL``, ``ERROR``, ``WARNING``, ``INFO``, and
|
||||||
``DEBUG`` and if not specified defaults to ``WARNING``.
|
``DEBUG`` and if not specified defaults to ``WARNING``.
|
||||||
|
|
||||||
More advance setups are possible with the ``logging`` module. To for
|
More advanced setups are possible with the ``logging`` module. To for
|
||||||
example write the logs to a file called ``discord.log`` instead of
|
example write the logs to a file called ``discord.log`` instead of
|
||||||
outputting them to to the console the following snippet can be used::
|
outputting them to to the console the following snippet can be used::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user