White Fang
// Hello Mate, I'm Shashank aka White Fang
// Creator of Ruminate- The Notes App, you probably got here from Ruminate
// In that case, you can contact me on Twitter, Discord and Instagram

fetch(
"https://whitefang033.fit/api/treasure"
)

.then
(
function
(
response
)
{

     
return
response
.
json
()

   
}
)

.then
(
function
(
result
)
{

     
console
.
log
(
result
[
16
]
.
message
)

   
}
)



// Until next time
// May the force be with you