Extracting Discord's Welcome Messages
I was learning about WebSockets today for a college project and decided to build a chat webapp as defined in the homework section of Socket.io's getting started guide.
Inspired by how Discord displays a fun random message—e.g. Welcome, {name}. We hope you've brought pizza.—I wanted to use those in my project too. So I thought why not just use Discord's messages, and instantly jumped on to extract those. Who doesn't love yak shaving, right?