Push new Version 0.5.0 to main #8

Merged
FrauJulian merged 6 commits from dev into main 2025-04-06 14:45:43 +00:00
FrauJulian commented 2025-04-06 14:43:56 +00:00 (Migrated from github.com)
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-04-06 14:44:14 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Copilot reviewed 16 out of 19 changed files in this pull request and generated no comments.

Files not reviewed (3)
  • .npmignore: Language not supported
  • LICENSE: Language not supported
  • package.json: Language not supported
Comments suppressed due to low confidence (2)

src/Services/AudioManager/AudioManager.ts:133

  • [nitpick] Consider revising the error message to reference the name or purpose of the parameter rather than its value, which may be null, to provide clearer context.
throw new Error(`${value} cannot be null in this case.`);

src/Services/AudioManager/AudioManager.ts:75

  • [nitpick] The method StopAudioOnConnection destroys the connection and immediately recreates it; consider renaming it to better reflect its behavior, such as restartConnection, for improved clarity.
public StopAudioOnConnection(): void {
Copilot reviewed 16 out of 19 changed files in this pull request and generated no comments. <details> <summary>Files not reviewed (3)</summary> * **.npmignore**: Language not supported * **LICENSE**: Language not supported * **package.json**: Language not supported </details> <details> <summary>Comments suppressed due to low confidence (2)</summary> **src/Services/AudioManager/AudioManager.ts:133** * [nitpick] Consider revising the error message to reference the name or purpose of the parameter rather than its value, which may be null, to provide clearer context. ``` throw new Error(`${value} cannot be null in this case.`); ``` **src/Services/AudioManager/AudioManager.ts:75** * [nitpick] The method StopAudioOnConnection destroys the connection and immediately recreates it; consider renaming it to better reflect its behavior, such as restartConnection, for improved clarity. ``` public StopAudioOnConnection(): void { ``` </details>
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fraujulian/Discord-Audio-Stream#8