3.9.8 • Published 9 months ago

discord.js-creator v3.9.8

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Support Server

Embed

const { errorEmbed, successEmbed, normalEmbed } = require("discord.js-creator")

// Error Embed
interaction / message /.reply(errorEmbed("text"))

// Done Embed
interaction / message /.reply(successEmbed("text"))

// Normal Embed
interaction / message /.reply(normalEmbed("text", "color"))

Logger

const { messageUpdate, messageDelete, channelUpdate, channelDelete, channelCreate } = require("discord.js-creator")

// Message Update Logger
messageUpdate(oldMessage, newMessage, channel, embedColor)
    
// Message Delete Logger
messageDelete(message, channel, embedColor)
    
// Channel Update Logger
channelUpdate(oldChannel, newChannel, channel, embedColor)
    
// Channel Delete Logger
channelDelete(channel, channel_, embedColor)
    
// Channel Create Logger
channelCreate(channel, channel_, embedColor)

Advertising Block

const { advertisingBlock } = require("discord.js-creator")

client.on("ready", () => {
    advertisingBlock(client, emoji)
})

Client İnformation

const { guildCreate } = require("discord.js-creator")

client.on("ready", () => {
    guildCreate(client, channel, color)
})

Openai

const { Openai } = require("discord.js-creator")

Openai("apiKey", {
    prompt: "prompt"
}).then((response) => {
    console.log(response)
})

Twitch Api

const { twitchApi } = require("discord.js-creator")

twitchApi({
    clientId: '',
    clientSecret: '',
    username: ''
})
1.2.0

9 months ago

1.0.0

9 months ago

1.9.0

9 months ago

1.8.0

9 months ago

1.6.0

9 months ago

1.5.0

9 months ago

2.2.0

9 months ago

2.5.0

9 months ago

3.9.8

9 months ago

2.6.0

9 months ago

2.9.0

9 months ago

2.8.0

9 months ago

3.9.2

9 months ago

3.9.1

9 months ago

3.9.0

9 months ago

3.9.7

9 months ago

3.9.6

9 months ago

2.1.0

9 months ago

2.0.0

9 months ago

3.2.0

9 months ago

3.1.0

9 months ago

3.8.0

9 months ago

3.6.0

9 months ago

3.0.0

9 months ago

0.3.0

10 months ago

0.9.0

9 months ago

0.8.0

9 months ago

0.5.0

9 months ago

0.6.0

9 months ago

0.2.0

11 months ago