mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +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
|
||||
dist
|
||||
docs/_build
|
||||
.boticordpy.egg-info
|
||||
|
|
|
@ -48,6 +48,8 @@ class BoticordClient:
|
|||
def start_loop(self, sleep_time: int = None) -> None:
|
||||
"""
|
||||
|
||||
Can be used to post stats automatically.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
sleep_time: :class:`int`
|
||||
|
|
Loading…
Reference in a new issue