Adjust comment

This commit is contained in:
Richard Chien 2018-07-21 21:59:43 +08:00
parent 0e061b2e7f
commit 0172eae91e

View File

@ -71,6 +71,9 @@ def get_bot() -> NoneBot:
""" """
Get the NoneBot instance. Get the NoneBot instance.
The result is ensured to be not None, otherwise an exception will
be raised.
:raise ValueError: instance not initialized :raise ValueError: instance not initialized
""" """
if _bot is None: if _bot is None: