discord-temp-channels icon indicating copy to clipboard operation
discord-temp-channels copied to clipboard

const TempChannels = require("discord-temp-channels");

Open krussedull opened this issue 4 years ago • 1 comments

what goes in there? discord-temp-channels?

krussedull avatar Apr 20 '21 11:04 krussedull

Hey there :smile:

When executing const TempChannels = require("discord-temp-channels");, the TempChannels variable will contain the class TempChannelsManager.

That means you can then use const tempChannels = new TempChannels(client); in order to create an instance of the TempChannelsManager class.

Have a happy day!

HunteRoi avatar Sep 18 '21 18:09 HunteRoi