1.1.5 • Published 3 years ago

zydyck v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago