mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-05 14:54:51 +00:00
Don't make start and idle clickable
This commit is contained in:
parent
c067b42bf2
commit
82a0c965ba
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ class Client(Methods, BaseClient):
|
||||||
self.stop()
|
self.stop()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""Use this method to automatically :meth:`start` and :meth:`idle` a Client.
|
"""Use this method to automatically start and idle a Client.
|
||||||
Requires no parameters.
|
Requires no parameters.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue