skCord by Fedox

Send Messages to Discord Webhooks [EMBED SUPPORT]

Events

1

Expressions

7

Effects

1

Conditions

0

Types

0

Sections

2

Structures

0

Total

11

ELEMENTS UPDATE 12 days, 5 hours and 21 minutes ago

The following elements have been added:

- Send message per section
- User Expression
- Channel Expression
- Emoji Expression
- Animated Emoji Expression
- Webhook Sent Event
and a few more things.

Take a look at the docs on skUnity or SkriptHub!

View Update

Ping roles in messages 12 days, 7 hours and 26 minutes ago

You can now ping roles in messages.

For example look at the docs

View Update

skCord 133 days, 2 hours and 20 minutes ago



Introduction:
This is my inaugural Skript addon, and I'm excited to share it with the community. Initially designed to facilitate simple messaging from Skript to Discord, it has evolved to offer more engaging features.


  • Webhook Support: Easily send text messages from Skript directly to your Discord server.
  • Embed Support: Elevate your messages with rich embeds, allowing you to present information in a more visually appealing and organized way.




# ====================
# NORMAL MESSAGES
# ====================
on load:
send "Hello World" as webhook to "https://discord.com/api/webhooks/????/????"

# ====================
# EMBED MESSAGES
# ====================
on load:
create a new embed:
webhook: "https://discord.com/api/webhooks/?????/?????"

title: "Title"
titleUrl: "https://google.com"

description: "description from embed"
color: "##3437eb" # Please use Hex Colors AND IMPORTANT: Write ## instead of #

thumbnailUrl: "https://skripthub.net/static/img/ogLogo.png"
imageUrl: "https://skripthub.net/static/img/ogLogo.png"

footer: "helo im a footer"
footerIconUrl: "https://skripthub.net/static/img/ogLogo.png"

author: "Im the author of this embed"
authorUrl: "https://google.com"
authorIconUrl: "https://skripthub.net/static/img/ogLogo.png"

timestamp: true





Anticipate upcoming updates introducing even more features, including additional event support.


If you find this addon useful, enjoy exploring its capabilities!

Feel free to reach out to me on Discord if you have any questions: fedox

View Update

© Copyright 2014-2024 skUnity

All rights reserved.