You can just do `arguments?.get("delay")?.toLong()...
# announcements
y
You can just do
arguments?.get("delay")?.toLong() ?: 0L