Skip to content

Commit 4757a96

Browse files
committed
removing commentary
1 parent 03550aa commit 4757a96

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/club.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ async def handover(
189189
sorted(guild.categories, key=lambda c: c.position),
190190
)
191191
await category.move(above=highest_inactive)
192-
# why 4 ? because in our server we have 3 prime categories
193192

194193
async def stop_club(self, club: DiscordClub, guild: Guild):
195194
role_pres = utils.get(guild.roles, id=club.president_role_id)

0 commit comments

Comments
 (0)