#voice-chat-text-1
1 messages ยท Page 84 of 1
just Play a chord
V-II-IV-III
or like
idk its been a while
i need to study more
yeah me 2
i forget like the american standar music notation
^
like phenta
Blues 7m?
yeah minor
mongo mongo mongo
?
see u
;-;
lmao
awww
Well just to say good by my phone died
Bye
Bye**
whats happening in vc
YEAH
LOL
Big thank you to SweeTARTS Mini Chewy for sponsoring this video. Visit them at http://sweetartscandy.ca #followyourtart #ad
Subscribe for constant music weirdness โ http://bit.ly/subscribetoandrewhuang
Support my work on Patreon: http://patreon.com/andrewhuang
โ FOLLOW ME HERE โ
Instagram http://instagram.com/andrewismusic
Twitter http://twitt...
this was really cool
im working on a code version of this video
faces=['Heads','Tails']
t='tailes'
h='heads'
def game(faces):
number=random.choices(faces,k=1)
return number
def coin_flip(number):
print('\'e\' to exit')
while True:
usr_1=input('Press \'f\' to fip the coin: ')
if usr_1 == 'e':
break
if usr_1 == 'f':
usr_2=int(input('h(for Heads) or t(for Tails): '))
if usr_2 == 'e':
break
if usr_2 == 'h' or usr_2 == 't':
print('you chose' (usr_2))
print(f'the computer chose' + (number))
if usr_2 == number:
print('you win!')
else:
print('you win')
number=game(faces)
coin_flip(number)```
print('you chose' + usr_2)
good
@glad pine ^ read through this
x = 5
y = 7
match y:
case x:
print("Cool")
case 7:
print("Yes")
case _:
print("Else")
paint
๐
ooo that parallax is cool
๐ yo Jake
@charred creek % and * have the same precedence afaik
so you will need ()
^([Gg][Ii][Rr] 0[Aa]{2})|((([A-Za-z][0-9]{1,2})|(([A-Za-z][A-Ha-hJ-Yj-y][0-9]{1,2})|(([AZa-z][0-9][A-Za-z])|([A-Za-z][A-Ha-hJ-Yj-y][0-9]?[A-Za-z]))))[0-9][A-Za-z]{2})$
this horrible regex for postcode validation
class CogManager(commands.Cog):
"""
Cog Manager
Manages cogs so the bot doesnt need to be restarted if a change is made to a cog.
Included Commands:
- `PREFIX` `cogs`
- `PREFIX` `reload` `cog_name`
- `PREFIX` `load` `cog_name`
- `PREFIX` `unload` `cog_name`
"""
def __init__(self, bot):
self.bot = bot
@commands.command(aliases=['u', 'ul'])
@commands.has_guild_permissions(administrator=True)
async def unload(self, ctx, cog_name):
"""
Unload Cog
Unloads specifc cog based on parameters passed into the function.
"""
try:
self.bot.unload_extension(f"cogs.{cog_name}")
embed = await try_unload_embed(ctx)
await ctx.send(embed=embed)
except (ExtensionNotLoaded, ExtensionAlreadyLoaded):
embed = await except_unload_embed(ctx)
await ctx.send(embed=embed)
@commands.command(aliases=['l', 'ld'])
@commands.has_guild_permissions(administrator=True)
async def load(self, ctx, cog_name):
"""
Load Cog
Loads specifc cog based on parameters passed into the function.
"""
try:
self.bot.load_extension(f"cogs.{cog_name}")
embed = await try_load_embed(ctx)
await ctx.send(embed=embed)
except (ExtensionNotLoaded, ExtensionAlreadyLoaded):
embed = await except_load_embed(ctx)
await ctx.send(embed=embed)
def setup(bot):
bot.add_cog(CogManager(bot))
!src ext
Load, unload, reload, and list loaded extensions.
afk
!e
import random
class Cog:
def __init__(self):
self.my_list = ["Cool", "World", "Bro"] # Imagine loaded into from json
def get_random(self):
return random.choice(self.my_list)
cog = Cog()
print(cog.get_random())
print(cog.get_random())
@charred creek :white_check_mark: Your eval job has completed with return code 0.
001 | World
002 | Bro
@cursive rover
def __init__(self, bot, data_quotes):
with open('PATH') as file:
data_quotes = json.load(file)
self.data_quotes = data_quotes
self.bot = bot```
def __init__(self, bot):
with open('PATH') as file:
self.data_quotes = json.load(file)
self.bot = bot
@commands.command(name='quote',aliases=['motivate'])
async def quotePoster(self,ctx):
if ctx.channel.id == 813534771543015536:
i = random.randint(0,len(data_quotes['quotes'])-1)
embed = discord.Embed(
description = data_quotes['quotes'][i]['quote'],
color = 3447003)
embed.set_author(name=data_quotes['quotes'][i]['author'])
embed.set_image(url=data_quotes['quotes'][i]['image'])
embed.set_footer(text=f"That's for you {ctx.author.name}โค๏ธ")
await ctx.send(embed=embed) ```
I would love alias' in python
int y = 7;
void increment(int &x){
x++;
}
increment(y);
printf(y); // prints 8
!sm 823326387640598589
!slowmode
Can also use: sm
Get or set the slowmode delay for the text channel this was invoked in or a given text channel.
Subcommands:
!slowmode get [channel]
Get the slowmode delay for a text channel.
!slowmode reset [channel]
Reset the slowmode delay for a text channel to 0 seconds.
!slowmode set [channel] <delay>
Set the slowmode delay for a text channel.
!sf 823326387640598589
Created at 2021-03-21 22:45:07.478000 (4 minutes and 56 seconds ago).
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Unable to convert 'AsyncStatsClient' to valid command, tag, or Cog.
!source [source_item]
Can also use: src
Display information and a GitHub link to the source code of a command, tag, or cog.
!warm @charred creek โค๏ธ

!warn 233481908342882304 Always trust the owl.
:incoming_envelope: :ok_hand: applied warning to @autumn raft.
Rip
oh so you ppl were here, jake i replied to your extension list question in voice chat 0
i can stream working on reactions purge ๐
lolmando
@raw wren would be better to use Path() to load the config.toml
and then just adding the toml file normally
def iterstack(stack):
while stack is not None:
head, stack = stack
yield head
b=(112,(111,(46,(114,(101,(115,(119,(111,(114,(98,(98,(101,(119,(10,(41,(34,(46,(46,(46,(101,(99,(110,(101,(117,(113,(101,(115,(32,(103,(110,(105,(122,(105,(108,(97,(105,(116,(105,(110,(73,(34,(40,(116,(110,(105,(114,(112,(10,(114,(101,(115,(119,(111,(114,(98,(98,(101,(119,(32,(116,(114,(111,(112,(109,(105,(10,None))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
a=(10,(41,(39,(81,(99,(88,(103,(87,(57,(119,(52,(119,(81,(100,(61,(118,(63,(104,(99,(116,(97,(119,(47,(109,(111,(99,(46,(101,(98,(117,(116,(117,(111,(121,(46,(119,(119,(119,(47,(47,(58,(115,(112,(116,(116,(104,(39,(40,(110,(101,b))))))))))))))))))))))))))))))))))))))))))))))))))
eval("".join(map(chr, filter(lambda x:x%2or(1>x%4),[101,82,120,90,101,90,99]))))("".join(map(chr, iterstack(a)))[::-1])
Run it locally ๐
Nice try, 

[#234234](/guild/267624335836053506/channel/234234/)
hmmm
ahh
and i need some help improving this logic
is kinda slow
docker, pycharm and discord aren't really good friends so i can't join vc
hmmm
lemme tr
y
the same speed
takes 0:00:13.131198 to do:
!rpurge 10

if:
which is slow, idk if it is problem on my end
Could you cool down on those gifs pls ๐
I'm freakin exhausted
got a chem test tomorrow
I'm cramping
what ever it's called
I think that this is more of a subjective opinion less than an objective fact @golden marsh and @sage cloud
It can be either or
Looking at both sides i agree more with @golden marsh imo
No one asked
Thanks
hey @elder wraith, my first interview is tomorrow
Congrats, good luck, technical or "Get to you?"
looks like it will be behavioral with a HR person
Behavioral testing?
I have another interview later that I think will be a panel
like, "what's a time you were mad at someone?"
which company?
local big name reached out to me via LinkedIn on Friday so that's weird as well
the interview for behavior now?
It was even more bare-bones than that
What did they ask?
but they said I can advance to the next interview if I review two academic papers
what experience I have and if I'd be willing to accept a job in their salary range.
๐ค
Anglais
def checkReaction(reaction, user):
return user == ctx.author
try:
reaction = await self.bot.wait_for("reaction", timeout=10.0, check=checkReaction)
except asyncio.TimeoutError:
return await ctx.channel.send("Timed out, try again.")```
def checkReaction(reaction, user):
print(user)
return user == ctx.author
try:
reaction = await self.bot.wait_for("reaction", timeout=10.0, check=checkReaction)
except asyncio.TimeoutError:
return await ctx.channel.send("Timed out, try again.")
@autumn raft MEETING 
WHAT am I possibly going to get out of this meeting?! I'd much rather talk to you people!
Dont let the students play video games the whole time
Tell the students when they do a good job
this is all valuable advice
laugh when they fail
rule 1
dont talk about Scratch club
your cat is a spiritual guardian ๐ฎ
lol did you end up getting a motorcycle to go vroom vroom @autumn raft ?
Oh yes xD Yes I did
clean motorcycle
awwww doggo
you need a side cart for your partner in crime
and for my dad
so a cart on each side
NO
lmao
awwww
Oh shit, I think you have a clog
poggers
does everyone's cats love bathtubs?
no clue
you cat is missing a glass of wine and a bubble bath
My cat is a tub-cat
cat-ception
edgard cut
how the heck did someone give a cat a bowl cut?
Dr.Frankincense went a lil overboard
I was trying to make an oliver tree pun, but I gave up
^ pm
Hello ๐
loaf of cat
he need burger
true
Yeah this sounds like the end credits of a 90s teen movie.
If that's what you mean Griff ๐ค
? which one, stay?
ye
so strange lol
I spent the day organising my shed ๐
duuuude, nice
Thanks ๐
LMAO
Yeah, same in London
A parakeet is any one of many small to medium-sized species of parrot, in multiple genera, that generally have long tail feathers. Older spellings still sometimes encountered are paroquet or paraquet. In American English, the word parakeet usually refers to the budgerigar. The budgerigar is a species of parakeet.
The name parakeet is derived fro...
gib seeb
It's alright
The rose-ringed parakeet (Psittacula krameri), also known as the ring-necked parakeet, is a medium-sized parrot in the genus Psittacula, of the family Psittacidae. It has disjunct native ranges in Africa and the Indian Subcontinent, and is now introduced into many other parts of the world where feral populations have established themselves and a...
watch ur eyes
that's not even the same shade of green xD
Sprite is kind of refreshing ngl
I prefer the sprite you get at subway to the kind that comes in a bottle...
Nah, from the drinks fountain.
ooooh
Fair enough ๐
what abt this song
This sounds like a Eurovision song...
lol eurovision
No offence
no i'm working.
saaaaame
lie ^
im at work
me2
I like this song 
ooooooooooh.
you're not mentally at work though lololol
is this your kind of genre or is it just this song
Bit of both ๐
A good song is a good song, I'm not too fussed about genre.
So, what kind of things do you do at work Griff?
Nice, sounds fun!
Hey Chris ๐
hola ๐
who wants to host next listening party 
Hey guys!
it's gilly backwards, but hi
uchig
hello
@raven orbit https://youtu.be/j5a0jTc9S10
It's simple: For all you cute animal lovers:
A
Cute
Little
Golden
Retriever
Puppy
Video
Designed
To
Make
You
Say
Aww...
Just when you think the video cant get any cuter.... it does
For all you dog lovers out there, you will be so happy to see this adorable little puppy
Enjoy this video, Alex!
Disclaimer I do not ow...
I've seen that before
Hey
ugh. i'm so mad.

doags make you mad?
METALLLLL!!! ๐ค
getting rick rolled gets me mad D:<
Shouldn't you be at work? 
I am at work
at
true ๐
This meeting is just annoying me anyway
dang did you have to go into work?
Is this the new job?
i like basic jazz. super contemporary weird jazz goes over my head
Same tbh
no rick rolling the chat while I am pissy
ooooh
that's why we do it
Well
old implies the new is locked in, is it?
what about screensharing Astley?
They said I should hear back this week xD
You have awoken a beast
okok
Only on weekends LOL
Rick roll
@novel parcel please do not gif spam
poor grifflet
"Griff hungry"
grifflet or grifflit?
griffiti
Wtf is going on in the help channels? ๐
A spasm
help 0 was broke
a threesome
Oh right
@autumn raft Couldn't have said it better lol
whatchu mean what's going on in the help channels?
I heard lasers and wanted to listen
heard lasers
There was a macrospasm across multiple chats
I could almost taste it they were so loud
oo
crackling, snapping, sparking and zapping
shining on stone-cold walls
Lasers are beautiful
lasers are to the eyes what weights are to the muscles
P A I N
they burn?
J U S T P A I N
increase that e y e m u s c l e
my eyes be swole
L O T S O F P A I N
specs removal surgery
UGH
What?
Riddle: "People save me, use me, hold me and live with me, what am I?"
Insert your answers now
that was my brother screaming btw
What screaming?
he screams evertime i ptt
Time to gif spam
yeah!!
that is the rule for brothers, it's by design
please stop spamming...
I haven't begun
TRUEEEEE
But why?
@novel parcel don't start.
Tanakh
torah
nevi'im
kesuvim
verbose ur so knowledgable
only selectively
time for class ๐ฆ bbl. take care!
baiii cya
bye
cya
yes
Halakah
chah
urneb = rabbit
Y E S
hey
Anyone have a recommendation for a asyncpg migration tool, before I implement my own?
i am the only person in vc who doesnt have the speak permission!!
Rip
Check out #voice-verification
in one way, me too
Same lol
i know the rule
On my phone and in the living room so..
can someone kill my brother
What
N O
Y E S
that escalated quickly
Y E S N ' T
Nosn't
T R U A L S E
god i cant type
N E S N ' T
Vin Diesel in space: "I don't need oxygen when I got family" 

:tom_unsettledtom:
I think rust has a pretty active discord community.
API documentation for the Rust diesel crate.
when did yall start coding
last summer
how good are u at it
i m terrible
word
i started few years back but didnt continue
i had an html phase in 7th grade. that counts?
only completed one IOT project
I had web design
didnt teach me anything
now im in a college class for python
shit fucking sucks
i was engineering student then
API documentation for the Rust QueryDsl trait in crate diesel.
"Youtube is like water, a source of life"
stackoverflow
JES is a development environment designed for Media Computation. It allows students to use the Python programming language (specifically, Jython, which is a version of Python implemented in Java) to manipulate images, sounds, and videos.
@hallow anchor im thinking i should just run 3 queries.
python is my passion. it was not necessary for my work
thats why i didnt continue
japan meme
Tabernacle
I have no idea of your use case, so that could be needed, or not
im saying
But right joins are just left joins with the table order flipped
If that helps at all
Tabernacle = Considered to house the divine presence of G-d. It was like a portable tent
yes?
why are you so knowledgable
I have a paper right next to me lol
not immediately
first the tabernacle stood in Shiloh for a long time
I'm studying for an exam
in Judaism?
yes
for what
oh that sounds like us
yup. kk i was thinking about it wrong. got it.
ty
Gaylord is a city in and the county seat of Otsego County, Michigan, United States. The population was 3,645 at the 2010 census. The city is also the seat of the Roman Catholic Diocese of Gaylord, the smallest settlement by far serving as the location of an active Roman Catholic cathedral in the United States.
Gaylord styles itself as an "alpin...
The Roman Catholic Diocese of Gaylord (Latin: Diลcesis Gaylordensis) is an ecclesiastical territory or diocese of the Roman Catholic Church in the Northern Michigan region of the United States. It comprises the twenty-one most northern counties of the lower peninsula of the state, and includes the cities of Gaylord, Traverse City, Alpena, Manis...
Gaylord is a name of Norman French origin, from the Old French gaillard meaning "joyful" or "high-spirited".
Good night!
i will see u guys tommorow cuz i wanna go to sleep to hopefully wake up to that date with the girl
hatzlacha
toda
Sheol
UwU
UwU
"You wanna go out UwU?"
u think i didnt try that
she laughed and didnt send anything else

yup
im dead inside
i want to ask her out, but i dont want to ruin our relationship
"Hey baby, even when it rains your smile shines brighter than the Sun"
or
"Would you like to go out for some lunch?"
it's midnight where he is
or smth
thats suck ngl
Wir gehen nach Hause.
We gaan naar huis.
anyway yeah gn guys
gn
and u try to figure out my status
ะะต ะพะฟััะตะฝะฐ,ะฐ ะทะฐะฝะธะถะตะฝะฐ
Israel
google translate translates it as
not ommited, but underestimated
24 or the pm\am
24
69
ur mom
but you are not
yes
that is how to get out
and have a good tim
time
and i cant
type
lets good
wrong
and try and not get muteed
its car affiliated
and be dum
I am brit what you talk bout eh?
inda
Ich habe die Besten Memes!
cars from '60s
U wot m8?
nein
ja
ja
will ich dine arsh
Ich bin die beste Memer
du bist ein Schlappschwanz
*ร
ร
ล
รถ
รฅ
(o)
and you are dum
no
da
inda
Perhaps
nein
Ja
cora
ich bist ein Rebell
Nein
ja
und mein Deutsch ist sehr schlecht
why dose it take so much time to grow
ja
yes
because you don't eat enough
cant we grow in a day
you'd split your skin
well i eat you mum a lot
you never got the chance
well you sure
oh yeah
she was too occupied with watching me do yours
Ich bin sad lol
traurig?
that is crine
we are a dead chat
did you just call me girlfriend
yeas
how dare you
no
that's better
Kemal you are the lord of memes on this server
@novel parcel Guten abend, Kamerad
well
no way
htaht
is garta
i cant
i just
if i play that
one more time
i will
i habe gut time
just 5 more
just 4
just 3
just 2
and 1
when C++ program not work
https://cdn.discordapp.com/attachments/799647045886541885/823696503054008320/video0_6.mp4
i ws watching u guyz tooo soooo
o
r u streaming
i'll stream then ๐
Person 2 is not friends with anyone.
wtf computer just died
sure lol ยฏ_(ใ)_/ยฏ
i'll be back pc needs a restart
Do you play animal crossing?
lmao no. i refuse to play that game.
i played it for maybe a week barely sleeping
gave the switch back to my brother after that
my wife used to be really addicted
like 6 months ago, I would have turned over her steam code and let yall battle it out
0x800f0922
@merry mica I don't support dual booting, don't send that stuff my way
forget that noise
WSL2 has everything a developer will need in most cases
lmaoooooooooooooooooooooooooo
i thought "weird ass fucked up"
oh my god my side hurts
waifu lul
the number one rhythm game of all time is parappa the rapper. fite me.
damn. the disrespect in that voice. sit down.
There is nothing in batch that is useful
send code snippets. lol
Even Microsoft has announced has announced batch scripting is deprecated
I mean, they are not going to remove it, but it's not going to get any features and at some point, they won't support it
like if they break it, they won't be going to fix it
that's not a goldfish. it's a clownfish.
No ๐
u don't feed trolls.
I can't speak English, as proud ๐ฆ I take pride in this fact ๐
#amurica
#MERICA
^
I canโt spell things at times
๐ซ ๐ฆ ๐ญ MURICA!
lol the hotdog
And I rely on autocorrect
you forget the fries
america, fuk yiea
๐
the more you know
๐
๐
as reminder about ๐บ๐ธ Doordash delivers McDonalds!
`,<?]uVtIIoIn]?<"`
.?wQQddR8NdddQ@QddNQM2?.
_Lqd0#8ddB@8d98Oddddg@Qd6MY_
!HdN#DddddddddD@Qdddddddd##dH!
-Pddg#RddddB@Ndddd0@BdddddROddP-
:9ddddddddd0QOddddRQNddddddddd9:
`fQNddddddddddddddddddddddddNQm`
,d##Q8D6dddddddddddddd6D8Q##d,
?6%Vf0B#@@############@@#B0mVW9\`
_VP0Q8daz1n2XaPHHHHPaXzn}Vsqg80Kn_
,rx|xhM0QQ0N6dMMMMMd908Qg%s}?v?!`
,zqVxx??xvVMg########gMsl|vxxvVWt~
`VOqoLvxxxxrLag##Qqu?\xv?vlwp6a.
`vsppHpaoJnlYL]2s}LYlnJIaWMGpt^`
-nMqPdOdWGPpMMMMMHPH%MqPPMV-
!VGaKKpM%PKPPKKqMMpPHqJ!
.!rLnomPqqGpPmwn]r!.
``````
This free Ascii Art creator allows you to convert images to color or monochrome Ascii Art. Supports multiple options including color, inverse, background color, brightness, contrast, font size, custom charset, and more. This app provides a wide range as output formats, including Text, HTML, PNG image.
who has the time to be that specific with measurements....
also what kind of mayonnaise? asian mayo is different from like...hellmann's
what is asian mayo
JUST IN: Microsoft is in talks to acquire Discord, a video-game chat community, for more than $10 billion, according to people familiar with the matter https://t.co/dezH8WoEqo
3332
6266
uh oh
like japanese mayo. lol
snuffy is ruler of everything
wtf is japanese mayo
WHAT
is this some weeb thing
HAVE YOU LIVED?!
in that squeezy bottle?
no
I've had Japanese KitKats
oh those are good
yes! kewpie mayo
have you HAD sushi
wtf is japanese mayonaise
b r u h.
is this some weeb name for something
dude how
lmao no. it's japanese mayonnaise
wtf
lol fisher
wtf
YES!
wack
much better
soy sauce, sesame oil, etc.
oh wait really
that'd be so strong
hmm
hMM
sesame mayo
some have soysauce. but it's mostly rice vinegar and MSG ^^
necessary mineral, MSG
Discord won't go into teams
have you tried claiming a help channel?
what circle
context?
Hey @misty sinew!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
you can try #โ๏ฝhow-to-get-help if you have a python question
wait i am uploading
looord.
@misty sinew can you please use pastebin? It is linked above, this is unreadable
ty
Glass Enterprise Edition is a hands-free device, for hands-on workers that removes distractions and helps you focus on what's most important.
i... have no idea xD You will probably want to use the width of the screen as a center point reference, but I do not know what is pushing your turtle to the side
so should i claim a help channel
I added this
scrn_width = 800
scrn_height = 800
screen = turtle.Screen()
screen.setup(scrn_width, scrn_height)
so that your screen is a fixed size, but the turtle is still being pushed off center from something in your code
yes
The International Innovation Index is a global index measuring the level of innovation of a country, produced jointly by The Boston Consulting Group (BCG), the National Association of Manufacturers (NAM), and The Manufacturing Institute (MI), the NAM's nonpartisan research affiliate. NAM describes it as the "largest and most comprehensive global...
ok
lel
The International Innovation Index is a global index measuring the level of innovation of a country, produced jointly by The Boston Consulting Group (BCG), the National Association of Manufacturers (NAM), and The Manufacturing Institute (MI), the NAM's nonpartisan research affiliate. NAM describes it as the "largest and most comprehensive global...
Rimworld in a nut shell:
naptime
well github got better once it came in hands of microsoft, but windows still suck.
So dunno if this is good or bad.
๐
in the office today
๐
mina and rabbit sitting in a vc~
No
i know i know lol
it's fine
nope :D
ia 10000000%
my coworker is AWOL, which is why i'm sporadically in the office now
up til now he was reporting in sick, butnow he's unreachable
HR decided to hire 2 for us, instead of 1
um in the office/room alone but others can still hear me
i said "NOOOOOOOOOOOOOOOOOOOOOOO"
we have 1 team member in HYD doing cold calls on outsanding accounts
it's essentially AR + misc. side projects. python was for fun/to automate a lot of recurring excel work
ye
omg
yeah basically
accurate
but now i have underlings to take calls for me
yes collections
but they ARE SO BAD AT EVERYTHING
OHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
herro
welp
???
spill
you rabbit
good news
~**~
essite
lol
KJ i need Cpp in 5 mins i have test tomorrow
Cpp or CCP?
Wow
yo whats going on in this voice channel?
talking
!=
Trying to convince Kemal to get C++ help from a resource dedicated to it
Yarp
just trying to figure out which vc to use as a podcast
I think it's all pretty quiet between the two today
yeah..
lol
poor Hemlock
DAMN kemal
Pillow murder?
right now applying checks
would talk but i only have a tower.. no mic afaik'
also bosses would be like MINA'S NOT WORKING!
i wish my place were more chill like yours
boss #1 hinted that they will start expecting us back may-ish
F
we're all just smiling & nodding on the outside
You feel mental pain at work?
isn't that implied
I feel mental pain all the time. just me?
hemlock
Holy Moly! Is that the cat pillow?
lol
whats coming out of his mouth?
and what is the brown scribble in the top right
@mild flume That cat pillow is one the most conversation-starting objects you probably own, change my mind?
That's an accurate statement
amazing drawing
You should design the next server banner
yse
trueee
ooh @ Mr. Hemlock whats this about
youtube cats and dogs are the cutest
change my mind?
my desktop is boring
we made rabbit leave :(
calcus
dogulus
i<3dogeulus
Stadia logo here
@unique raptor The Chinese Communist party wants to know your location.
oh
can't find any "funny"
๐





why no sleep
