Migrate GuildStickersUpdateEvent to satisfies, part of #1577

This commit is contained in:
Rory&
2026-03-08 16:47:20 +01:00
parent 8a5d8849df
commit ee53b72c35

View File

@@ -183,7 +183,7 @@ async function sendStickerUpdateEvent(guild_id: string) {
guild_id: guild_id,
stickers: await Sticker.find({ where: { guild_id: guild_id } }),
},
} as GuildStickersUpdateEvent);
} satisfies GuildStickersUpdateEvent);
}
router.delete(