fix .gitignore and add start_loop description

This commit is contained in:
Victor Kotlin 2021-09-11 16:15:50 +03:00
parent 71863f05d5
commit 44810409de
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ __pycache__
.egg-info .egg-info
dist dist
docs/_build docs/_build
.boticordpy.egg-info

View file

@ -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`