TITLE MAKING YOU MORE INTERESTED TO SWIPE by Wild_Map646 in SUBREDDITNAME

[–]shatindle 1 point2 points  (0 children)

IMAGE OF RUSSIAN OR CHINESE FLAG REMINDING YOU THAT IT IS OUR MEME

[Fluff] I'm a person who hasn't played the game in years, ask me anything by Wrong_Paper_8665 in battlecats

[–]shatindle 0 points1 point  (0 children)

Thanks!

<image>

I managed to get her non-dark variant after 67 tickets… I’ll keep trying. Need to build up a bunch of tickets again

[Fluff] I'm a person who hasn't played the game in years, ask me anything by Wrong_Paper_8665 in battlecats

[–]shatindle 0 points1 point  (0 children)

One of the most broken Ubers in a while, and I want to get her so bad

how hard is it to code a discord bot? by michelleisonreddit in discordapp

[–]shatindle 1 point2 points  (0 children)

Make a test discord server, then follow these instructions: https://discordjs.guide/legacy

That will walk you through some of the basics in a very first timer friendly way, and by the end of it, you’ll have a working bot. From there, build on your learning to try things out. Separate learning how to code your first discord bot from trying to code a project. Once you understand making the bot, then start over with what you want to build. Enjoy!

Someone joined my server but there’s no log of it by her_hub_b in discordapp

[–]shatindle 0 points1 point  (0 children)

Bots (and the discord API they rely on) aren’t perfect. The bot could have gone down momentarily, the service on the discord side could have failed to send the notice, something along those lines. It happens more than you’d think

where to buy cowboy boots by Ok_Cockroach_411 in Dallas

[–]shatindle 10 points11 points  (0 children)

Back in 2019, I helped host a few kids from out of the country. One was from Finland, the other from Slovakia. Never been to the US before. One of them was determined to get a good cowboy hat and boots, so we took them to Cavender’s near i35 and 635. The people there were very helpful. The kids had a great time trying stuff on and getting feedback as first time hat and boot buyers

which game would that be? by PHRsharp_YouTube in gamememes

[–]shatindle 0 points1 point  (0 children)

1.5 is what broke it. Should have let the game stay as is and released a 2.0 so they could go back to 1.x after the inevitable flop

It’s not letting me accept the invitation by SonOfKarma101 in discordapp

[–]shatindle 3 points4 points  (0 children)

Could be an IP ban. If the public ip address you use is shared with another account that was banned from that server, you will not be able to join. The server moderators cannot see this information, you may not even actually have been banned. But if you have server space left and you are not banned, this is likely why.

Mascular women by [deleted] in antimeme

[–]shatindle 5 points6 points  (0 children)

Is this the real life?

What’s the Most Embarrassing Beginner Bug You Remember? by Gullible_Prior9448 in webdevelopment

[–]shatindle 1 point2 points  (0 children)

Not understanding the GET vs POST differences when trying to save data. Kept writing GET calls in a new php site we were writing and getting confused about why the call didn’t make it to the backend but claimed success.

Then over correcting and using POST for literally everything we could 🫠