Description
Permet d'obtenir le salon d'AFK de la guild. Tu peux le définir dans un autre salon.
discord command $afk:
trigger:
reply with "%afk channel of event-guild%"
[the] afk channel[s] of %guilds%
%guilds%'[s] afk channel[s]
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.
discord command $bans:
trigger:
grab bans of event-guild
reply with "Voici les utilisateurs bannis: %grabbed bans%"
[last] (grabbed|retrieved) bans
Description
Permet d'obtenir tout les salons d'une catégorie ou de la guild.
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}%`"
[the] channel[s] of %guild/category%
%guild/category%'[s] channel[s]
Description
Permet d'obtenir toutes les émotes ajoutées dans une guild.
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
[the] [<global>] emote[s] of %guild%
%guild%'[s] [<global>] emote[s]
Description
Permet d'obtenir l'URL de l'îcone de la guild).
reply with "%icon of event-guild%"
[the] icon[s] of %guilds%
%guilds%'[s] icon[s]
Description
Permet d'obtenir la dernière invitation créer par Vixio, tu peux également spécifier un salon.
discord command invite:
trigger:
create an invite to event-channel
reply with "%the last created invite%"
[the] last created invite [for %-channel%]
Description
Obtenez tous les membres d'un salon, d'une catégorie ou même de la guild.
discord command $guild:
trigger:
reply with "%size of discord members of event-guild%"
[the] discord member[s] of %guild/category/channel%
%guild/category/channel%'[s] discord member[s]
Description
Permet d'obtenir le rôle public de la guild. C'est le rôle nommé everyone.
discord command role:
trigger:
reply with "`%public role of event-guild%`"
[the] public role[s] of %guild%
%guild%'[s] public role[s]
Description
Permet d'obtenir la région de la guild.
broadcast "%region of event-guild%"
[the] region[s] of %guilds%
%guilds%'[s] region[s]
Description
Permet d'obtenir un rôle via son nom.
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}%"
[the] role[<s>] (with [the] name|named) %string% [in %guild%]