mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-15 05:36:54 +00:00
Fixed some remaining changes from the transition to Slash commands
This commit is contained in:
@@ -404,7 +404,7 @@ module.exports = {
|
||||
);
|
||||
}
|
||||
|
||||
return interaction.reply({ content: 'Please select an action\n_Notes: Adding offset to an event is only supported on the website and personal reminders can be viewed in DM\'s_', components: [row] });
|
||||
return interaction.reply({ content: 'Please select an action\n_Notes: Adding offset to an event is only supported on the website and personal reminders can be viewed in DM\'s_', components: [row], ephemeral: true });
|
||||
} else {
|
||||
interaction.reply("You have to be a premium subscriber to use this feature!\n_support coming soon_");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user