mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 11:59:53 +00:00
Migrate GuildStickersUpdateEvent to satisfies, part of #1577
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user