diff --git a/cogs/stars.py b/cogs/stars.py index 69a3245..246ca48 100644 --- a/cogs/stars.py +++ b/cogs/stars.py @@ -24,8 +24,7 @@ async def get_stars(self, repo: str) -> int: async def update_stars(self): """Loop to check and update stars""" nextcord_stars = await self.get_stars("nextcord/nextcord") - nextcord_v3_stars = await self.get_stars("nextcord/nextcord-v3") - channel_name = f"v2 {nextcord_stars}🌟| v3 {nextcord_v3_stars}🌟" + channel_name = f"{nextcord_stars}🌟" # update channel name if it has changed if self.__channel.name != channel_name: