Découvrez les conditions grâce à nos tutoriels pour débuter avec Skript. Pour toutes vos questions, rendez vous sur le forum ou sur Discord !
Voir les tutos J'ai besoin d'aideBot is playing (Le bot joue)
Description
Permet de vérifier si un bot joue à quelque chose dans une guilde
if event-bot is playing
%bot/string% is playing [in %guild%]
%bot/string% (is|are)(n't| not) playing [in %guild%]
Bot paused (Bot en pause)
Description
Savoir si le bot est en pause ou non.
if event-bot isn't paused:
%bot/string% is paused [in %guild%]
%bot/string% (is|are)(n't| not) paused [in %guild%]
Create channel scope (Créer un champ d'application de salon)
Description
Permet de créer facilement un salon textuel ou un salon vocal.
command /channel:
trigger:
create text channel:
set name of the channel to "Test"
set {guild} to guild with id "56156156615611"
set nsfw state of the channel to true
create the channel in {guild} with "Skript-MC"
(make|create) [text] channel
(make|create) voice channel
Emote is Animated (Emote est animé)
Description
Permet de vérifier si une émote est animé.
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
%emotes% (is|are) animated
%emotes% (is|are)(n't| not) animated
Member Has Permission (Membre à la permission)
Description
Permet de voir si un membre à une permission ou non. Tu peux aussi voir si il à la permission dans un salon précis.
if event-member has permission voice connect
%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%]
Member has role (Membre à le rôle)
Description
Permet de vérifier si un membre à un rôle avec un nom précis.
discord command $role <member> <string>:
trigger:
if arg-1 has role named arg-2:
reply with "%arg-1% à le rôle nommé %arg-2%"
stop
reply with "%arg-1% n'a pas le rôle nommé %arg-2%"
%member% (has|have) [the] role %role%
%member% (does[n[']t]|does not) have [the] role %role%
%member% (has|have) [the] role [named] %string%
%member% (does[n[']t]|does not) have [the] role [named] %string%
Member is deafened (Membre est sourd)
Description
Permet de définir/voir si un membre est muet ou non.
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."
%members% (is|are) [<guild>] deafened
%members% (is|are)(n't| not) [<guild>] deafened
Member is muted (Membre est muet)
Description
Permet de détecter si un membre est muet dans la guild ou non.
discord command $checkGuildMute <member>:
trigger:
if arg-1 is guild muted:
reply with "%arg-1% est muet dans la guild !"
stop
reply with "%arg-1% n'est pas muet dans la guild !"
%members% (is|are) [<guild>] muted
%members% (is|are)(n't| not) [<guild>] muted
NSFW (Not Safe For Work)
Description
Permet de détecter si un salon est NFSW ou non.
discord command nsfw:
prefixes: $
trigger:
if event-channel is nsfw:
reply with "%event-channel% est nsfw"
[the] nsfw state[s] of %channelbuilders/textchannels%
%channelbuilders/textchannels%'[s] nsfw state[s]