connection.query(`SELECT isafk FROM afksystem WHERE guildid ='${message.guild.id}' AND userid ='${user.id}'`,function (err,result){
if (err)throwerr;
if (result){
message.channel.send(newDiscord.MessageEmbed().setColor('RANDOM').setDescription(`This user is AFK!`).setAuthor(message.author.username,message.author.avatarURL()));
message.channel.send(newDiscord.MessageEmbed().setColor('RANDOM').setDescription(`${user} is AFK!`).setAuthor(message.author.username,message.author.avatarURL()));