mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Fix Channel.delete() example (#2238)
This commit is contained in:
parent
e792757e32
commit
5efddac025
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class Channel extends Base {
|
|||
* @example
|
||||
* // Delete the channel
|
||||
* channel.delete()
|
||||
* then(console.log)
|
||||
* .then(console.log)
|
||||
* .catch(console.error);
|
||||
*/
|
||||
delete() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue