Résultats de la recherche

Vider
Événements
Conditions
Effets
Expressions
Types
Fonctions
Sections

Afk channel of Guild (Salon d'AFK de la guild)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir le salon d'AFK de la guild. Tu peux le définir dans un autre salon.

Exemples discord command $afk:
    trigger:
        reply with "%afk channel of event-guild%"
Pattern [the] afk channel[s] of %guilds% %guilds%'[s] afk channel[s]

Retrieved bans (Récupération des bannissements)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir la liste des banissements d'une guild. Le bot doit avoir suffisamment de permissions pour pouvoir récupérer la liste des interdictions.

Exemples discord command $bans:
    trigger:
        grab bans of event-guild
        reply with "Voici les utilisateurs bannis: %grabbed bans%"
Pattern [last] (grabbed|retrieved) bans

Channels of (Salons de)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir tout les salons d'une catégorie ou de la guild.

Exemples discord command $channels [<text>]:
    trigger:
        if arg-1 is not set:
            reply with "Voici les salons de la guild: `%channels of event-guild%`"
            stop
        set {_category} to category named arg-1
        reply with "Voici les salons dans la catégorie nommée %arg-1%: `%channels of {_category}%`"
Pattern [the] channel[s] of %guild/category% %guild/category%'[s] channel[s]

Emotes of guild (Emote de la guild)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir toutes les émotes ajoutées dans une guild.

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::*}% regular emotes and %size of {_animated::*}% animated emotes!!"
        set the colour of the embed to Purple
        add field named "Local emotes (1/1)" with value "%{_non::*}%" to embed
        add field named "Animated emotes (1/1)" with value "%{_animated::*}%" to embed
      send the last created embed to event-channel with event-bot
Pattern [the] [<global>] emote[s] of %guild% %guild%'[s] [<global>] emote[s]

Icon URL of Guild (L'URL de l'icône de la guild)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir l'URL de l'îcone de la guild).

Exemples reply with "%icon of event-guild%"
Pattern [the] icon[s] of %guilds% %guilds%'[s] icon[s]

Last Created Invitation (Dernière invitation créer)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir la dernière invitation créer par Vixio, tu peux également spécifier un salon.

Exemples discord command invite:
    trigger:
        create an invite to event-channel
        reply with "%the last created invite%"
Pattern [the] last created invite [for %-channel%]

Members of (Membres de)

Compatible depuis Vixio Inconnu

Description

Obtenez tous les membres d'un salon, d'une catégorie ou même de la guild.

Exemples discord command $guild:
    trigger:
        reply with "%size of discord members of event-guild%"
Pattern [the] discord member[s] of %guild/category/channel% %guild/category/channel%'[s] discord member[s]

Public Role of Guild (Rôle public de la guild)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir le rôle public de la guild. C'est le rôle nommé everyone.

Exemples discord command role:
    trigger:
        reply with "`%public role of event-guild%`"
Pattern [the] public role[s] of %guild% %guild%'[s] public role[s]

Region of Guild (Région de la guild)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir la région de la guild.

Exemples broadcast "%region of event-guild%"
Pattern [the] region[s] of %guilds% %guilds%'[s] region[s]

Role Named (Rôle nommé)

Compatible depuis Vixio Inconnu

Description

Permet d'obtenir un rôle via son nom.

Exemples discord command $role <text>:
    trigger:
    set {_role} to role named arg-1
    if {_role} is not set:
        reply with "Je n'ai pas trouvé de rôle avec ce nom:"
        stop
    reply with "J'ai trouvé ce rôle ! ID: %id of {_role}%"
Pattern [the] role[<s>] (with [the] name|named) %string% [in %guild%]