Update bot.js
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user