Skip to content

ChannelService

github-actions[bot] edited this page Sep 30, 2024 · 10 revisions

service class for channel related methods

if you're looking for specific channel types look to the Channel Types Guide

AeplSubClass

JS
const { Client } = require('noscord.js');                
const client = new Client();

client.import("channels");

client.on("ready", async () => {
    let channel = await channels.get("put your id here");

    channel.send("example");
});


🛈 Client

🛈 AddonService

🛈 AttachmentService

🛈 ChannelService

🛈 CommandService

🛈 ComponentService

🛈 ErrorService

🛈 EventService

🛈 ExpressionService

🛈 GuildService

🛈 LogService

🛈 MessageService

🛈 PermissionService

🛈 RoleService

🛈 StorageService

🛈 TypeService

🛈 UserService

🛈 UtilService

🛈 VoiceService


Clone this wiki locally