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 for example-bot’s play command errors. #200

Closed muhitrhn closed 2 years ago

muhitrhn commented 2 years ago

Updated defer() => deferReply() and changed reply() => editReply in play command.

amishshah commented 2 years ago

Duplicate of #174

muhitrhn commented 2 years ago

174 doesn’t include the fix for editReply() part though.

amishshah commented 2 years ago

It comes under updating examples for v13 though, so could you either add to that PR or add it as a suggestion there instead?

muhitrhn commented 2 years ago

Oh hmm, okay.