DiSky is a powerful Skript addon that allows you to seamlessly integrate Discord functionality into your Minecraft server. With DiSky, you can create advanced Discord bots, manage servers, and enhance player interactions—all using the simple and intuitive Skript language.
define new bot named "MyBot":
token: "YOUR_BOT_TOKEN"
intents: default intents
policy: all
auto reconnect: true
on ready:
send "Bot is online!" to console
discord command ping:
prefixes: !
trigger:
reply with "Pong! Bot latency: %bot ping of event-bot% ms"
command /serverinfo:
trigger:
make embed:
set title of embed to "Server Information"
set description of embed to "Welcome to our Minecraft server!"
set color of embed to green
add field named "Online Players" with value "%number of all players%" to fields of embed
set footer of embed to "Powered by DiSky"
post last embed to channel with id "CHANNEL_ID"
on message receive:
if event-channel is channel with id "CHANNEL_ID":
if message starts with "!players":
reply with "There are %number of all players% players online!"
DiSky empowers server owners and developers to create seamless connections between Minecraft and Discord, enhancing player engagement and server management capabilities. Whether you're looking to create a simple moderation bot or a complex cross-platform system, DiSky provides the tools you need to bring your vision to life.
Ready to revolutionize your server's Discord integration? Get started with DiSky today!

The best Skript add-on for Discord management! Slash commands, interaction, components, modal, and much more are available!