docs(readme.md): updated ping example

n
This commit is contained in:
jacoobes
2022-02-16 09:58:08 -06:00
parent 2a7686f358
commit 5bdeadbcf8

View File

@@ -64,7 +64,7 @@ export default {
visibility : "private",
test : false,
type: Sern.CommandType.SLASH | Sern.CommandType.TEXT,
execute : async ({message, interaction}, args) => Ok("pong!")
execute : async ({message, interaction}, args) => "pong!"
};
```