feat(skins): Apply skins to graphics.

This commit is contained in:
2023-10-27 15:43:02 +03:00
parent b47744e219
commit 9341afc368
7 changed files with 35 additions and 6 deletions

View File

@@ -46,6 +46,10 @@ async def get_timer_card(bot: LionBot, timer: 'Timer', stage: 'Stage'):
else:
card_cls = BreakTimerCard
skin = await bot.get_cog('CustomSkinCog').get_skinargs_for(
timer.data.guildid, None, card_cls.card_id
)
return card_cls(
name,
remaining,