late's avatar

@late
Beta tester

the one and only
Wall

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?

ezgif-com-animated-gif-maker
11 0 8

🇴🇵 🇦🇨🇮🇹🇾 🇸🇱🇮🇩🇪🇷

credit: @cst1229 in the scratch addons discord server in the Opacity Slider thread in the #memes channel

1 0 2

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

developing? 🚫

minecraft? ✅

18 1 1

gonna make a programming language, lets see how hard it is

i forgot my bundle password

this is a moment

about to get diabetes after i finish this ice cream :cold_face:

The reposted post was deleted

my laptop is turning into junk right now

not sure what to do

this

the person who made diblix is really advertising the hell out of that

someone called me chubby

i mean he’s not wrong but wheres his proof

wait

look at my cool bundle!!!! beta.bundle.eu.org/bundles/15

i like it when the most hated character gets beaten up

its just pleasing to see

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
        }