Update bot.js
This commit is contained in:
parent
00ff7e2b89
commit
47f4018b83
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user