Skip to content

Help Command [BDFD]

The Arcwise Domain

This page contains Code for Help Command. No explanation. Whole script is in BDScript

Code

variables

Not needed.

help

$nomention
$description[Small stats:
Ping: $ping `ms`
Uptime: $uptime
In guilds: $serverCount]
$color[$random[00000;99999]]
$addTimestamp
$addButton[no;Home1;Home;success;no]
$addButton[no;Moderation1;Moderation;success;no]
$newSelectMenu[HelpMenu1;1;4;Select one of options!]
$addSelectMenuOption[HelpMenu1;Moderation;Moderation1;All moderation commands!]
$addSelectMenuOption[HelpMenu1;Setup;Setup1;test;;<a<a:staff1:977648484473782362>977648484473782362>;]
$addSelectMenuOption[HelpMenu1;Test5;Test8;test]
$addSelectMenuOption[HelpMenu1;test10;test11;test]

$onInteraction[HelpMenu]

$nomention
$if[$message==Moderation1]
$ephemeral
$description[This is awesome select menu]
$color[$random[00000;99999]]
$endif
$if[$message==Setup1]
$ephemeral
$description[This is awesome select menu]
$color[$random[00000;99999]]
$endif
$if[$message==Test8]
$ephemeral
$description[This is awesome select menu]
$color[$random[00000;99999]]
$endif
$if[$message==test11]
$ephemeral
$description[This is awesome select menu]
$color[$random[00000;99999]]
$endif
$removeComponent[HelpMenu1]
$removeButtons

$onInteraction[Moderation1]

$nomention
$ephemeral
$description[These are my moderation commands:
`kick, ban, unban, warn, unwarn, warns`]
$color[$random[00000;99999]]
$removeButtons

$onInteraction[Home1]

$nomention
$description[Small stats:
Ping: $ping `ms`
Uptime: $uptime
In guilds: $serverCount]
$color[$random[00000;99999]]
$addTimestamp

End

  • Thanks to anyone who is still Following me on Youtube Channel and actually uses codes I make, appreciate that!
  • Hope you liked this Help Command in BDFD!

Credits

JosipFX - Made Code & Video