When I run the command "!rank", an error message is displayed on the terminal :
TypeError: Canvacord.rank is not a function
Version of canvacord 5.0.8
let img = await Canvacord.rank({
username: user.username,
discrim: user.discriminator,
status: user.presence.status,
currentXP: xp.toString(),
neededXP: xpNeeded.toString(),
rank,
level,
avatarURL: user.displayAvatarURL({ format: "png"}),
color: "white"
})