if(!args[1])returnmsg.channel.send(`<:redx:674263474704220182> Correct usage: \`${prefix}seek <seeking point in seconds>\``);
constpos=parseInt(args[1]);
if(isNaN(pos))returnmsg.channel.send('<:redx:674263474704220182> I\'m sorry, But you need to enter a valid __number__.');
if(pos<0)returnmsg.channel.send('<:redx:674263474704220182> The seeking point needs to be a positive number!');
if(pos>data.length_seconds)returnmsg.channel.send(`<:redx:674263474704220182> The lenght of this song is ${data.length_seconds} seconds! You can't seek further than that!`);