Skip to content

Commit

Permalink
fix(jobs): where DiscordAPIError comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Mar 16, 2024
1 parent a349da7 commit 4c8ea17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/bot/src/jobs.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import process from 'node:process';
import { inlineCode } from '@discordjs/builders';
import { DiscordAPIError } from '@discordjs/rest';
import { Queue, Worker, type Job } from 'bullmq';
import { WebhookClient } from 'discord.js';
import { WebhookClient, DiscordAPIError } from 'discord.js';
import type { Entry } from 'mw-collegiate';
import type { Sql } from 'postgres';
import Parser from 'rss-parser';
Expand Down

0 comments on commit 4c8ea17

Please sign in to comment.