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?