mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 17:22:42 +02:00
Added config to make add to queue responses for requester only (#1021)
Co-authored-by: Max Isom <codetheweb@users.noreply.github.com>
This commit is contained in:
parent
cf775c428c
commit
8e08919206
4 changed files with 46 additions and 2 deletions
|
@ -37,9 +37,9 @@ export default class AddQueryToQueue {
|
|||
|
||||
const settings = await getGuildSettings(guildId);
|
||||
|
||||
const {playlistLimit} = settings;
|
||||
const {playlistLimit, queueAddResponseEphemeral} = settings;
|
||||
|
||||
await interaction.deferReply();
|
||||
await interaction.deferReply({ephemeral: queueAddResponseEphemeral});
|
||||
|
||||
let newSongs: SongMetadata[] = [];
|
||||
let extraMsg = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue