you may notice i havent been posting much as of late
truth is, i have nothing interesting to say about whats happening with me, and of course: life
still alive, just, i kinda really dont care much, after all, i am doing my own thing(s)
that being said, hows y’all day been so far?
credit: @cst1229 in the scratch addons discord server in the Opacity Slider thread in the #memes channel
i got a feeling that i went to this site when it was in its rickroll days and probably never checked back on it until 4/5 months ago
this
if you guys use https://www.npmjs.com/package/canvas
use https://www.npmjs.com/package/@napi-rs/canvas instead
guys please use regex or your code will end up like mine
let suggestionTitle = ""
if (args.find(x => x.startsWith("["))) {
if (args.find(x => x.endsWith("]"))) {
for (let i = 0; i < (args.indexOf(args.find(x => x.endsWith("]"))) - args.indexOf(args.find(x => x.startsWith("[")))) + 1; i++) {
suggestionTitle += args[args.indexOf(args.find(x => x.startsWith("["))) + i]
if (i < (args.indexOf(args.find(x => x.endsWith("]"))) - args.indexOf(args.find(x => x.startsWith("["))))) {
suggestionTitle += " "
}
}
} else {
message.reply("Please make sure you have a closing bracket!")
return
}
} else {
message.reply("Please provide a title for your suggestion!")
return
}