mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
docs(readme.md): updated ping example
n
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
|||||||
visibility : "private",
|
visibility : "private",
|
||||||
test : false,
|
test : false,
|
||||||
type: Sern.CommandType.SLASH | Sern.CommandType.TEXT,
|
type: Sern.CommandType.SLASH | Sern.CommandType.TEXT,
|
||||||
execute : async ({message, interaction}, args) => Ok("pong!")
|
execute : async ({message, interaction}, args) => "pong!"
|
||||||
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user