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);