Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add voice channel statuses #312

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

fix: remove status from method

947581a
Select commit
Loading
Failed to load commit list.
Open

Add voice channel statuses #312

fix: remove status from method
947581a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / InspectCode succeeded May 2, 2024 in 6s

6 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 5 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 35 in Backend/Remora.Discord.API.Abstractions/API/Gateway/Events/Channels/IVoiceChannelStatusUpdate.cs

See this annotation in the file changed.

Code scanning / InspectCode

Type member is never used: Non-private accessibility Note

Property 'ID' is never used

Check notice on line 40 in Backend/Remora.Discord.API.Abstractions/API/Gateway/Events/Channels/IVoiceChannelStatusUpdate.cs

See this annotation in the file changed.

Code scanning / InspectCode

Type member is never used: Non-private accessibility Note

Property 'GuildID' is never used

Check notice on line 45 in Backend/Remora.Discord.API.Abstractions/API/Gateway/Events/Channels/IVoiceChannelStatusUpdate.cs

See this annotation in the file changed.

Code scanning / InspectCode

Type member is never used: Non-private accessibility Note

Property 'Status' is never used

Check notice on line 29 in Backend/Remora.Discord.API/API/Gateway/Events/Channels/VoiceChannelStatusUpdate.cs

See this annotation in the file changed.

Code scanning / InspectCode

Type is never used: Non-private accessibility Note

Record 'VoiceChannelStatusUpdate' is never used

Check notice on line 92 in Backend/Remora.Discord.Rest/API/Channels/DiscordRestChannelAPI.cs

See this annotation in the file changed.

Code scanning / InspectCode

Merge nested property patterns Note

Merge nested property patterns

Check warning on line 100 in Backend/Remora.Discord.Rest/API/Channels/DiscordRestChannelAPI.cs

See this annotation in the file changed.

Code scanning / InspectCode

Variable in local function hides variable from outer scope Warning

Parameter 'b' hides outer parameter with the same name