Résultats de la recherche

Vider
Événements
Conditions
Effets
Expressions
Types
Fonctions
Sections

Uptime Of Bot (Temps de connexion du bot)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir le temps ou le bot est resté connecté.

Exemples discord command $uptime:
    trigger:
        reply with "J'ai été connecté pendant %uptime of event-bot%"
Pattern [the] uptime[s] of %strings/bots% %strings/bots%'[s] uptime[s]

The Channel (Le salon)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir le salon à l'aide du store it in.

Exemples discord command $setup:
    trigger:
        create text channel:
            set the name of the channel to "Bienvenue"
            set the topic of the channel to "Bienvenue sur mon discord !"
        create the channel in event-guild and store it in {_chnl}
Pattern [(the|a)][new] channel[(-| )builder]

Bitrate of channel builder (Bitrate d'un salon)

Compatible depuis Vixio Inconnu

Description

Permet de définir le Bitrate d'un salon.

Exemples discord command $create:
    trigger:
        create voice channel:
        set the name of the channel to "{@bot}"
        set the bitrate of the channel to 57
        create the channel in event-guild
Pattern [the] bitrate[s] of %channelbuilders% %channelbuilders%'[s] bitrate[s]

User limit of a channel builder (Limite d'utilisateur dans un salon)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir ou définir la limite d'utilisateur(s) dans un salon.

Exemples discord command $create:
    trigger:
        create voice channel:
        set the name of the channel to "{@bot}"
        set the user limit of the channel to 5
    create the last made channel in event-guild and store it in {_chnl}
    reply with "J'ai créer le salon ! ID: %id of {_chnl}%"
Pattern [the] user limit[s] of %channelbuilders% %channelbuilders%'[s] user limit[s]

Name of Channel Builder

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir le nom d'un salon.

Exemples discord command $create <text>:
    trigger:
        create text channel:
        set the name of the channel to arg-1
    create the last made channel in event-guild and store it in {_chnl}
    reply with "J'ai créer un salon ! ID: %id of {_chnl}%"
Pattern [the] name[s] of %channelbuilders% %channelbuilders%'[s] name[s]

Bot paused (Bot en pause)

Compatible depuis Vixio Inconnu

Description

Savoir si le bot est en pause ou non.

Exemples if event-bot isn't paused:
Pattern %bot/string% is paused [in %guild%] %bot/string% (is|are)(n't| not) paused [in %guild%]

Bot is playing (Le bot joue)

Compatible depuis Vixio Inconnu

Description

Permet de vérifier si un bot joue à quelque chose dans une guilde

Exemples if event-bot is playing
Pattern %bot/string% is playing [in %guild%] %bot/string% (is|are)(n't| not) playing [in %guild%]

Member is deafened (Membre est sourd)

Compatible depuis Vixio Inconnu

Description

Permet de définir/voir si un membre est muet ou non.

Exemples discord command $checkGuildMute <member>:
    trigger:
            if arg-1 is guild muted:
                reply with "%arg-1% est muet."
                stop
            reply with "%arg-1% n'est pas muet."



 
Pattern %members% (is|are) [<guild>] deafened %members% (is|are)(n't| not) [<guild>] deafened

Emote is Animated (Emote est animé)

Compatible depuis Vixio Inconnu

Description

Permet de vérifier si une émote est animé.

Exemples discord command $emotes:
    trigger:
        loop emotes of event-guild:
        if loop-value is animated:
            add loop-value to {_animated::*}
        else:
            add loop-value to {_non::*}
       create embed:
            set the author info of the embed to author named "Emotes %reaction "":smile:""%" with no url and no icon
            set the description of the embed to "%name of event-guild% has %size of {_non::*}% emotes normal et %size of {_animated::*}% emotes animées."
            set the colour of the embed to Purple
            add field named "Emote normal (1/1)" with value "%{_non::*}%" to embed
            add field named "Emote animées (1/1)" with value "%{_animated::*}%" to embed
        send the last created embed to event-channel with event-bot
Pattern %emotes% (is|are) animated %emotes% (is|are)(n't| not) animated

Member Has Permission (Membre à la permission)

Compatible depuis Vixio Inconnu

Description

Permet de voir si un membre à une permission ou non. Tu peux aussi voir si il à la permission dans un salon précis.

Exemples if event-member has permission voice connect
Pattern %member% has permission %permission% [in %-channel%] %user% has permission %permission% [in %guild/channel%] %member% (doesn[']t|does not) have permission %permission% [in %-channel%] %user% (doesn[']t|does not) have permission %permission% [in %guild/channel%]