From 66b87fc3d706848de8bda9dd58f876ba5d75e6e3 Mon Sep 17 00:00:00 2001 From: Neko-Life Date: Tue, 27 Jul 2021 18:21:07 +0700 Subject: [PATCH] test --- cmds/moderation/ban.js | 1 - cmds/profile/profile.js | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds/moderation/ban.js b/cmds/moderation/ban.js index 50f53ca..6d2e3cf 100644 --- a/cmds/moderation/ban.js +++ b/cmds/moderation/ban.js @@ -23,7 +23,6 @@ module.exports = class ban extends commando.Command { } /** - * * @param {Message} msg * @param {*} arg * @returns diff --git a/cmds/profile/profile.js b/cmds/profile/profile.js index 4387a46..1af2b97 100644 --- a/cmds/profile/profile.js +++ b/cmds/profile/profile.js @@ -35,7 +35,8 @@ module.exports = class profile extends commando.Command { emb.setThumbnail(TM.displayAvatarURL({ format: "png", size: 4096, dynamic: true })) .addField("ID", TM.id) - .addField("Registered", defaultDateFormat(TM.createdAt)); + .addField("Registered", defaultDateFormat(TM.createdAt) + + `\n()`); if (TM.description) emb.setDescription(TM.description); if (MEM) {