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) {