Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed Apr 2, 2023
1 parent 23aa263 commit aaafa4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<a href="https://pypi.org/project/cogwatch"> <img
src="https://img.shields.io/pypi/v/cogwatch?color=0073B7&label=Latest&style=for-the-badge"
alt="Version" /> </a>

<a href="https://python.org"> <img
src="https://img.shields.io/pypi/pyversions/cogwatch?color=0073B7&style=for-the-badge"
alt="Python Version" /> </a>
Expand Down Expand Up @@ -98,7 +97,7 @@ initializing)_:
| `preload` | `bool` | Whether to detect and load all cogs on start. | `False` |
| `colors` | `bool` | Whether to use colorized terminal outputs or not. | `True` |
| `default_logger` | `bool` | Whether to use the default logger _(to sys.stdout)_ or not. | `True` |
| `loop` | `asyncio.AbstractEventLoop` | Custom event loop. | `asyncio.get_event_loop()` |
| `loop` | `AbstractEventLoop` | Custom event loop. | `get_event_loop()` |
| `debug` | `bool` | Whether to run the bot only when the Python __\_\_debug\_\___ flag is True. | `True` |

__NOTE:__ `cogwatch` will only run if the __\_\_debug\_\___ flag is set on
Expand Down

0 comments on commit aaafa4b

Please sign in to comment.