add a ping service (#372)

* add a ping service

* add examples and public api file

* add minecraft server ping
This commit is contained in:
Asim Aslam
2022-02-14 15:05:28 +00:00
committed by GitHub
parent f21a6b577b
commit 420f0706b0
28 changed files with 1590 additions and 1 deletions

6
ping/publicapi.json Normal file
View File

@@ -0,0 +1,6 @@
{
"name": "ping",
"icon": "🏓",
"category": "utility",
"display_name": "Ping"
}