discordjs / voice

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

fix(Examples): change `guildID` to `guildId` #155

Closed SuperchupuDev closed 2 years ago

SuperchupuDev commented 2 years ago

Please describe the changes this PR makes and why it should be merged: This changes the guildID property in the examples into guildId, since it was changed

Status and versioning classification:

codecov[bot] commented 2 years ago

Codecov Report

Merging #155 (da9f91d) into main (9f09caa) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #155   +/-   ##
=======================================
  Coverage   68.65%   68.65%           
=======================================
  Files          19       19           
  Lines         906      906           
  Branches      221      221           
=======================================
  Hits          622      622           
  Misses        282      282           
  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 9f09caa...da9f91d. Read the comment docs.