Skip to content
github-actions[bot] edited this page Sep 30, 2024 · 44 revisions

the primary Client class used in the API containing all of the doodads

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

const client = new Client();

AeplClass

Arguments:

  • ?settings Object
    object with different settings for the client
    possible settings:
  • intents Array or Number: gateway intents for the client
  • prefix String: prefix for commands



🛈 Client

🛈 AddonService

🛈 AttachmentService

🛈 ChannelService

🛈 CommandService

🛈 ComponentService

🛈 ErrorService

🛈 EventService

🛈 ExpressionService

🛈 GuildService

🛈 LogService

🛈 MessageService

🛈 PermissionService

🛈 RoleService

🛈 StorageService

🛈 TypeService

🛈 UserService

🛈 UtilService

🛈 VoiceService


Clone this wiki locally