mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-13 20:07:28 +03:00
fix .gitignore and add start_loop description
This commit is contained in:
parent
71863f05d5
commit
44810409de
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ __pycache__
|
||||||
.egg-info
|
.egg-info
|
||||||
dist
|
dist
|
||||||
docs/_build
|
docs/_build
|
||||||
|
.boticordpy.egg-info
|
||||||
|
|
|
@ -48,6 +48,8 @@ class BoticordClient:
|
||||||
def start_loop(self, sleep_time: int = None) -> None:
|
def start_loop(self, sleep_time: int = None) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Can be used to post stats automatically.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
sleep_time: :class:`int`
|
sleep_time: :class:`int`
|
||||||
|
|
Loading…
Reference in a new issue