xxxxxxxxxx
await getUser(args[0]).then((res) => {
if (res._total === 0) {
return message.channel.send(new Discord.MessageEmbed().setColor('BLUE').setDescription("You must specify **valid** a twitch username !"))
} else {
twitchID = res.users[0]._id
}
})