From fd7f8eba960981482fabf350995bf753feebb176 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 3 Mar 2025 11:42:27 -0500 Subject: More commands ported; Almost all 2.x features have been added --- bot/src/commands/userinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/commands/userinfo.js') diff --git a/bot/src/commands/userinfo.js b/bot/src/commands/userinfo.js index 01b7577..b51ef0a 100644 --- a/bot/src/commands/userinfo.js +++ b/bot/src/commands/userinfo.js @@ -16,6 +16,6 @@ export default { { name: 'Create and Join Times', value: `**Created At:** ${interaction.member.user.createdAt.toUTCString()}\n**Joined Guild At:** ${interaction.member.joinedAt.toUTCString()}`} ) .setColor(abEmbedColour); - return await interaction.reply({embeds: [userEmbed]}); + return await interaction.reply({ embeds: [userEmbed] }); } }; -- cgit v1.2.3