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);
|
return executeFromQueue(channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
await requestReply(
|
requestReply(
|
||||||
message,
|
message,
|
||||||
{
|
{
|
||||||
embeds: [{
|
embeds: [{
|
||||||
|
@ -355,7 +355,7 @@ async function executeFromQueue(channel: string) {
|
||||||
},
|
},
|
||||||
{allowedMentions: { repliedUser: false } },
|
{allowedMentions: { repliedUser: false } },
|
||||||
{ ephemeral: true },
|
{ ephemeral: true },
|
||||||
);
|
).catch (() => {/* GRACEFAIL: It's okay if we don't reply with an error */});
|
||||||
}
|
}
|
||||||
|
|
||||||
channelQueue.shift();
|
channelQueue.shift();
|
||||||
|
|
Loading…
Reference in a new issue