Skip to content

Commit

Permalink
feat(voice): add new channel positioning logic in voice channels
Browse files Browse the repository at this point in the history
This update introduces a more structured positioning system for voice channels by placing them relative to the first channel in each group, increasing layout consistency.
  • Loading branch information
joeyaurel committed Dec 28, 2023
1 parent 3ccff30 commit a158f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ async def check_voice_channels():
new_channel_name,
user_limit=channel.user_limit,
overwrites=channel.overwrites,
position=channel.position + 1,
)

# Adjust the position of the new channel
Expand Down

0 comments on commit a158f95

Please sign in to comment.