0.0.1 • Published 3 years ago

csy.js v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

csy.js

Examples:

const csy = require("csy.js");

// Set config
csy.config({
	token: "SECRET DISCORD BOT TOKEN",
	prefix: "!",
  ready: "READY MESSAGE"
});

// Commands Load

csy.command("./commands");

// Events Handler Load

csy.handler("./events");

// Real Discord Client
const client = csy.client;

<br>

For Support Join Server: https://discord.gg/gkmwaAZQBu