Client - shysolocup/noscord.js GitHub Wiki

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



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