#voice-chat-text-0
1 messages Β· Page 1022 of 1
hi
Apple house: HOA. Linux house: Underground bunker. Windows house: Suburban bliss, but built on landfill.
!e ```py
import numpy as np
arr = np.array([np.random.permutation(5) for _ in range(5)])
print(arr)```
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | [[4 3 2 1 0]
002 | [2 1 0 4 3]
003 | [1 4 2 3 0]
004 | [4 1 2 0 3]
005 | [2 1 4 3 0]]
@tough abysshttps://www.youtube.com/watch?v=tWVWeAqZ0WU
Learn how to implement graph algorithms and how to use them to solve coding challenges.
βοΈ This course was developed by Alvin Zablan from Structy. Check out Alvin's channel: https://www.youtube.com/c/AlvinTheProgrammer
π Learn data structures and algorithms: https://structy.net/
βοΈ Course Contents βοΈ
β¨οΈ (0:00:00) course introduction
β¨οΈ (0:02:...
Grumpy Rhino Games has been making idle games since 2015, including Idle Apocalypse, Idle Empires and Idle Armies!
Should have bin taking your pills.
Skilled cake artists create mouthwatering replicas of handbags, sewing machines and more in a mind-bending baking contest inspired by a popular meme and hosted by Mikey Day.
SUBSCRIBE: http://bit.ly/29qBUt7
About Netflix:
Netflix is the world's leading streaming entertainment service with 222 million paid memberships in over 190 countries enjo...
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
!code```py
import random
import pygame as pyg
#standar init pygame
pyg.init()
#close the game wen false
running = True
#display size
display = pyg.display.set_mode([800, 800])
#window name
pyg.display.set_caption("RPGod")
#turn things black under the images
display.fill([25,11,0])
#tell the next code the size to resize to image
largura,altura = 800,800
background = 1
#my game loop
while running == True:
N=(str(background)+"R.jpg")
img = pyg.image.load(N)
nova_img = pyg.transform.scale(img,(largura,altura))
pyg.display.update()
for event in pyg.event.get():
if event.key == K_6:
background=background + 1
if event.key == K_4:
background = background - 1
if event.type == pyg.QUIT:
pyg.quit()
running = False
display.blit(nova_img,(0,0))```
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
`
import pygame
from pygame.locals import *
pygame.init()
screen = pygame.display.set_mode((640, 240))
r = 0
g = 0
b = 0
running = True
while running:
for event in pygame.event.get():
if event.type == QUIT:
running = False
if event.type == KEYDOWN:
if event.key == K_ESCAPE:
running = False
if event.key == K_r:
r = (r + 5) % 255
if event.key == K_g:
g = (g + 5) % 255
if event.key == K_b:
b = (b + 5) % 255
screen.fill((r, g, b))
pygame.display.set_caption(f"r: {r}, g: {g}, b: {b}")
pygame.display.update()
pygame.quit()
or pygame.key.get_pressed() to get all keys currently pressed
Oh it might actually be
And what the hell color is that navbar?
Split pea soup?
5 years later and no one still cares about Perl
name: devserver
categories:
welcome:
- welcome: text
staff:
- admins-mods: text
- lounge-helpers-org: text
- defcon: text
- incidents: text
- incidents-archive: text
- staff-announcements: text
- dev-logs: text
Job execution time - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete.
Workflow run time - Each workflow run is limited to 35 days. If a workflow run reaches this limit, the workflow run is cancelled. This period includes execution duration, and time spent on waiting and approval.
@amber raptor maybe just do Get-Clipboard >> filename.yaml?
β¨Collectablesβ¨
haay
I still have to unscrew the spacing
oh so it messes up the tab characters themselves not just the pasting?
@stuck comet Sorry wasn't trying to push you out, it was just almost impossible to hear you
And the static was painful
nah all good man actully i am trying to fix it, its happening because my linux not detecting headphone mic and it was my laptop mic, so yeah
I don't drink, as a general not-rule.
me neither π
I like to. But meds. So no.
ah i don't like to either :x
\o/
caffine > alcohol
xd
What about payload : dict = ...?
hemlock whatcha coding?
Working on the auto_guild script I've been making
I think it might be deducing the value type from the initialisation.
π ye i totally missed the fact the dictionary was defined right there
Are the value types fixed for each key?
hello everyone π
π
The Golden Rule is the principle of treating others as one wants to be treated. "Various expressions of this fundamental moral rule are to be found in the tenets of most religions and creeds through the ages, testifying to its universal applicability" It can be considered an ethic of reciprocity in some religions, although different religions tr...
The Milgram experiment(s) on obedience to authority figures was a series of social psychology experiments conducted by Yale University psychologist Stanley Milgram. They measured the willingness of study participants, men in the age range of 20 to 50 from a diverse range of occupations with varying levels of education, to obey an authority figur...
We've had this exact conversation before @molten pewter - Kant's categorical imperative is pretty rock-solid
Hlo everyone
You were rather rude earlier, and now you're arguing philosophy, one would say that is disgusting. And when I say one, I mean me.
Sorry for being rude - you're not wrong - I sent that image a couple of minutes ago when we were still actively talking about the golden rule specifically. But I kinda drifted off and went back to studying for my exam so stopped following your argument
I shouldn't have cut you off though -that was me being dickish - my apologies
Fair enough, and don't apologize unless you intend on changing. Your apology is missing in that regard. Otherwise an apology gets downgraded to an excuse.
Example of this concept is Trump apologizing. We can clearly see the man hasn't learned anything lol.
#AmericanJusticeisWeak
if a == "something" and a == "something2" and a == "something3":
how can Δ± write shortly
if a == "something" and "something2" and "something3":
I traied like that but it's not working if
@rugged root can you help me π
(x, y, z)=something,something2,something3
yep
can you help me one something ?
how did you know
?
damn
i cant also open screen xd
ok
you know how to do a touching system ?
ok thanks
if event.type == pygame.KEYDOWN:
// do something with event.key
for a single key at a time
or
pygame.key.get_pressed() i think to get all keys
to get all keys pressed
!voice
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice @forest bison
Voice verification
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I can't talk in voice chat
!voice
not here
how can Δ± have
look at the #voice-verification to see the requirements to get voice verified like the embed above says
there is another channel
please type here instead of dms
Vardhaan
Yeah
India
Its my
Clan name
Hey noodles
About you
:)
17
AI
and app dev
Average
I need to learn more bout it
That's the point
I don't use one
I make my one
Tinsy winsy
No
Its just logical
Hey
Please
Help me
Help me to know about it more
AI
and the servers
Too
Yeah
Hahe
Becouz
I can be more relevant
With my code
Becoz
Many libs
Need to
Make every code as per there condition s
May be
If its a life time
I will make that
That's what humans do
Yeah
I learn about a lib from using one called
Pytorch
.
Ohhh
Hey answer this
What happens if an powerful ai
Learns how to code
(Machine learning)
No
It doesn't
But we can make it to reach it limits
Yeahhh
Giving it the all need what a
Human need
And etc
Even
..
Yeah
We set
That
Limit
But
Just thing
Making it a master
Yaeh
It should
Nowadays
The automation ai s
Learning the conversation
Haa
.
Hm
Analog
Work with
The electric waveing
Analog computer is a computer whichΒ uses continuously changeable entities like mechanical, electrical, hydraulic, etc. These were first used at the time of the 1950sβ1960s. They do not use discrete values but use continuous values. Thus these computers work on an analog signal
Its energy
Yes
Its about
1s and 0s
But
Energy production
Hm
I know them
Tinsy bit
hay chris nicholas & noodles
Hi
hello
what are you fellas doing today then
ooho very nice
im currently working on a botnet
ethical floods
exactly if its ethical theyres no issue
yep read and react the data series part 4
Thanks for the views
Cool!
Make sure you check out the others before it obviously and the other series I have covered
Oh right my bad
dont have my 50 messages yet!
I typed the command into the channel but my message just disappeared and it didnt say anything
It could also be not being here for the 10 minute blocls
blocks
So what is everyone up to
is discord nitro even worth it
if you find discord is a nice place and want to support them!
i mayaswell then lol
i have a little money from my btc
does anyone here use kali linux ...
is it not allowed to be discussed on pythons server ...
what u said is true, its only handy, but not 100 percent pratical
anyways im going to pick up my daughter, speak later!
I use it
Sorry what did I miss
I completely understand what you mean
People want to shove it in your face
I'm so bored waiting for these stupid lectures to download
So what we doing
I think it's more about just knowing there are people on the other end
Even though we aren't really talking, we don't feel alone
Staring at phones next to each other.
A very modern way to use a playground!
And a whole less sweaty.
Haha
Do know a website to practice python coding skills
I was looking for systematic learning using Python.
Edabit can give you some good practice problems to do locally on your own machine, but if you use the website for a coding environment, it will charge you a monthly subscription
If you have projects in Django I can help you.
or Python
Needed some motivation π to learn further.
I am a Flask Developer and do Core python Dev too, but want to move to Django.
I wish it told me how many messages I had left to send before I could be verified
What was that
How do you see that>
What do you think which is better Pycharm or vscode
π
Ya that's what I was talking about
Hmm it stops the learning process.
using linter
Take care!
you can run !user in #bot-commands
oh you got it nvm
some
one
can speak with me
i don't
wanna
speak
with
my self
for
50 messages
@charred raptor Did you see this message in #voice-verification?
Spamming to meet any criteria will get you temporarily or permanently banned from voice, and potentially the community
Sure
from datetime import datetime, timedelta, timezone
import pytz
import asyncio
import sqlite3
async def task_checker(self):
await self.bot.wait_until_ready()
while not self.bot.is_closed():
dt = datetime.now(tz=timezone.utc).replace(tzinfo=None)
dt = dt - timedelta(seconds=dt.second, microseconds=dt.microsecond)
tasks = self.find_tasks(int(dt.timestamp()))
for task in tasks:
# do somthing with task
self.delete_task(task[0], task[6])
await asyncio.sleep(30)
def find_tasks(self, timestamp):
with sqlite3.connect('data.db') as db:
cursor = db.cursor()
tasks = cursor.execute(
"SELECT guild_id, user_id, channel, timestamp, msg_type, data, identifier FROM schedule WHERE timestamp = ?", (timestamp, )).fetchall()
return tasks
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
its for my major project
im a cybersecurity student
:/
just the screenshot part then?
self.bot.loop.create_task(self.task_checker())
schema = {
"tshirt": ("size", "color", ...),
...
}
I was listening, but I forgot I was will in this channel.
I was still in this channel
bruh u should specify the language, what u are trying to achieve and also other details to get better results xD
π
go for it bud
They are to control our belt drives with various inputs/outputs and analog
Each of our belts has a PLC rack
that isn't possible because they are miles from each other. Each belt has roughly 48 inputs and 22 outputs/ 28 analog for amps and temp readings
each belt drive
It is my job to link them together using fiber optic cabling
yes but it is located outside in a operations control room to monitor each belt because they are all sequenced together.
The belts can run with out fiber because we have maintenance people trained to locate and repair the fiber (which doesn't happen often). They can run independently.
explain that one more time?
well the control room can control each belt. Worst case scenerio the belt can be controlled on the spot by a person.
ype
yep
USA
yep
oh yes love it here.
ok
not much
just curious about what happens in VC of Python
Its a funny name
no Django?
or Flask?
they're web frameworks done in Python
I see
Python is best
snake make coding fun
its just good general purpose language. Doesn't do much spectacular, but does a lot of things good enough.
nice syntax
lots of good documentation
PyPI is nice
execution speed doesn't matter in most applications imo
I think in most applications you can just solve those issues with more hardware
I've noticed in industry people are more willing to throw way more money at hardware running inefficient software than spend more money on a team taking a few more weeks to make it run 10% faster
Idk Instagram is owned by FB and it uses Django so, it's good enough for Instagram probably good enough for a lot of other uses
like do you really think you will create a service with more users than Instagram?
I agree that there are many cases where lower level languages are more appropriate, but libraries like numpy and scipy have cross compiled fortran codes for the heavy lifting so you kind of get the best of both worlds
I think a lot of people have this pre conceived notion of "Python is slow and only good if you need a quick prototype." without doing much digging
hey
brofist
you remix songs
which ones
I made this with python
9 year old army
not the animation lol
the music tho
like I said
Python can do a lot of cool stuff
you just have to have
I made a song with Python yeah
pretty cool
C#2 is the sequel
like how star wars2 is the sequel to star wars
or how pizza 2 was made after pizza
nah
C#2 is coming out next month
my uncle works for Microsoft
trust me
the full name is
C#2: Now even sharper than ever!
that song slaps
lemme remix that
send it
it probably does for you
From the Doki Doki Literature Club OST.
Available in the DDLC Fan Pack: http://ddlc.moe
Full playlist: https://www.youtube.com/playlist?list=PLc5ZKngbAPXMG4yjq9ESGfqblQfL9g4-p
natsuki
in which case I agree
my favorite anime is
attack on titan
my fave is Jimmy Neutron
hi
hey
hi guys
i dont normally talk
i just listen
i love kpop dont u dare
i guess that's fair
psy's pretty cool
oh AOA
i know too much about kpop more than I should at my age I'm kinda embarrased abt it but not rly
ikr π
well a lot of guys (and girls) pump so much money into soccer whatsup with that
u dont see me complaining
I love it that people are passionate abt something in their life
I think learning languages are great
oh come on those are like 15 year old girls they will grow out of it
im pretty old man ;-;
ok look at it this way
in the early days
kpop was something the the SK government subsidized
along with other media like dramas
and stuff
in that way they spread their influence the rest of the world
so people care about SK a bit more
kpop fans are more informed to the dark side of korean culture more than anyone you know
anyhow. point is. Promoting the culture - like art, history - is a good thing. Because the more people love your culture, the more people care about it.
So when bad things happen to your country, people will pay attention.
It's related seriously. kpop is not all that bad. Sure there are crazy fans but it's not all crazy fans. It's a whole economy. You gotta look at the bigger picture.
Some country go to war and no one give two shits.
gg man
hi
whatsup
fine how are you
yep
euw
damn
ahah no p
i like to play it idk why
yep
yep
i love apex legends to
i am still learing python
basics
"""
bro the thing here i have to learn all alone
when?
4 ?
i have test tomorrow
not really
i want to send 50 msg and i talk with you
yep ik
sui
yep
nice try tho
noodles i cant hear you
haha
A delightful twist on a classic childrenβs song. βJamelβ means camel In Arabic :)
Subscribe: www.youtube.com/c/jamilandjamila
Lyrics
Jamel* the camel has 5 humps (x3)
So go, Jamel, go! Boom, boom, boom, boom!
Jamel the camel has 4 humps (x3)
So go, Jamel, go! Boom, boom, boom, boom!
Jamel the camel has 3 humps (x3)
So go, Jamel, go! Boom, bo...
oh my god
what am i seeing
thats disgusting
i think they're just trolling the kids
and their parents
gg
he was
a camel in disguise?
wHAt
brb
GREAT Diecast Aircraft MODELS βΊ https://airmodels.net/?aff=72
Production Music courtesy of Epidemic Sound: http://www.epidemicsound.comβ
Links:
Patreon - https://www.patreon.com/Ash007YTβ
Twitch - https://www.twitch.tv/ash007β
Twitter - https://twitter.com/Ash007YTβ
Discord: https://discord.gg/5gXbNpjjMW
For Business Inquiries please email:
...
byeee
Haha
Cloning into 'Cooking-Planner'...
ssh: connect to host ssh.github.com port 443: No route to host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PING google.com(kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e)) 56 data bytes
64 bytes from kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e): icmp_seq=1 ttl=115 time=7.62 ms
64 bytes from kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e): icmp_seq=2 ttl=115 time=7.42 ms
64 bytes from kul08s09-in-x0e.1e100.net (2404:6800:4001:806::200e): icmp_seq=3 ttl=115 time=7.57 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 7.419/7.533/7.616/0.083 ms
PING github.com (20.205.243.166) 56(84) bytes of data.
From 192.168.1.101 icmp_seq=1 Destination Host Unreachable
From 192.168.1.101 icmp_seq=2 Destination Host Unreachable
From 192.168.1.101 icmp_seq=3 Destination Host Unreachable
^CFrom 192.168.1.101 icmp_seq=4 Destination Host Unreachable
From 192.168.1.101 icmp_seq=5 Destination Host Unreachable
From 192.168.1.101 icmp_seq=6 Destination Host Unreachable
--- github.com ping statistics ---
6 packets transmitted, 0 received, +6 errors, 100% packet loss, time 27395ms
pipe 3
Host github.com
User git
Hostname ssh.github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
Port 443
~/.ssh/config
I'm 49
@frosty star winget install Neovim.Neovim
infernus
Call me racist
you racist
Hi magicalgirl, I'm racist
Hi Racist, I'm γ΅γγ
Ξ¦
VMware users:
Hi
sus
I have to write 50 messages for can speak?
in intervals of 30min
brb
Is that defend from bots?
nobody knows 
Nope! Gave up on Rust.
π₯²
Speaking of Python, are there new ways to start a project from a template?
Last I read, it was cookiecutter.
Screamers.
hello everyone
hola
I associate mint flavour as something not to be swallowed.
whatοΌ
Trying to implement my own async loop in Python.
-_-
They're not a patient bunch.
I think such an entrance threshold is a bit high
I just want to talk to people
50 MESSAGES!
=.=
It makes sure that people invest some time and effort into the community, first.
Anyway.
Where r u from
of course
In connection with recent events, I'm afraid to say
TIL isinstance(thing, int | str) works.
try to take part in the conversation here and i am sure 50 messages would be done in no time
π
Lemme guess. Russia
niceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
yes
Never be ashamed of where you come from.
π
There there π¦ how r u holding up?
i have a russian friend too, he showed me a lot of russian parties, its just awesome
i believe russia is winning, i am guessing he is fine
π
hard: deaths, sanctions, propaganda
I hope ur family is alright
i heard that u would be put in prison if u talk against russia or russian govt
but i dont think they are monitoring discord traffics
I think such problems MUST be solved in a diplomatic way
putin : anyway i just started blasting
thx
Yes, it is
πΆ π
my russian friend is regretting being russian now xD
In general, it's scary to write something on the Internet
Even now
due to war and price increasing of items, he had to sell his current house to finish building of his new house π¦
I don't know, but it's still stressful
not for putin for sure xD
Unfortunately
We can talk abt sth else if u like
I think he'd have to be nearly overdosing on Xanax for it to not be stressful.
putin is love (only because i am not in russia or ukraine) π
You don't even know what level of corruption and propaganda we have
when i think about russia, first thing that comes in my mind is VODKA and BRAHMOS
We've some notion.
stereotypes
π³
Sterotypes exist because they have a pesky tendency towards being true, even if they are an unfair generalisation.
Well. Can have a tendency.
Yes, but not all of them are true
i wanted some russian vodka and my freind wanted to send it but the organisation wanted to see the items being sent and sending of liquor is illegal -_-
but vodka is true right? π
Leo is that ur cat in the picture
idk, well vodka is well. Im 16 y/o i dont drink
u sure this is a cat?
no
Caracall
What was that
I first got drunk when I was 12 or something. Too much brandy in the Christmas pudding that hadn't cooked off. Honest accident. The hallway wasn't quite as stable as usual, that day.
Yeah π
bruh
12? wow
Big floppa huh
i never got drunk in my entire life but i first drank when i was 13
mom gave me
π€£
The first time I drank (a lot), I was 15.
Oh the time I spent on the sims cas and build
eh? is that real life or game?
π
Its a game
max i drink now is like 15ml
PER YEAR
π
Hi
Hi neo
Hi
i barely drink alcohol, not much interested, i prefer being on my senses more
I'd tend to agree, but people are painful.
lol
me too. Alchl is not cool
how much do you drink generally?
I don't.
another reason i barley drink is because when everyone i am with drinks, there should be someone who should drink them back to home safely π
Bye guys gtg to sleep
i wouldnt say its not cool xD
oh wow
Good Night
bye
wahts the time there?
In moderation it's fine. Some people, a little is too much and too much is never enough.
i've 0:02 am
hahahhahaa, i dont like dealing wiht drunk people
*12 02 am
the above time u wrote is not wrong, no need ot correct it π
i do believe everyone knows 24 hour clock π
"The superior horological standard is the 36 hour clock, ackshually."
wha t
Something I just invented.
There is the base36 encoding. I think I might have taken the idea from that.
leave my life alone with this weird ass times xD
look
Rail?
Once Europe tried to live by such a time
Where would you actually use that?
πΆ
Now, probably nowhere
can be use just like other time too
practically is assured
but
if people get used to that timing
then i dont think there would be any problme
just like hte way we are used to 24 hour clock and 12 hour clock
which is more like 60 seconds = 1 minute but all the ohter units like LENGHT hits 10 or 100 or 1000 for its conversion
It is convenient to count
yes its make more sense but i dont think poeple would be ok wiht this change
would have to get used to it and reprogram computers
I think the world should operate on a single time. But do you think the world ever would?
true
and history date....
wdym single time?
One timezone.
u mean so basically eveyrwhere it should be 5pm at the same time?
wtf?? how will that ever work
Like China?
he is talking about the entire world
yo
Unified time.
actaully we do have
its called UTC
now dont blame me for using bing, when i type it in the START of windows, it opens in bing
xD
I using yandex
We'd still have day/night patterns and stuff. It's just that certain regions would each have the hours at which they get up and go to bed.
i see
i get it
i dont think no could would want their time to be 6pm when they wake up in the mornign
While taking attendance, inner-city substitute teacher Mr. Garvey has trouble adjusting to a classroom full of middle-class white students.
About Key & Peele:
Key & Peele showcases the fearless wit of stars Keegan-Michael Key and Jordan Peele as the duo takes on everything from "Gremlins 2" to systemic racism. With an array of sketches as wide...
I think 24 hour clock would be the more used.
so yes countries on the ohter side of the timezone whihc is considered universal would be agaisnt this idea
and then USA would jump in and be like I AM DEVELOPED, LETS CHOOSE MY TIME AS THE UNIVERSAL TIME
π
I finally passed voice verification π₯³
haha
It'd be Greenwich time.
Now I can speakπ₯³
yes but USA being USA, u know that xD
Yes. But I'm the time czar in this scenario, so the US can pound sand.
Bye π
I have to fix my mic
now I have a standard micro from a laptop
Mine general is Samson
Those are consistently awful.
The little hole above the keyboard?
well, I donβt have an ancient laptop, but yes, there is a little better
I guess it is
Yeah. Ew.
Please dear god help me fix this lol!
ModuleNotFoundError: No module named 'tkinter'
Im not running tkinter on what im trtying to do. im trying turtle. im so confused
in case you did not get a reply here try opening a help channel π #βο½how-to-get-help <- this channel shows how to claim one
so more people can look at your issue
@ripe lantern :white_check_mark: Your eval job has completed with return code 0.
['simulated_input', 'simulated_input', 'simulated_input']
Best way to find Dauntless Builds based on your desired Cells/Perks.
This tool generates loadouts (builds) based on your desired perks and equipment items.
@fading salmon u can type here
hello
@ripe lantern :white_check_mark: Your eval job has completed with return code 0.
no
u r welcome
why are u crying?
sorry
π
i'll not ig
wow
lol
hahaha
integration by parts

it's shit
don't really need it

idk why you would do integration by parts
but we have to do it

we have trigonometry too with it

like first solve the trigo equation and tthen integrate that shit 


π₯΅
l0ol
blonde ppl?

how old are you btw

takes offense


integration guy
no i'm not

minor
no
idk
i'm in school

indian man

saheb π€
integration guy 

GUYS
LOOK AT THIS
π±
β«
β«β«β«β«β«β«β«

i probably will
π₯Ί
who is the minor
BaBaBoi + c
i'm not really that good

ik
π₯΅
at integration
nah

oh
i have been here for a while
FUCK
i have an alt which is older

how old am i here
only if i joined with this id earlier

fuck off -> read that backwards and its british version
aaa
lol
egguh
u cant talk
u need to be in the srever for 3 days, send 50 message within 30 minutes to get hte role to talk
18 now
ez
:hackerma
fuck
i forgor no nitro
:Sadge
aaaaaaaaaa
i just need 50 msgs in total
halfway there
whatsup
π€‘
π’
adhsdhfahfh
mil-
:)
milk.
my dad
the milk went out to get my mom
epic voice reveal in 2 msgs π³
play what
nice
cat
still can't
aaaaa
10 minutes more ig
tbh i won't really speak
got integration to do β οΈ
i am the integration dude ig
it's me
BaBaBoi
π€
i did
π₯Ά
PEE
my pfp tho π₯΅
i got verified
π³
just click on it
click on the badge
it is for free
it's just a quizlet thingy
wait
it's just an average voice.
not speaking anyways
you alive

hi back?

jinx
hinxks
jincks
jinx
copy paste

i'll learn some languages after my exams

probably python 
i started learning but then exams 
finals

school

gn
ye
bi
idk
i'll go pee

gotta take a pee break while integration am i right






