diff --git a/README.md b/README.md index aef6ee0..bafa967 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,7 @@ export default { visibility : 'private', test : false, type: Sern.CommandType.SLASH | Sern.CommandType.TEXT, - execute : async ({ message, interaction }, args) => { - interaction.reply({ content: 'Pong! }); - } + execute : async ({ message, interaction }, args) => 'pong!' }; ```