diff --git a/partybot/bot.py b/partybot/bot.py index 8603bbb..c557bda 100644 --- a/partybot/bot.py +++ b/partybot/bot.py @@ -92,7 +92,7 @@ async def start_discord_rich_presence(self) -> None: details=f"Logged in as {self.user.display_name}.", state=f"{self.party.leader.display_name}'s party.", large_image="skull_trooper", - large_text="discord.gg/fnpy", + large_text="discord.gg/8heARRB", small_image="outfit", small_text=outfit, start=int(start_time), diff --git a/partybot/cosmetic.py b/partybot/cosmetic.py index 60d1fc0..dd0da4e 100644 --- a/partybot/cosmetic.py +++ b/partybot/cosmetic.py @@ -1181,7 +1181,11 @@ async def season(self, ctx: rebootpy.ext.commands.Context, br_season: int) -> No 26: "Character_LazarusLens", 27: "Character_HornedJudgment_Midgard", 28: "Character_ZebraScramble_Bacon", - 29: "Character_DarkStance_Inferno" + 29: "Character_DarkStance_Inferno", + 30: "Character_MegaToof_Valve", + 31: "Character_SnapFreeze_Hunt", + 32: "Character_GoldCat_Claw", + 33: "Character_RoseDepth_Seed" } await self.bot.party.me.set_outfit(asset=max_tier_skins[br_season]) @@ -1364,4 +1368,4 @@ async def tbd(self, ctx: rebootpy.ext.commands.Context, skin: int = 1) -> None: await self.bot.party.me.set_outfit(asset=cosmetics[skin - 1].id) await ctx.send(f'Skin set to {cosmetics[skin - 1].id}\nUse !tbd <1 to {len(cosmetics)}> to equip another.') - print(self.bot.message % f"Set skin to: {cosmetics[skin - 1].id}.") \ No newline at end of file + print(self.bot.message % f"Set skin to: {cosmetics[skin - 1].id}.")