Custom Code
You can insert or run code and console commands with these blocks
Block
Function
Type
Insert code to run without eval
🧱Stack
" "
🔎 Reporter
" "
📤 Action
Run some code
🧱Stack
" "
🔎 Reporter
" "
📤 Action
Getting the bot startup time
s4d.client.readyAt.getTime()
Converting time to unix
Math.floor(time / 1000)
Getting interaction author user
interaction.member.user
Last updated
Was this helpful?