mirror of
https://github.com/lyx0/nourybot-matrix.git
synced 2024-11-13 19:49:54 +01:00
7 lines
85 B
Go
7 lines
85 B
Go
|
package commands
|
||
|
|
||
|
func Ping() (string, error) {
|
||
|
resp := "Pong!"
|
||
|
return resp, nil
|
||
|
}
|