fix: linting error

This commit is contained in:
Ryan Cao 2023-06-05 18:45:19 +08:00
parent 97f13e02e4
commit 0759108d35
No known key found for this signature in database

View file

@ -79,6 +79,7 @@ export async function expandDiscordLink(message: Message): Promise<void> {
resultEmbeds.push(embed); resultEmbeds.push(embed);
} catch (ignored) { } catch (ignored) {
/* */
} }
} }