issack_desnuts

Leave and Welcome BDFD

Oct 5th, 2023 (edited)
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Required Varieble's
  2. Also keep the 2 varieble values empty just dont put anything
  3. onjoined =
  4. onleave =
  5.  
  6. Code 1
  7. (prefix)welcome
  8. CODE:
  9. $argsCheck[>1;Please mentioned a channel!]
  10. $title[Setted]
  11. $description[The welcome channel has been set as <#$mentionedChannels[1]>!]
  12. $footer[Channel has been setted as <#$mentionedChannels[1]>]
  13. $setServerVar[onjoined;$mentionedChannels[>]]
  14. $color[$random[1;999999]]
  15.  
  16. Code 2
  17. (prefix)leave
  18. CODE:
  19. $argsCheck[>1;Please mentioned a channel!]
  20. $title[Setted]
  21. $description[The leave channel has been set as <#$mentionedChannels[1]>!]
  22. $footer[Channel has been setted as <#$mentionedChannels[1]>]
  23. $setServerVar[onleave;$mentionedChannels[>]]
  24. $color[$random[1;999999]]
  25.  
  26. Code 3
  27. Trigger -> $onJoined[$getServerVar[onjoined]]
  28. CODE:
  29. $title[Welcome]
  30. $description[Welcome to $serverName[$guildID] <@$authorID>!
  31. Make sure you read the rules
  32. User Joined This Server: $userJoined[$authorID]]
  33. $thumbnail[$serverIcon]
  34. $color[$random[1;999999]]
  35. $c[You can edit the description if you want lmaoo]
  36.  
  37. Code 4
  38. Trigger -> $onLeave[$getServerVar[onleave]]
  39. CODE:
  40. $title[Leave]
  41. $description[<@$authorID> just left the server <:sad:1146066080075354183>]
  42. $color[$random[1;999999]]
  43. $c[If you want to give credit just put in $footer[credit to pro_iceman]]
  44.  
  45. Code 4
  46. Trigger -> (prefix)reset
  47. CODE:
  48.  
  49. $setServerVar[onleave;bruh]
  50. $setServerVar[onjoined;bruh]
  51. $title[Welcome and leave]
  52. $description[Welcome and Leave has been reseted!]
  53. $color[$random[1;999999]]
Advertisement
Add Comment
Please, Sign In to add comment