iBlitzkriegi / Vixio

Vixio, The Skript Addon made to fit all of your Discord needs.
http://www.vixio.space
40 stars 28 forks source link

on skript load #317

Closed rafi67000 closed 3 years ago

rafi67000 commented 3 years ago

hey i need help i made a startup script to log into vixio but the bot is not online on skript load: login to user with token "XXXXXXXXXXXXXXXXXXXXXXX" with name "NAME"

DampfWaffel commented 3 years ago

would be nice. to share the latest.log with us

MennoGamed commented 3 years ago

Use:

on skript load:
    create vixio bot:
        enable the guild members intent
        enable the guild bans intent
        enable the guild emojis intent
        enable the guild invites intent
        enable the guild voice states intent
        enable the guild presences intent
        enable the guild messages intent
        enable the guild message reactions intent
        enable the direct messages intent
        enable the direct message reactions intent
        enable the direct message typing intent

        if "{@bot}" parsed as bot is not set: 
            login to "{@token}" with name "{@bot}"

This should be it.