mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fix Channel.delete() example (#2238)
This commit is contained in:
@@ -69,7 +69,7 @@ class Channel extends Base {
|
||||
* @example
|
||||
* // Delete the channel
|
||||
* channel.delete()
|
||||
* then(console.log)
|
||||
* .then(console.log)
|
||||
* .catch(console.error);
|
||||
*/
|
||||
delete() {
|
||||
|
||||
Reference in New Issue
Block a user