diff --git a/README.md b/README.md index 4517e21..9180138 100644 --- a/README.md +++ b/README.md @@ -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!" }; ```