mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Remove Server Join Date in Favor of Highest Role Name
This commit is contained in:
@@ -52,8 +52,8 @@ module.exports = class CardCommand extends Command {
|
|||||||
ctx.fillText(member.displayName, 30, 62);
|
ctx.fillText(member.displayName, 30, 62);
|
||||||
ctx.fillText('Discord Join Date:', 148, 400);
|
ctx.fillText('Discord Join Date:', 148, 400);
|
||||||
ctx.fillText(moment(member.user.createdTimestamp).format('MMMM Do YYYY'), 148, 420);
|
ctx.fillText(moment(member.user.createdTimestamp).format('MMMM Do YYYY'), 148, 420);
|
||||||
ctx.fillText('Server Join Date:', 148, 457);
|
ctx.fillText('Role:', 148, 457);
|
||||||
ctx.fillText(moment(member.joinedTimestamp).format('MMMM Do YYYY'), 148, 477);
|
ctx.fillText(member.highestRole.name, 148, 477);
|
||||||
ctx.fillText(rarity, 73, 411);
|
ctx.fillText(rarity, 73, 411);
|
||||||
ctx.fillText(cardID, 60, 457);
|
ctx.fillText(cardID, 60, 457);
|
||||||
ctx.fillText(version.split('.')[0], 68, 502);
|
ctx.fillText(version.split('.')[0], 68, 502);
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "19.1.1",
|
"version": "19.1.2",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user