Skip to content

Commit

Permalink
Aktualisiere user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Claus committed Apr 6, 2024
1 parent 9ef836f commit 176a391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added README.md
Empty file.
3 changes: 2 additions & 1 deletion commands/utilities/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
// interaction.member is the GuildMember object, which represents the user in the specific guild
await interaction.reply(`This command was run by ${interaction.user.username}, who joined on ${interaction.member.joinedAt}.`);
},
};
};

0 comments on commit 176a391

Please sign in to comment.