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

Update bot.ts #191

Closed veeti-k closed 2 years ago

veeti-k commented 2 years ago

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

There isn't a function CommandInteraction.defer(). But CommandInteraction.deferReply() gets the job done.

Status and versioning classification:

Jiralite commented 2 years ago

174 is an open pull request for converting all examples to the current stable version. This is already included in there. Feel free to drop your comments on that pull request instead!

veeti-k commented 2 years ago

I'm sorry.