Skip to content

Commit

Permalink
fix: wrong dict key channel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed May 18, 2023
1 parent a11f48e commit f31e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion les_louisdelatech/extensions/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def predicate(channel):
new_channel = await member.guild.create_voice_channel(
new_channel_name,
category=after.channel.category,
bitrate=self.bot.config["voice_channel_creation"]["bitrate"],
bitrate=self.bot.config["discord"]["voice_channel_creation"]["bitrate"],
)
await member.move_to(new_channel)

Expand Down

0 comments on commit f31e7be

Please sign in to comment.