Skip to content

Commit

Permalink
不要コメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 15, 2023
1 parent 0f70c6c commit 1a81286
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/features/core/internal/Voice/internal/Voice.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ export class Voice {
ephemeral: false,
};
} else if (!channel.joinable) {
// やっぱりchannelの型が謎
return {
isJoinable: false,
content: '接続先のVCに参加できません。権限の見直しをしてください。',
ephemeral: true,
};
} else if (!channel.viewable) {
// channelの型が謎
return {
isJoinable: false,
content: '接続先のVCに参加できません。権限の見直しをしてください。',
Expand Down

0 comments on commit 1a81286

Please sign in to comment.