discord-temp-channels
discord-temp-channels copied to clipboard
const TempChannels = require("discord-temp-channels");
what goes in there? discord-temp-channels?
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!