10.1.0 • Published 9 months ago

disxcord v10.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

News:

Docs will be added

Disxcord's Client

What is oxclient? Disxcord, like discord.js or aoi.js. Disxcord and oxclient-discordapi is a api request sender to create bots(useful bots)

Used languages

Node.js - 1(used 1st) | discord.js - 2(used 2st)

Setup

npm i disxcord

After installing the depencedie, your index.js should be like this:

//Imports
const { DisxcordClient, EventBuilder } = require("disxcord")

//Setup Discord.js client
const client = new DisxcordClient({
   events: ["All"],
   intents: ["All"]
})
client.start("YourBotToken", false, "name") //Returns client's username

client.basicCommand({
  name: "ping", //Basic command name
  code: `reply(message, "pong!")`, //Basic Command's code
  prefixed: true,
  commandprefix: "+" //If prefixed false drop this empty
});
client.setStatus("idle") //idle, dnd, online
client.setActivity("Boosted by disxcord", "PLAYING") //PLAYING, STREAMING, COMPETING, LISTENING

Credits

@frexinn: "messageCreate" event, "getChannelPropertie" function, "getRolePropertie" function, "embed" class. | @layslover: Setups and functions

Websites

Support server(discord): Discord

10.0.0

9 months ago

10.1.0

9 months ago

1.5.6

10 months ago

1.4.6

10 months ago

1.4.5

10 months ago

1.4.0

10 months ago

1.4.0-dev

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.0.0-devvvs

10 months ago

1.0.0

10 months ago

1.0.0-dev

10 months ago