Skip to content

Commit

Permalink
correct sync arg -> migrate 2.0.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMarisOUMary committed Aug 28, 2021
1 parent 119730e commit 1f661b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/privatevocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def channelInfos(channels):
is_change = False

if usedChannels == len(data[guild.id]):
a = await guild.create_voice_channel(name="Vocal", category=category, sync_permissions=True)
a = await guild.create_voice_channel(name="Vocal", category=category)
data[guild.id].append(a)
is_change = True

Expand Down

0 comments on commit 1f661b2

Please sign in to comment.