parent
db8628d425
commit
0c0cbceb46
1 changed files with 2 additions and 2 deletions
|
@ -345,7 +345,7 @@ async function executeFromQueue(channel: string) {
|
|||
return executeFromQueue(channel);
|
||||
}
|
||||
|
||||
await requestReply(
|
||||
requestReply(
|
||||
message,
|
||||
{
|
||||
embeds: [{
|
||||
|
@ -355,7 +355,7 @@ async function executeFromQueue(channel: string) {
|
|||
},
|
||||
{allowedMentions: { repliedUser: false } },
|
||||
{ ephemeral: true },
|
||||
);
|
||||
).catch (() => {/* GRACEFAIL: It's okay if we don't reply with an error */});
|
||||
}
|
||||
|
||||
channelQueue.shift();
|
||||
|
|
Loading…
Reference in a new issue