You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2025. It is now read-only.
.setDescription("You don't have the required role to use this command.")
27
-
.setTimestamp()
28
-
.setFooter({
29
-
text: `Kleiner Oil Group`,
30
-
iconURL: interaction.guild?.iconURL()asstring
31
-
})
32
-
33
-
awaitinteraction.reply({embeds: [noperms]});
34
-
return;
35
-
}
36
-
37
-
constlogStart=newEmbedBuilder()
38
-
.setColor(Colors.Yellow)
39
-
.setTitle('Logging')
40
-
.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.')
awaitinteraction.followUp('Invalid format. Please make sure the names are separated by commas and each name is a mention. Run the command again with the correct format.');
58
-
return;
59
-
}
60
-
61
-
if(response?.toLowerCase()==='cancel'){
62
-
awaitinteraction.reply(`<@${interaction.user.id}> canceled the event log.`);
0 commit comments