izy521 / discord.io

A small, single-file library for creating DiscordApp clients from Node.js or the browser
https://discord.gg/0MvHMfHcTKVVmIGP
MIT License
535 stars 155 forks source link

Is there any way to delete channels? #294

Closed Tamiks closed 5 years ago

Tamiks commented 5 years ago

I've found that the bot.createChannel() method isn't listed in the documentation but still works. When I try to call bot.deleteChannel() I don't get any sort of error message so I suppose the method does exist and I'm just supplying it with the wrong arguments.

Peacerekam commented 5 years ago

https://izy521.github.io/discord.io-docs/Discord.Client.html#deleteChannel

(it accepts a string ID)

Tamiks commented 5 years ago

Ah thanks, much appreciated.