docs(README): remove hard-coded prefix from usage

This commit is contained in:
ayntee
2021-03-06 19:29:46 +04:00
committed by GitHub
parent 565b9e1472
commit 65ee27556a
+1 -1
View File
@@ -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!");
}
},