Description
Permet d'obtenir tout les rôles de la guild.
discord command $roles:
trigger:
reply with "Voici tout les rôles de la guild: `%roles of event-guild%`"
[the] role[s] of %guild%
%guild%'[s] role[s]
Description
Permet d'obtenir tout les salons textuels de la guild ou d'une catégorie.
discord command $channels [<text>]:
trigger:
if arg-1 is not set:
reply with "Here are the current channels: `%channels of event-guild%`"
stop
set {_category} to category named arg-1
reply with "Here are the channels of the category named %arg-1%: `%channels of {_category}%`"
[the] text(-| )channel[s] of %guild/category%
%guild/category%'[s] text(-| )channel[s]
Description
Permet d'obtenir tout les salons vocaux de la guild ou d'une catégorie.
on guild message receive:
set {_channels::*} to voice channels of event-guild
loop {_channels::*}:
broadcast "%name of loop-value%"
[the] voice[(-| )]channels of %guild/category%
%guild/category%'[s] voice[(-| )]channels
Description
Permet de définir la couleur d'un rôle.
set the color of {_role} to red with event-bot
[the] colo[u]r[s] of %roles%
%roles%'[s] colo[u]r[s]
Description
Permet d'obtenir le pseudonyme d'un membre.
set the discord nickname of event-member to "Vixio" with event-bot
[the] discord nickname[s] of %members%
%members%'[s] discord nickname[s]
Description
Permet d'obtenir tout les rôles d'un membre. Tu peux lui en rajouter ou lui en retirer.
remove role with id "6110981981981" from roles of event-member
[the] role[s] of %members%
%members%'[s] role[s]
Description
Permet d'obtenir le salon vocal oû se trouve un membre.
join voice channel of event-member
[the] [current] voice[(-| )]channel of %members%
%members%'[s] [current] voice[(-| )]channel
Description
Permet d'obtenir l'embed d'un message, tu peux définir, supprimer ou réintialiser l'embed.
discord command $build:
trigger:
make embed:
add field with value "Bonjour, voici un embed !" to the embed
set color of the embed to red
set {e} to a new message builder
set text of {e} to "Là: %nl%"
set embed of {e} to last embed
append "Information de l'embed attaché à ce build: %color of embed of {e}%" to {e}
send {e} to event-channel with event-bot
[the] embed[s] of %messagebuilders%
%messagebuilders%'[s] embed[s]
Description
Permet d'obtenir le texte à l'intérieur d'un créateur de message.
command /build:
trigger:
set {e} to a new message builder
set text of {e} to "Salut, regare ça:"
broadcast "%text of {e}%"
the] [<stripped>] text[s] of %messagebuilders%
%messagebuilders%'[s] [<stripped>] text[s]
Description
Créer un nouveau créateur de message.
set {e} to a new message builder
a [new] message builder