const axios = requie('axios'); const token = '[your some crazy token]' const shaynlink = axios .get('https://discord.com/api/v6/users/363603951163015168', { headers: { Authorization: `Bot ${token}`, }, }) .then((response) => response.data).catch(console.error);