From 47f4018b8338e8d89b76d0af357d7032ac532669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Mon, 15 Mar 2021 14:43:28 +0100 Subject: [PATCH] Update bot.js --- DiskoBOTlo_Discord/bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiskoBOTlo_Discord/bot.js b/DiskoBOTlo_Discord/bot.js index e87dd11..9abe103 100644 --- a/DiskoBOTlo_Discord/bot.js +++ b/DiskoBOTlo_Discord/bot.js @@ -79,10 +79,10 @@ client.on('message', message => { } } - if(message.content.startsWith(prefix + 'autor') || message.content.startsWith(prefix + author)){ + if(message.content.startsWith(prefix + 'autor') || message.content.startsWith(prefix + 'author')){ message.channel.send("Autor👤: *Fernando Méndez 'Humpercobra'* \n" + "Web🌐: https://fermdez.ddns.net", {parse_mode : "Markdown"}); } }); -client.login(config.BOT_TOKEN); \ No newline at end of file +client.login(config.BOT_TOKEN);