added prefix to ping

pull/130/head
Who? 2025-04-09 20:11:06 +07:00 committed by GitHub
parent 43badeeb89
commit 97d3ee6381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,8 @@ class TestMod(loader.Module):
),
hostname=lib_platform.node(),
user=getpass.getuser(),
prefix=self.get_prefix(),
),
reply_to=getattr(message, "reply_to_msg_id", None),
)