ChannelService.textCount() - shysolocup/noscord.js GitHub Wiki

gets a number of text channels

returns a Number

JS
client.import("channels");

client.on("send", async (ctx) => {
    let stuff = await channels.textCount(ctx.guild);
});

Function Async

Arguments:

  • ?guild Guild
    guild to get the text channels from



⚠️ **GitHub.com Fallback** ⚠️