diff --git a/README.md b/README.md index ef5bd5094..27dae2dc8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ startBot({ console.log("Successfully connected to gateway"); }, messageCreate(message) { - if (message.content === "!ping") { + if (message.content === "ping") { message.reply("Pong using Discordeno!"); } },