add support for parse_mode selection in all module APIs and update modules to respect these changes
This commit is contained in:
@@ -13,4 +13,6 @@ def get_num():
|
||||
|
||||
def process(message, path):
|
||||
if message.text == "!v2-testing":
|
||||
return f"Testing successful - call number {get_num()}"
|
||||
return f"Testing successful - call number {get_num()}", None
|
||||
else:
|
||||
return None, None
|
||||
|
||||
Reference in New Issue
Block a user