Advertisement
VodaGamarz

2

Mar 4th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. $nomention
  2. $ephemeral
  3. $defer
  4. $c[<==========================>]
  5. $var[ID.1;$authorID]
  6. $var[ID.2;$botID]
  7. $var[role.ID.1;$message[role]]
  8. $if[$message[channel]==]
  9. $var[channel.ID.1;$channelID]
  10. $else
  11. $var[channel.ID.1;$message[channel]]
  12. $endif
  13. $var[channel.ID.2;$message[log-channel]]
  14. $var[channel.ID.3;1345330643474714634]
  15. $var[text.1;$message[text]]
  16. $if[$message[custom-message]==]
  17. $var[text.2;<a:tick1:1345334657515917373> You have been successfully verified on **$serverName[$guildID]**!]
  18. $else
  19. $var[text.2;$message[custom-message]]
  20. $endif
  21. $if[$message[image]==]
  22. $var[file.1;https://media.discordapp.net/attachments/1345315555430633552/1346507257051091050/Screenshot_20250304-210846_Discord.jpg?ex=67c8701a&is=67c71e9a&hm=9f9fe40bb8383449454f458a29bc4ecd5e2a4690460c008d4adb31ee8546ab39&]
  23. $else
  24. $var[file.1;$message[image]]
  25. $endif
  26. $if[$message[thumbnail]==]
  27. $var[file.2;$serverIcon]
  28. $else
  29. $var[file.2;$message[thumbnail]]
  30. $endif
  31. $if[$message[color]==]
  32. $var[text.3;000000]
  33. $endif
  34. $if[$message[color]!=]
  35. $var[text.3;$message[color]]
  36. $endif
  37. $if[$message[button-text]==]
  38. $var[text.4;Verify]
  39. $endif
  40. $if[$message[button-text]!=]
  41. $var[text.4;$message[button-text]]
  42. $endif
  43. $if[$message[button-emoji]==]
  44. $var[text.5;<a:unlock1:1345339971975774349>]
  45. $else
  46. $var[text.5;$message[button-emoji]]
  47. $endif
  48. $c[Only used in server. You cannot use it in DM.]
  49. $if[$guildID==]
  50. $ephemeral
  51. $title[🚫 Command Error]
  52. $description[You cannot use this command in bot's DM.]
  53. $color[FF0000]
  54. $stop
  55. $endif
  56.  
  57. $if[$findChannel[$var[channel.ID.1]]==]
  58. $ephemeral
  59. $title[🚫 Command Error]
  60. $description[You can only use a channel of this server for sending **verification panel**.]
  61. $color[ff0000]
  62. $stop
  63. $endif
  64. $if[$var[channel.ID.2]!=]
  65. $if[$findChannel[$var[channel.ID.2]]==]
  66. $ephemeral
  67. $title[🚫 Command Error]
  68. $description[You can only use a channel of this server for sending **logs**.]
  69. $color[ff0000]
  70. $stop
  71. $endif
  72. $endif
  73. $onlyBotChannelPerms[$var[channel.ID.1];sendmessages;embedlinks;$ephemeral**🚫 Command Error:**The bot needs `Send Messages` and `Embed Links` permission in <#$var[channel.ID.1]> to run the command.]
  74. $if[$var[channel.ID.2]!=]
  75. $onlyBotChannelPerms[$var[channel.ID.2];sendmessages;embedlinks;$ephemeral**🚫 Command Error:**The bot needs `Send Messages` and `Embed Links` permission in <#$var[channel.ID.2]> to run the command.]
  76. $endif
  77. $if[$or[$checkUserPerms[$var[ID.1];manageroles]==true;$checkUserPerms[$var[ID.1];admin]==true]!=true]
  78. $ephemeral
  79. $title[🚫 Command Error]
  80. $description[You need `Manage Roles` or `Admin` or both of the permission(s) to run the command.]
  81. $color[ff0000]
  82. $stop
  83. $endif
  84. $if[$or[$checkUserPerms[$var[ID.2];manageroles]==true;$checkUserPerms[$var[ID.2];admin]==true]!=true]
  85. $ephemeral
  86. $title[🚫 Command Error]
  87. $description[Bot needs `Manage Roles` or `Admin` or both of the permission(s) to run the command.Re-invite the bot with the link below to give `Manage Roles` permission to the bot.]
  88. $color[ff0000]
  89. $addButton[no;https://discord.com/oauth2/authorize?client_id=1344668722299928629&permissions=268435456&integration_type=0&scope=bot+applications.commands;Invite;link;no;<a:link1:1345078475903471657>;]
  90. $stop
  91. $endif
  92. $if[$rolePosition[$highestRole[$authorID]]>=$rolePosition[$var[role.ID.1]]]
  93. $ephemeral
  94. $title[🚫 Command Error]
  95. $description[You need higher role than <@&$var[role.ID.1]> to run the command.]
  96. $color[ff0000]
  97. $stop
  98. $endif
  99. $if[$rolePosition[$highestRole[$botID]]>=$rolePosition[$var[role.ID.1]]]
  100. $ephemeral
  101. $title[🚫 Command Error]
  102. $description[Bot needs higher role than <@&$var[role.ID.1]> to run the command.]
  103. $color[ff0000]
  104. $stop
  105. $endif
  106. $ephemeral
  107. <a:tick1:1345334657515917373> Successfully sent the verification panel.
  108. $var[ID.3;$sendEmbedMessage[1345315555430633552;Server name:$serverName[$guildID].Userd by $var[ID.1]; Verification Enabled;;{
  109. "role": "$var[role.ID.1]",
  110. "channel": "$var[channel.ID.1]",
  111. "log-channel": "$var[channel.ID.2]",
  112. "text": "$var[text.1]",
  113. "custom-message": "$var[text.2]",
  114. "image": "$var[file.1]",
  115. "thumbnail": "$var[file.2]",
  116. "color": "$var[text.3]",
  117. "button-text": "$var[text.4]",
  118. "button-emoji": "$var[text.5]"
  119. };;;;;;;;yes;yes]]
  120. $var[ID.4;$sendEmbedMessage[$var[channel.ID.1];;<:icon1:1345355092735426581> $serverName[$guildID] verification panel;;To get full access to the server.Kindly verify your account by clicking the button below.
  121.  
  122. $var[text.1];$var[text.3];$serverName[$guildID];$serverIcon;ID:$var[ID.3];;$var[file.2];$var[file.1];yes;yes]]
  123. $addButton[no;verify.1;$var[text.4];success;no;$var[text.5];$var[ID.4]]
  124. $if[$var[channel.ID.2]!=]
  125. $sendEmbedMessage[$var[channel.ID.2];</verification-enable:1345070275288629422>;Verification Enabled;;**Author:** <@$var[ID.1]>
  126. **Author ID:**$authorID
  127. ```json
  128. {
  129. "role": "$var[role.ID.1]",
  130. "channel": "$var[channel.ID.1]",
  131. "log-channel": "$var[channel.ID.2]",
  132. "text": "$var[text.1]",
  133. "custom-message": "$var[text.2]",
  134. "image": "$var[file.1]",
  135. "thumbnail": "$var[file.2]",
  136. "color": "$var[text.3]",
  137. "button-text": "$var[text.4]",
  138. "button-emoji": "$var[text.5]",
  139. "panel-id": "$var[ID.3]"
  140. }
  141. ```;008000;;;;;;;yes;no]
  142. $endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement