max_concurrent_transmissions built-in
This commit is contained in:
@@ -45,6 +45,9 @@ class PyroClient(Client):
|
||||
workers=self.config["bot"]["workers"],
|
||||
plugins=dict(root="plugins", exclude=self.config["disabled_plugins"]),
|
||||
sleep_threshold=120,
|
||||
max_concurrent_transmissions=self.config["bot"][
|
||||
"max_concurrent_transmissions"
|
||||
],
|
||||
)
|
||||
self.owner: int = self.config["bot"]["owner"]
|
||||
self.commands: List[PyroCommand] = []
|
||||
|
Reference in New Issue
Block a user