[O] Add message for ping
Python package / build (3.7) (push) Has been cancelled
Python package / build (3.8) (push) Has been cancelled
Python package / build (3.9) (push) Has been cancelled

This commit is contained in:
Azalea Gui
2023-01-03 04:46:36 -05:00
parent eaf9daafec
commit ef8e8a717d
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -130,8 +130,8 @@ async def _format_issues(payload: dict) -> str:
)
async def _format_ping(_: dict) -> None:
return None
async def _format_ping(_: dict) -> str:
return "Ping!"
async def _format_public(payload: dict) -> str: