discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
327 stars 111 forks source link

refactor(Examples): remove unused imported binding #172

Closed Muh9049 closed 3 years ago

Muh9049 commented 3 years ago

Please describe the changes this PR makes and why it should be merged:

The imported binding WebSocketShard is actually never used throughout the code in the examples/basic/adapter.ts file, so there's no point in it being there.

Status and versioning classification:

codecov[bot] commented 3 years ago

Codecov Report

Merging #172 (e3380e5) into main (636f54f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   72.75%   72.75%           
=======================================
  Files          20       20           
  Lines         903      903           
  Branches      216      216           
=======================================
  Hits          657      657           
  Misses        244      244           
  Partials        2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 636f54f...e3380e5. Read the comment docs.