Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit c1250f1

Browse files
slemoxy and farely this is what I was on about
1 parent 85aa0e9 commit c1250f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/main/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class LogEventCommand implements SlashCommand {
4343
const logStart = new EmbedBuilder()
4444
.setColor('#9033FF')
4545
.setTitle('Logging')
46-
.setDescription('To log an event, please follow the format:\n\n<@user1>,<@user2>,<@user3>...\n\nNames must be separated by commas and must be mentions.')
46+
.setDescription('To log an event, please follow the format:\n\n<@1138235120424325160>,<@573540579682811906>,<@1344176447551574078>,<@110877167897853952>,<@1125601338768756756>...\n\nNames must be separated by commas and must be mentions.')
4747
.setTimestamp();
4848
4949
await interaction.reply({ embeds: [logStart], ephemeral: true });

0 commit comments

Comments
 (0)