bots: Rename BotHandlerApi object client
to bot_handler
.
This commit is contained in:
parent
c193443541
commit
fcb4cf6721
24 changed files with 91 additions and 91 deletions
|
@ -167,7 +167,7 @@ def run_message_handler_for_bot(lib_module, quiet, config_file):
|
|||
if is_private_message or is_mentioned:
|
||||
message_handler.handle_message(
|
||||
message=message,
|
||||
client=restricted_client,
|
||||
bot_handler=restricted_client,
|
||||
state_handler=state_handler
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue