Update bot.js

This commit is contained in:
Fernando Méndez 2021-03-15 14:43:28 +01:00 committed by GitHub
parent 00ff7e2b89
commit 47f4018b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
client.login(config.BOT_TOKEN);