mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Final
This commit is contained in:
@@ -60,7 +60,7 @@ module.exports = class CardCommand extends Command {
|
||||
ctx.fillText(moment(member.joinedTimestamp).format('MMMM Do YYYY'), 148, 477);
|
||||
ctx.fillText(rarity, 73, 411);
|
||||
ctx.fillText(cardID, 60, 457);
|
||||
ctx.fillText(version.split('.')[0], 65, 502);
|
||||
ctx.fillText(version.split('.')[0], 68, 502);
|
||||
ctx.font = '14px Open Sans';
|
||||
ctx.fillText(member.id, 30, 355);
|
||||
ctx.fillText(`#${member.user.discriminator}`, 313, 355);
|
||||
|
||||
Reference in New Issue
Block a user