zydyck

1.1.5 • Public • Published

Installing

Using npm:

$ npm install zydyck

Features

- Delete All Channels
- Delete All Roles
- Create Channel
- Create Role
- Spam Webhook

Authorization Support

- user
- bot

Example Code

User:

const Reflex = require("zydyck")
const reflex = new Reflex({
	authorization: "user",
	token: "",
	guildID: "",
	delay: 1000,
	channels: {
		name: "--channel-name--",
		type: 0,
		amount: 3
	},
	roles: {
		name: "--role-name--",
		amount: 1
	},
	webhooks: {
		name: "--webhook-name--",
		username: "--webhook-username--",
		avatar_url: "--image-url--",
		content: "--message-content--",
		amount: 3,
		embeds: {
			avatar: {
				name: "--text--",
				icon_url: "--image-url--"
			},
			title: "title",
			description: "description",
			thumbnail: {
				url: "--image-url--"
			},
			image: {
				url: "--image-url--"
			},
			footer: {
				text: "footer",
				icon_url: "--image-url--"
			}
		}
	}
})

Bot:

const reflex = new Reflex({
	authorization: "bot",
	token: "",
	guildID: "",
	delay: 1000,
	channels: {
		name: "--channel-name--",
		type: 0,
		amount: 3
	},
	roles: {
		name: "--role-name--",
		amount: 1
	},
	webhooks: {
		name: "--webhook-name--",
		username: "--webhook-username--",
		avatar_url: "--image-url--",
		content: "--message-content--",
		amount: 3,
		embeds: {
			avatar: {
				name: "--text--",
				icon_url: "--image-url--"
			},
			title: "title",
			description: "description",
			thumbnail: {
				url: "--image-url--"
			},
			image: {
				url: "--image-url--"
			},
			footer: {
				text: "footer",
				icon_url: "--image-url--"
			}
		}
	}
})

Channel Type

Text Channel:

$ 0 = text channel

Voice Channel:

$ 2 = vocie channel

Category Channel:

$ 4 = text channel

start code

<reflex>.run()

Credits

Discord:

$ Reflex`#9999

Facebook:

$ https://www.facebook.com/reflexxyz?mibextid=ZbWKwL

Region:

$ th +66

Readme

Keywords

Package Sidebar

Install

npm i zydyck

Weekly Downloads

0

Version

1.1.5

License

ISC

Unpacked Size

13.8 kB

Total Files

4

Last publish

Collaborators

  • zydyck_reflex