#general

1 messages · Page 99 of 1

sullen bridge
#

bot in quotation marks

opal oriole
#

well

#

how do I rebort selfbots to discord

hollow tundra
#

it's not a selfbot 💀

opal oriole
#

report*

hollow tundra
#

go ahead! All you'll do is waste your time poggythumbsup

opal oriole
hollow tundra
#

it's probably open somewhere on the official discord client which is as far from a selfbot as something goes

opal oriole
#

oh

#

ok

ripe junco
#

i have it open on my pc all the time KEKW

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

strong spindle
ripe junco
#

no im tired

#

i just woke up

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

whoever wrote the threadwatcher code is so dumb

#

its a mess i hate it

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

sorry but you suck at coding in that case boohoo

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

CALM DOWN

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

do not say those things bout yourself

#

nuh uh

strong spindle
#

One message removed from a suspended account.

hollow tundra
#

NUH UH

strong spindle
#

One message removed from a suspended account.

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

i do not understand that lang but i agree i think unless it said something bad in which case i do not

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

i would ping aurel to explain it to me put he aint here no more

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
#

💀

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

sullen bridge
#

why is everyone talking abt that

#

every server i go

#

what is so special

strong spindle
#

One message removed from a suspended account.

hollow tundra
#

that really reminds me of a song

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
strong spindle
#

One message removed from a suspended account.

hollow tundra
#

this is my dark fantasy

strong spindle
#

One message removed from a suspended account.

sullen bridge
#

is there an anime

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

sullen bridge
#

or just manga

#

alr ill add to my list

strong spindle
#

One message removed from a suspended account.

sullen bridge
#

ig

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

sullen bridge
#

o

#

rating?

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

sullen bridge
#

ive only ever watched like 3 animes lol

#

maybe more idk

strong spindle
#

One message removed from a suspended account.

sullen bridge
#

i forgor

#

alr ill take ur word for it

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

sullen bridge
#

ic

#

@surreal wraith we should watch^

hollow tundra
#

I watched a cool anime about a bald man and his appriantice doing chemistry it was really good

#

good anime

sullen bridge
#

YOOOO

#

that is my favourite anime

hollow tundra
#

love bing

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

hollow tundra
strong spindle
hollow tundra
#

why would i be mad at you

spiral nexus
#

Wagwan I’m Tanzi, nice to meet everyone

hollow tundra
#

yoo sup tanzi! How are you

sullen bridge
#

wagwan my g

hollow tundra
#

you wagwaned but alas no answer

barren yoke
pine trout
hardy sun
#

Why in fucks name was my bot approved already, I expected to have another week to work on it, LOL, & its not even done yet.

#

I mean, ig I'm not complaining, just surprised.

pine trout
#

Rn*

hardy sun
#

I only have like half my modules finished, lol.

pine trout
#

You got 5 hours

hardy sun
#

I still need to migrate databases from SQLite to Postgres, & finish writting a few modules, lmfao.

#

On top of a couple of other backend things on my API..

hardy sun
pine trout
hardy sun
#

My API uses SQLite too, that's why, lmfao.

#

Its just easier to input data into SQLite, programticaly.

pine trout
#

Wow mongodb i get it

#

But sqlite

#

Why

hardy sun
#

I'm doing massive write operations consisting of thousands of entries at once, if I fuck up in SQLite, I can just easily roll back.

pine trout
#

I see

#

Why not use json instead

hardy sun
#

I wrote a few scripts to help automate DB entry, file renaming, image compression, etc. Its a bitch to do it on Postgres, with what I'm doing exactly.

#

Because JSON can become corrupted easily.

pine trout
hardy sun
#

It depends on what you are doing, exactly.

#

Also, what context are you talking about using JSON for? @pine trout

pine trout
#

As a database

#

Massive amounts of read/write

#

Its good at that

hardy sun
#
JSON is just a language, and barely even that. JSON was never designed to handle anything like concurrent connections or any sort of data manipulation, since its own function is to represent data, not to manage it.

If you store the data in files, whether in JSON format or anything else, you will have all sorts of problems that people have stopped worrying about since databases started being used for the same thing. Size limitations, locks, name it. It's good enough when you have one user, but the moment you add more of them, you'll start solving so many problems that you would probably end up by writing an entire database engine just to handle the files for you, while all along you could have simply used an actual database.

https://stackoverflow.com/questions/7985145/mysql-vs-json-why

#

@pine trout

hollow tundra
#

I just use mysql like a true boomer

pine trout
#

I got an app with hundred of thousands of active userß

#

Users

hollow tundra
hardy sun
#

I've honestly ever only used SQLite & Postgres, I've been plenty happy with them both, SQLite even for larger projects works fine as long as its majority of DB connections consist of reads.

pine trout
#

It uses json as a database

hardy sun
#

JSON for a small bot is fine, tbfh.

#

But if you want to scale up at all, you'll get issues down the line.

hollow tundra
#

sqlite is fast and nice I kinda miss using it for my bot

pine trout
#

I get at least 10,000 users a day

#

With json its been fine

hollow tundra
#

how many guilds?

pine trout
#

Its a web app

hollow tundra
#

ahhh

gentle lake
pine trout
hollow tundra
#

you are grainger I could never know

hardy sun
#

The things you see here..

pine trout
hollow tundra
#

cant do table joins and other nice stuff with a json file tho BT3000

surreal summit
#

topgg

pine trout
#

I started with mongodb back in the day

#

But then i tried psql

#

With prisma

#

Never have had any issues

proven garden
#

huohuo spotted

hardy sun
pine trout
#

No anime talk in general

hardy sun
#

My bot is in such disarray right now, that I'm surprised it even passed first try, its deadass like half finished rn, if even that.

pine trout
#

Bro my other devops guy is quitting at the end of this month. Idk tf i am gonna do i am new to this

hardy sun
#

Research, Google, pour as much time into it as possible.

#

Best you can do.

hollow tundra
#

trying to code for mine after a year and this codebase sucks

pine trout
#

Dealing with some health issues too. Couldn't find a more perfect time

hollow tundra
#

1 year ago me is an idiot

silk plank
#

Bri

pine trout
silk plank
#

I was playing soccer and i fucken fuck my foot

hollow tundra
#

that will never change

pine trout
#

Same

silk plank
hollow tundra
#

no nej but I respect the persistence

hardy sun
hollow tundra
hardy sun
#

@silk plank See?

#

That's how you get things done.

#

Learn from the pros, smh my head.

quartz moss
#

dude the more i think about a purely node based language the more i love it

#

why does it actually make sense

hollow tundra
#

öke has discovered scratch

quartz moss
#

no it's not scratch

hardy sun
#

Is it possible to write a Discord bot in Scratch?

quartz moss
#

it's better than scratch

hollow tundra
#

I know ive seen what you have been making and it looks cool

hardy sun
#

That'd be a fun project, just for the memes.

quartz moss
#

like even types make sense

hollow tundra
quartz moss
#

i was thinking about how i could do like a try catch

quartz moss
#

the try block provides a TryContext

hollow tundra
#

you'd probably still need to make a server to handle those http calls and stuff

hardy sun
#

Even still, its a means.

#

So its possible.

hollow tundra
#

its a cool project for sure

quartz moss
#

then the catch/continue block consumes the try context and execution flow

hollow tundra
#

I mean micheal reeves controlled drones with scratch so absolutely possible

hollow tundra
quartz moss
#

the premise of memory management is also so cool cause like

hollow tundra
#

I think i understand

quartz moss
#

everything is moved by default, must be cloned explicitly

#

it just works

strong spindle
#

One message removed from a suspended account.

hollow tundra
hardy sun
#

I rather learn Scratch for the memes than deal with pointers in C.

#

I will die on this hill.

hollow tundra
#

try dealing with the rust borrow checker

#

that thing is mean

hardy sun
#

I don't know shit about Rust, tbfh.

#

I've heard a lot of praise for it, though.

hollow tundra
#

same because its a mean language for mean people

quartz moss
silk plank
pine trout
#

Can we appreciate how we are all listening to spotify music

hollow tundra
quartz moss
#

which allocates memory on the heap and returns a reference

hollow tundra
pine trout
hollow tundra
#

good thing im not listening to weird shit rn

quartz moss
#

that reference can also be freely copied

silk plank
hardy sun
#

Not even any of my friends who are into software/web development are into it, either. I know Kotlin, JS, Python, C#, C++, Go, Swift, Scratch, etc devs, but no such thing as a Rust dev amongst anyone I know.

silk plank
#

like my pfp bs

quartz moss
#

the rust devs really just made a text based visual programming language fr

pine trout
silk plank
pine trout
hardy sun
#

I know Lua programmers personally, even fucking Ruby in 2024, but no Rust. So I don't know anything about it whatsoever.

silk plank
pine trout
hollow tundra
pine trout
#

Heard

pine trout
silk plank
pine trout
#

Lmao i noticed

hardy sun
#

I'm so glad I learned Python as my main language instead of investing time into C#, especially with Unity pulling the shit they did.

silk plank
#

Half my playlist is different genres

pine trout
#

Not the python

hardy sun
#

I tried making game hacks in C# before, & pointers made me want to scream.

silk plank
#

like

pine trout
#

All over the place

silk plank
#

aMe

#

SMe

#

Same*

pine trout
#

Made a name

#

And almost got into big trouble

#

So i quit

#

But thats how i got into the programming world lmfao

hardy sun
#

I'm sure if I invested more time, I'd have gotten it down, but I had already invested 2 years into Python by then, & it was just irritating trying to learn a new language without being proficient in my first.

strong spindle
hardy sun
#

Much easier to learn a new language, when you understand the core concepts to begin with.

pine trout
hardy sun
#

I'm still not proficient in Python, lmfao. I know enough to start learning another language though, I'd say.

silk plank
#

You’re is not real

hardy sun
silk plank
#

Still same fucking thing

#

By context of Webster The dictionary

hardy sun
strong spindle
hardy sun
pine trout
silk plank
pine trout
#

Actually no there are more noobs than us js devs

#

Like how can u function with no curly brackets

hardy sun
#

I was about to say, isn't Python the 2nd most used, & fastest growing language?

pine trout
#

Yes cuz its advertised as "noob friendly"

#

Its all over tiktok fr fr

pine trout
#

Yeah i contributed to 40% of that

#

Bullying them into switching

hardy sun
quartz moss
#

i need to come up with a name for my language

pine trout
quartz moss
#

I'm thinking maybe NodeJS? because it's node based and the editor is in JavaScript

hardy sun
hollow tundra
hardy sun
#

Because fuck it.

#

Why not. Then proceed to get sued for copyright infringement (possibly).

#

Sigh. Fuck it. Mind as well start my database migration process, & deal with that shit. I always hate migrating data, etc.

stuck spindle
crimson forge
#

We out here

stuck spindle
#

how I be ong

topaz anchor
#

How do you say replit? Rep-lit or Repl-it.

hollow tundra
#

rep-lit for sure

quartz moss
hollow tundra
#

spaghetti

halcyon frigate
#

Down for everyone or just for me?

hollow tundra
#

ill check

stuck spindle
#

I will come up with something better

hollow tundra
ripe junco
#

Lmao

quartz moss
#

what about "parmlang"

stuck spindle
#

that goes hard

#

I think you should call it that

halcyon frigate
#

Alright, I'll check back in an hour then thanks

topaz anchor
hollow tundra
hollow tundra
halcyon frigate
#

On the topic, I feel like it's repl it too

hollow tundra
#

🤝

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

quartz moss
#

no

strong spindle
#

One message removed from a suspended account.

quartz moss
#

i hate the sound of getting pings now

hardy sun
dusky vine
#

if you don't disable the message sound, what are you doing

#

do pings make a different sound now, or what

strong spindle
#

One message removed from a suspended account.

shadow bone
strong spindle
#

One message removed from a suspended account.

shadow bone
#

I can't believe you right now

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

faint mountain
#

@ripe junco gn topggBurbur

topaz anchor
#

gn burbur

#

awh I was hoping to send it first

faint mountain
strong spindle
#

One message removed from a suspended account.

shadow bone
#

goood evening faithie

ripe junco
#

good evening qt faithie

topaz anchor
#

ge

strong spindle
#

One message removed from a suspended account.

hollow tundra
#

good evenings to you faithie

topaz anchor
#

gm

shadow bone
#

who's got motion with me

halcyon mango
#

Tbh

scenic sand
#

Oi

dusky vine
#

oi

#

hallo

unkempt pollen
#

Hi

silk plank
#

My friends are fucking dumbass

#

one of them just got arrested and i had get his ass out

strong spindle
#

One message removed from a suspended account.

compact elbow
silk plank
hollow juniper
silk plank
#

Yo

hollow juniper
#

I am here to contact you about your cars extended warranty

hollow juniper
silk plank
#

Im here to contact you about your parents extended warranty

hollow juniper
#

but for only 29.99 a month you could have full coverage warranty

silk plank
#

but only 0.06 a month you could have full coverage of your parents staying alive

hollow juniper
#

dang thats a lot...

#

discount?

strong spindle
#

One message removed from a suspended account.

silk plank
#

dang that’s lot, OH WOW that’s so cheap

hollow juniper
#

daily hugs shall recommence

stark thicket
#

Hey 👋 I'd want to report someone for impersonating a moderator and sending me DMs about trading.. Is there a specific channel/method to do this?

stark thicket
#

Alright, thanks, it is really funny seeing someone doing this, I almost didn't see it 😅

strong spindle
#

One message removed from a suspended account.

stark thicket
#

Hilarious

quartz moss
#

i always new cosmic was a scammer!!!!

iron crag
#

Hi

narrow hatch
#

I think I must be doing something wrong I've been denied like five times for bot entries because of my description it says it's filled with spam can someone please help me

silk plank
teal cape
#

Just describe what your bot is about, what does it do, how to get started, how to setup, how to contact support if you have a concern about the bot, etc.

sullen bridge
silk plank
silk plank
sullen bridge
#

me when someone pings me at 3am in the morning

#

plz don't thanks

silk plank
sullen bridge
#

ok?

silk plank
sullen bridge
#

no.

silk plank
#

why

sullen bridge
#

bc I'm a bot reviewer I can't turn off notifs

#

I get dmed regularly

silk plank
sullen bridge
#

yea no

silk plank
sullen bridge
#

imagine pinging on every reply deadge I'm literally in chat

teal cape
teal cape
silk plank
teal cape
#

Lmao, you must be stressed.

silk plank
teal cape
#

I like your banner though, I think I've seen the character on TikTok talking about space.

silk plank
teal cape
#

Yea...

west ledge
sullen bridge
#

chances of me replying to pings when I see them and when I don't are exactly the same lol

#

mad respect for no ping people tho

silk plank
silk plank
quartz moss
#

SVGs are once again making me lose my mind

#

i'm trying to make a background like this right

#

where the red dot is in the centre of the screen and is 0, 0 in my coordinate system

#

i have that working at a 1x scale

#

and i can pan around and everything just fine

#

but the second i try and add zooming everything goes to SHIT

#

WHY!!!

west ledge
west ledge
quartz moss
#

yeah but this is like particularly weird wacky svg shit

#

oh i got it working

#

actually was really simple...

stuck spindle
quartz moss
#

thanks!

strong spindle
#

One message removed from a suspended account.

quartz moss
#

hi

strong spindle
#

One message removed from a suspended account.

quartz moss
#

i am happy it works

strong spindle
#

One message removed from a suspended account.

quartz moss
#

i can finally start working on the nodes

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

stuck spindle
strong spindle
#

One message removed from a suspended account.

quartz moss
#

i am making my own programming language

#

except EVERYTHING is a node

stuck spindle
#

Cringe language

strong spindle
#

One message removed from a suspended account.

quartz moss
#

it's a visual programming language

#

and it seems really funny

strong spindle
#

One message removed from a suspended account.

stuck spindle
#

Cool

quartz moss
#

thanks

stuck spindle
#

Good luck bestie!

strong spindle
#

One message removed from a suspended account.

quartz moss
#

it's gonna be really cool

strong spindle
#

One message removed from a suspended account.

teal cape
#

It does look very cool already.

stuck spindle
#

Faithie this place is hater free…

strong spindle
#

One message removed from a suspended account.

stuck spindle
#

No hating allowed in 2014

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

stuck spindle
#

I’m so sorry

strong spindle
#

One message removed from a suspended account.

quartz moss
#

wrong

#

faith is a hater

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

stuck spindle
#

I would never hate u parm

strong spindle
#

One message removed from a suspended account.

quartz moss
#

they ran out of fact checkers

#

look at my node bro

#

you can start writing nodes if you want too

#

just use that syntax!

strong spindle
#

One message removed from a suspended account.

quartz moss
#

thanks!

strong spindle
#

One message removed from a suspended account.

quartz moss
#

no

#

it's going to be like stupidly complex

#

because literally every operation will require control flow being passed to it

#

something as simple as ANDing two bools will require flow

#

basically any instruction that's being run must explicitly be run

strong spindle
#

One message removed from a suspended account.

quartz moss
#

because that sounds really funny

strong spindle
#

One message removed from a suspended account.

stuck spindle
quartz moss
#

yeah i'll probably add some sort of C interop

strong spindle
#

One message removed from a suspended account.

quartz moss
#

we will see how mature the project gets

raven timber
#

so all good morning..

strong spindle
#

One message removed from a suspended account.

stuck spindle
#

Can you add support for lizulus please

quartz moss
#

i need to work on adding support for moving nodes and adding nodes now!

quartz moss
#

order of operations will not be a thing

stuck spindle
#

:(

quartz moss
#

becuase you'll be in charge of that

stuck spindle
#

Bro

#

That’s so rude

quartz moss
#

you have to individually link up all the nodes

strong spindle
#

One message removed from a suspended account.

stuck spindle
#

Oh

quartz moss
#

no lizard is not literally in charge of that

stuck spindle
#

I thought y were being a hater

quartz moss
#

i meant the end user

#

no i'm being a lover

stuck spindle
#

<3

quartz moss
#

you can do all the lizulus you want

stuck spindle
#

YIPPEEEEE

strong spindle
quartz moss
#

yeah but this is more of a blender node type thing

#

not a block language

#

i'm basically going to make it so that everything is explicit as possible

#

nothing is hidden from the user

strong spindle
#

One message removed from a suspended account.

quartz moss
#

control flow, casting, memory management

#

all needs to be done explicitly

quartz moss
#

it's an esolang

strong spindle
#

One message removed from a suspended account.

quartz moss
#

yes

hollow geyser
#

Hello

#

Is this a clash of clans

quartz moss
#

no

hollow geyser
#

What isbit

#

What is it

quartz moss
hollow geyser
#

Ok sorry

quartz moss
#

it's okay

strong spindle
quartz moss
#

what does that mean

silk plank
broken urchin
#

Hi

#

Does anyone know why my server doesnt pop up on the search results

#

I used a shitton of keywords for a reason lol

#

But even by looking for those specific and the not very specific keywords it won't pop up

#

@onyx falcon Sorry for the random mention

#

But may i get some help?

silk plank
broken urchin
#

Ah

#

I see

#

Makes sense

onyx falcon
#

Yes you should not random mention. Also I'm not staff. That said, maybe you need to wait a moment before it appears? peeposhrug

broken urchin
#

I see

#

Sorry it's 3 am and my sense of patience is destroyed

silk plank
#

Got to wait

broken urchin
#

Hopefully it'll pop up soon

#

Thanks

silk plank
#

patience is key for pretty much everything

broken urchin
#

Thanks wisdom giver cryptic game character

#

No offense those characters are just such a funny trope

silk plank
#

it’s 1am for me so I really dont give a shit

broken urchin
#

Its finey

#

Cya

silk plank
#

Cya

quartz moss
#

aw yeah

quartz moss
#

man this is gonna suck i'm gonna need to add like 200 different nodes just for converting lol

#

cause there basically needs to be a way to convert allllll of those to each other

west ledge
#

looks so cool

#

very interesting concept for a language

#

you should make it able to be exported/imported to a file

old imp
#

hello

teal cape
#

hi

hazy shoal
#

hello everyone

proud arrow
#

Does anyone know any discord economy bot, that if you use the .work command the in-server currency adds to the server bank, not the user bank? I want to add a bot like this along side with any other economy bot to add option to work either for yourself, or for the server (don’t ask why)

silk plank
opal oriole
sullen bridge
#

oh m gee he is speaking franch !

silk plank
fossil path
#

Good Morning @tired ocean @hollow tundra @shadow bone, Brazil, 09:44

hollow tundra
#

Good Morning @Fellin @fossil path @Red, Ångström campus, uppsala, sweden, 13:54

silk plank
#

@shadow bone good choice

shadow bone
#

its insane

#

im ngl

silk plank
silk plank
silk plank
#

@ripe junco I got suggestion

unique lava
#

Hello!

opal oriole
#

Hi rain

strong spindle
#

One message removed from a suspended account.

silk plank
strong spindle
#

One message removed from a suspended account.

strong spindle
#

One message removed from a suspended account.

silk plank
#

And show documentation

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

silk plank
strong spindle
#

One message removed from a suspended account.

silk plank
#

you need proof

latent garnet
#

why my "nodemon" not working

strong spindle
coral plover
steady arch
#

Good day everyone!

#

How are you today?

strong spindle
shadow bone
teal cape
shadow bone
#

it was overrated among us

teal cape
#

LMAO SURE.

#

That'd work.

#

It was overrated... Amongus.

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

shadow bone
#

bro did NOT drop a capy sticker

#

insane

strong spindle
#

One message removed from a suspended account.

silk plank
silk plank
shadow bone
#

hello evil richard

silk plank
#

Goja roll

shadow bone
#

oh thats not good

strong spindle
#

One message removed from a suspended account.

silk plank
strong spindle
silk plank
strong spindle
#

One message removed from a suspended account.

silk plank
#

IK YOU SEEN IT LIKE EDITS AND SHITS

#

SO Bs

quartz moss
#

the invite button needs to be in a better spot and more obvious

#

I'd put it in the navigation bar

#

also not sure but it looks like the features and commands headers aren't lined up?

quartz moss
#

yeah once i saw the content width was p similar i knew what was going on there

steep bane
#

so bored, hit me with a random anime

quartz moss
#

if you want things to be centred on the screen but left-justified and aligned you should put that content in a fixed-width flex container that keeps it centred

#

also this goes out to anyone if you are not using flex please please please please please learn it it's so awesome i cannot describe how much easier it makes everything

vivid leaf
steep bane
#

...

vivid leaf
#

lmao I see you already know this one

#

anyway, serious suggestion: maoyu maou yuusha

steep bane
#

welp has anyone watched rougo ni sonaete?

vivid leaf
#

not the best, but has a neat story

steep bane
ivory onyx
#

i haven't seen it

halcyon mango
#

Bold text
Underlinetext
Italcize text
Strikethrough text
For black background - Can put 3 on front/end instead, to black out multiple lines like this entire box this example is in
Can also combine, this would bold AND underline for example

ivory onyx
#

wrong server?

halcyon mango
# steep bane Huh?

Bold text
Underlinetext
Italcize text
Strikethrough text
For black background - Can put 3 on front/end instead, to black out multiple lines like this entire box this example is in
Can also combine, this would bold AND underline for example

teal cape
#

Never mind.

halcyon mango
silk plank
halcyon mango
#
__Underlinetext__
*Italcize text*
~~Strikethrough text~~
`For black background` - Can put 3 on front/end instead, to black out multiple lines like this entire box this example is in
__**Can also combine, this would bold AND underline for example**__```
steep bane
#

Welp i still need anime reco.....
at this point ill watch rougo ni sonaete

teal cape
#

or this, ig

halcyon mango
#

lol

vivid leaf
#

also they end up falling in love

steep bane
halcyon mango
vivid leaf
#

maoyu maou yuusha...

halcyon mango
#

Is it nsfw?)

vivid leaf
#

ofc not

halcyon mango
#

Shit

#

😦

vivid leaf
#

it's an anime suggestion, not h

steep bane
halcyon mango
#

I’m gonna still watch it

#

If it’s romance I’m watching it

#

My girlfriend broke up with me 2 days ago(

vivid leaf
#

the story is very close to romeo and juliet, in a fantasy way

steep bane
vivid leaf
#

I'm running out of isekai, luckily there are a bunch coming every season

halcyon mango
vivid leaf
steep bane
#

It just give me headage

halcyon mango
#

And I spent like 440$ just on manga alone…

steep bane
halcyon mango
#

And 120$ for a daily subscription for animego

ivory onyx
#

i thought it said monthly

#

imagine that

echo oar
#

@random linden nice yt video

ivory onyx
#

huh

halcyon mango
strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

ivory onyx
#

i only watch jojo's bizarre adventure and ace attorney

steep bane
strong spindle
steep bane
strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

surreal steppe
#

Topgg: Disable ad blocker to vote!
Me: Stfu I’m on mobile idjit

#

Smfh

strong spindle
#

One message removed from a suspended account.

stuck spindle
#

smfh

flat robin
#

oh dear, someone doomed an entire town in my game

#

now the town is gone... its been megaton'd

#

for all players kekeke

strong spindle
#

One message removed from a suspended account.

jagged citrus
#

hiii

supple dune
#

hi

torpid shard
#

whoops

#

i deployed src instead of build facepalm

balmy kite
#

Happens to me all the time

torpid shard
balmy kite
#

Ooh that's nice.

#

Have fun!

torpid shard
balmy kite
#

🔥

hardy sun
faint mountain
#

@ripe junco gn topggBurbur

raven timber
#

Hmmm

scenic sand
#

Oi

#

O gente

quasi dirge
#

Holaa

torpid shard
#

@faint mountain wesite-ee3b4

fossil path
#

we don't speak portuguese in this channel doglaQ

scenic sand
#

Ei

#

Ei Erik

tough hemlock
#

😩

strong spindle
#

One message removed from a suspended account.

hardy sun
tough hemlock
strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

tough hemlock
#

Actually I'm on a new project right now

hardy sun
#

hello

hardy sun
#

Hello

torpid shard
#

FINALLY

teal cape
dusky vine
pine trout
strong spindle
#

One message removed from a suspended account.

torpid shard
proud arrow
#

Does anyone know any discord economy bot, that if you use the work command the in-server currency adds to the server bank, not the user bank? I want to add a bot like this along side with any other economy bot to add option to work either for yourself, or for the server (don’t ask why)

vivid leaf
#

anyway, "alongside with any other economy bot" won't work unless they've explicitly made a partnership with eachother

#

there's no unified discord currency

zealous schooner
#

Were culd i swap litedoge and wrap ok

strong spindle
teal cape
#

But that cat is adorable.

zealous schooner
strong spindle
#

One message removed from a suspended account.

zealous schooner
strong spindle
#

One message removed from a suspended account.

hardy sun
#

Hello

gentle rose
#

Bir gün polis beni kenara çekti ve dediki;
-Alkol içiyormusun? Bende dedimki;
-Ismarlıyormusun :)? Güldük :D, sonra kafama 6 kez ateş edip bacaklarımıda kestikten sonra arabanın bagajına asıp yoluna devam etti.

torpid shard
strong spindle
opal oriole
#

non

#

je parle francais

#

français

weak perch
#

IS WEbsite fixed yet ?

silk plank
#

Btw

#

non, tu ne le fais pas

#

Google translate

#

Does

#

Exist

sleek raven
#

Are you into dropshipping business or just getting started?

shadow bone
#

-b @sleek raven dropship scam

lilac geyserBOT
#

upvote skynet_modeller#0 was successfully banned.

grizzled plaza
#

/save brawltag:#ll0jycv88

#

/image

hardy sun
#

The audacity to name the account Skynet too.

#

Lmfao.

crimson forge
#

Can somebody explain to me the difference between ping to the api server and ping to websocket? Is 2100ms bad and why my bots are so slow

#

For some reason my discord api connection has exceptionally bad ping compared to every other thing i connect to with my internet

hardy sun
#

e

topaz anchor
topaz anchor
#

👀 is that their bot?

silk plank
topaz anchor
#

ah

pine trout
#

Do you guys use AI alot? Or would that be just me

crimson forge
silk plank
pine trout
silk plank
#

use

#

Ai

topaz anchor
#

I like using AI

silk plank
#

Unless the shit I’ve been working on

#

for fbla

topaz anchor
#

it can provide basic code so I dont need to bother.

pine trout
#

Ye but i mean even if you want to google something specific

#

i just jump into chatgpt

silk plank
topaz anchor
#

I prefer bing chat over chatgpt tbh

#

which is wild to say

silk plank
pine trout
silk plank
#

i always cuzzin

pine trout
topaz anchor
#

I love using it for making interfaces and types and whatnot, just busy work that has no impact on quality of stuff.

pine trout
#

i sometimes send pictures to the bing app and tell it to describe the product

#

it does it very well

topaz anchor
#

oh?
I've not really used the image upload thing since it came out

pine trout
#

i literally sent it a picture of the cigar i was smoking (no labels) and it found out what it was

topaz anchor
#

I miss when bing chat counted as searches for those free points.

I made like $30 just using bing chat lmao.

topaz anchor
#

I think its on desktop now too

pine trout
pine trout
topaz anchor
#

I just get amazon gift cards with them

#

or gamble them

pine trout
#

i only got 451

topaz anchor
#

op

pine trout
#

is that too little?

topaz anchor
#

gamble them

#

yeah

#

$5 is 6500

pine trout
#

how tf do people get that

topaz anchor
#

it used to be super quick, just chatting with the ai and having it search stuff would earn points

#

so talking for an hour or two would be a few thousand

#

they patched that though

#

I kinda swapped to bing as my main search engine, so I'm earning a thousand or two a week.

#

gl to me

pine trout
#

lmao gl

#

i might swap as well

#

but bing search aint as golden as google

topaz anchor
#

Its really not bad tbh

#

and the AI answers every search too, so I dont really even go to webpages half the time anymore

#

I "bing"ed "what is a nextjs server component"

It gives surprisingly competent and full answers 95% of the time.

pine trout
#

that's cool

topaz anchor
#

Then I can ask a follow up question, like "give an example of when to use a client/server component"

#

I'm excited for google bard to be able to do this too

sullen bridge
#

4-5 people joined my uni discord server and im this close to banning them all

#

acting like a bunch of kids omg

fossil path
#

Good night @shadow bone @tired ocean @hollow tundra, I have no wifi ):, Brazil, 20:37

sullen bridge
#

no!!

#

man i dont like immature people

hardy sun
sullen bridge
#

lol

#

anyway

torpid shard
#

how does 1 stick = 3 Drive partitions??? 😭

faint mountain
#

because you can split disks

torpid shard
#

sorry F and G

faint mountain
#

you can delete them

torpid shard
#

delete volume?

faint mountain
#

yaw

#

i would use disk management

torpid shard
faint mountain
#

smh

#

@ripe junco gn topggBurbur

silk plank
opal oriole
#

hey

#

how's it going

opal oriole
torpid shard
opal oriole
#

hi

dusky vine
teal cape
#

That homework has a bigger storage than OS (C:) 😭

dusky vine
#

homework very important

stuck spindle
opal sail
#

hi

#

so this notice is showing

strong spindle
#

One message removed from a suspended account.

opal sail
#

I've been reading but still don't understand if the bot has been approved yet

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

opal sail
#

oh thank you

strong spindle
#

One message removed from a suspended account.

opal sail
#

oh

#

thanks you

#

it's in log channel

#

hehe

west ledge
#

those are his homework

stuck spindle
opal oriole
#

Hi

#

good morning

#

evening

#

night

#

everyone

steep bane
opal oriole
#

?

#

why didn't you say good morning to me

strong spindle
steep bane
#

Welp I am panicking rn... 15min exams have to create an weather app and still did not learn anything

strong spindle
#

One message removed from a suspended account.

opal oriole
#

?

steep bane
#

||Jk good morning ||

opal oriole
#

ohh thank you

#

you made my day

#

now bye going to sleep

flint verge
#

hello

opal oriole
#

hola

strong spindle
#

One message removed from a suspended account.

opal oriole
#

I am sleeping rn

#

it is just you are dreaming maybe

boreal crystal
#

Huuu

#

Hi

strong spindle
opal oriole
#

anime is for kids

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

opal oriole
#

I'm an adult

#

I watch only horror movies

strong spindle
#

One message removed from a suspended account.

silk plank
strong spindle
#

One message removed from a suspended account.

silk plank
opal oriole
#

ANIME

#

IS

#

NOT
GooD

silk plank
boreal crystal
#

Amazing

opal oriole
silk plank
#

@opal oriole 5 words

#

I don’t not care about opinions

#

of yours be fair

opal oriole
#

you don't not

#

so you care

boreal crystal
#

Anima aint too bad but i dont see the hype for it tho other people have different perspectives tho so idc

silk plank
strong spindle
silk plank
#

I mea t

strong spindle
#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

#

One message removed from a suspended account.

silk plank
#

Im typing to fast

opal oriole
#

TRUTH CONFIRMED

silk plank
#

Really fast