mirror of
https://github.com/danbulant/discord.js
synced 2026-06-04 23:31:04 +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
|
* @example
|
||||||
* // Delete the channel
|
* // Delete the channel
|
||||||
* channel.delete()
|
* channel.delete()
|
||||||
* then(console.log)
|
* .then(console.log)
|
||||||
* .catch(console.error);
|
* .catch(console.error);
|
||||||
*/
|
*/
|
||||||
delete() {
|
delete() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue