Skip to content

Commit

Permalink
update comment on what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
camalot committed Jun 28, 2024
1 parent cddc5c5 commit 929aa76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/cogs/channel_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ async def on_guild_channel_update(self, before, after):

if after.type == discord.ChannelType.text:
# this might trigger a channel name change for the voice channel
# causing the voice channel to be renamed to the text channel name with the "format" of the text channel
# like spaces will be replaced with dashes
# causing the voice channel to be renamed to the text channel name
# with the "format" of the text channel like spaces will be replaced with dashes
voiceChannel = None
voice_channel_id = self.channel_db.get_voice_channel_id_from_text_channel(
guildId=guild_id, textChannelId=after.id
Expand Down

0 comments on commit 929aa76

Please sign in to comment.