Skip to content

Commit

Permalink
Udpate tempory chancel
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecehung committed Feb 27, 2024
1 parent eb0243e commit 80b0b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/voiceStateUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
type: ChannelType.GuildVoice,
name: `${nameStartWithTemporary}${newState?.member?.user.username}`,
bitrate: newState.channel.bitrate || 64000,
topic: reason,
// topic: reason,
parent: newState?.channel
?.parent as CategoryChannelResolvable,
userLimit: userLimit,
Expand Down

0 comments on commit 80b0b95

Please sign in to comment.