Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Youtube:
- Discord
- User Discord: xquab
- Variables: 1
- Comandos: 4
- Errores: 0
- Variables.-
- Nombre: postulaciones
- Valor:
- Comando: 1.-
- Prefix: !comenzar
- Codigo:
- $nomention
- $if[$getServerVar[postulaciones;$guildID]==]
- :x: Configura primero el canales de solicitudes de postulacion
- $stop
- $else
- $thumbnail[$serverIcon[$guildID]]
- $title[Roleplay;1]
- $description[Postula;1]
- $addButton[false;pagina_bds;Postular;primary;false;]
- $endif
- Comando: 2.-
- Prefix: $onInteraction
- Codigo:
- $nomention
- $var[css;$customID]
- $if[$checkContains[$var[css];bds]!=false]
- $newModal[modal;Postulacion]
- $addTextInput[modal_1;paragraph;¿Por que quieres postular?;10;100;yes;;¡¡Quiero ser un buen mod!!]
- $addTextInput[modal_1.1;paragraph;¿Cuanto tiempo dispones para el servidor?;10;50;yes;;3 horas por cada dia]
- $addTextInput[modal_2;short;ID o Nombre de usuario;1;18;yes;;xquab | 487430318500872203]
- $elseif[$var[css]==pagina-1]
- $var[split;$getEmbedData[$channelID;$messageID;1;footer]]
- $textSplit[$trimSpace[$var[split]];:]
- $var[id_user;$splitText[2]]
- $if[$isUserDMEnabled[$splitText[2]]==true]
- $channelSendMessage[$dmChannelID[$var[id_user]];Aceptado] $c[pueden modificar esto el texto "aceptado" si quieren en embee usnen %{DOL}%sendEmbedMesssage, y en canal id usan el channle id mas el var llamado "id_user"]
- $else
- $ephemeral
- :x: El ususario du DM no esta abierto, fallo!
- $stop
- $endif
- $elseif[$var[css]==pagina-2]
- $var[split;$getEmbedData[$channelID;$messageID;1;footer]]
- $textSplit[$trimSpace[$var[split]];:]
- $var[id_user;$splitText[2]]
- $if[$isUserDMEnabled[$splitText[2]]==true]
- $channelSendMessage[$dmChannelID[$var[id_user]];Denegado.]
- $else
- $ephemeral
- :x: El ususario du DM no esta abierto, fallo!
- $stop
- $endif
- $endif
- Comando 3.-
- Prefix: $onInteraction[modal]
- Codigo:
- $nomention
- $var[user_bds;$findUser[$input[modal_2];false]]
- $if[$userExists[$var[user_bds]]==false]
- $ephemeral
- :x: El usuario no existe.
- $stop
- $else
- $useChannel[$findChannel[$getServerVar[postulaciones]]]
- $var[id;$sendEmbedMessage[$findChannel[$getServerVar[postulaciones;$guildID]];;Postulaciones de $serverName[$guildID];;
- **Razon de postulacion:**
- ```
- $input[modal_1]
- ```
- **Tiempo disponible**
- ```
- $input[modal_1.1]
- ```
- ;ffffff;$username;$authorAvatar;ID del author: $authorID;;$serverIcon;;false;true]]
- $addButton[false;pagina-1;Aceptar;success;false;;$var[id]]
- $addButton[false;pagina-2;Rechazar;danger;false;;$var[id]]
- $endif
- Comando: 4.-
- Prefix: !establecer
- Codigo:
- $nomention
- $if[$isSlash==true]
- $var[ccss;$message[canal]]
- $else
- $var[ccss;$message[1]]
- $endif
- $var[find;$findChannel[$var[ccss]]]
- $if[$channelExists[$var[find]]!=true]
- $ephemeral
- :x: El canal no existe lo siento.
- $stop
- $else
- ✅️ Canal guardado para recibir solicitudes de postulaciones.
- $setServerVar[postulaciones;$var[ccss];$guildID]
- $endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement