diff --git a/src/common/sendDiscordMessage.ts b/src/common/sendDiscordMessage.ts index b56ff0c..24247e5 100644 --- a/src/common/sendDiscordMessage.ts +++ b/src/common/sendDiscordMessage.ts @@ -68,7 +68,6 @@ export async function sendDiscordMessage( } } catch (err) { console.error(`Message to channel ${channel.id} failed.`); - throw err; } }); await Promise.all(promises);