K
K
Kirill Bely2020-10-27 23:33:47
Node.js
Kirill Bely, 2020-10-27 23:33:47

How to remove a link?

robot.on('message', message => {
     if (message.content.toLowerCase() === `user-info`) {
       message.channel.send(`\n** Твое имя**: ${message.author.username}\n\n** Твой ID**: ${message.author.id}\n\n✈️ **Страна:** Россия\n\n** Твоё фото**: ${message.author.displayAvatarURL()}\n`);
     }
   });


Upon activation, the URL will pop up. Is there an option to display a photo without an image URL and how?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question