#voice-chat-text-0

1 messages · Page 169 of 1

rugged root
#

!e So not quite. If you look at the prompt again, it is asking you to use the .append() method. So it's something like:

ham = ["a", "b", "c"]
ham.append("d")
print(ham)
wise cargoBOT
#

@rugged root :white_check_mark: Your 3.11 eval job has completed with return code 0.

['a', 'b', 'c', 'd']
rugged root
#

There we go

night pecan
#

huh

rugged root
#

@quasi condor In what universe would you say that's appropriate

quasi condor
#

ur ment to be in vc1

night pecan
#

how would i use that in the anwser?

rugged root
#

One sec

#

And fair

night pecan
#

wdym fair?

#

i dont understand

rugged root
gentle flint
vocal basin
#

too lazy to

quasi condor
gentle flint
#

The term chaise lounge, used since (1800) is corruption of French chaise longue "long chair," with French word order; the second word confused in English with lounge.

quasi condor
#

😦

vocal basin
lapis sierra
gentle flint
#

Fencing is a combat sport that features sword fighting. The three disciplines of modern fencing are the foil, the épée, and the sabre (also saber); each discipline uses a different kind of blade, which shares the same name, and employs its own rules. Most competitive fencers specialize in one discipline. The modern sport gained prominence near t...

flat sentinel
#

@gentle flint

gentle flint
#

what

flat sentinel
#

mc?

gentle flint
#

uh

flat sentinel
#

lol

gentle flint
#

idk if I even still have it

#

hang on

flat sentinel
#

nahh

#

im trying to figure out how to use C++

gentle flint
#

bruh

flat sentinel
#

i cant take any more german

#

today

#

it hurts my ears

gentle flint
#

lol

gentle flint
lapis sierra
gentle flint
flat sentinel
#

ph you know why i went mute

#

mom

gentle flint
lapis sierra
#

gn8 folks gonna do a round dota2 nd go 2 sleep

elfin bone
forest egret
#

? I can

cosmic bison
#

did you have to set anything up to be able to do that?

wind raptor
#

!stream 764583878899531847

wise cargoBOT
#

✅ @upper arch can now stream until <t:1690335986:f>.

whole bear
#

hey

wind raptor
#

!stream 373160837151719424

wise cargoBOT
#

✅ @lime vale can now stream until <t:1690337886:f>.

vivid jacinth
#

@vapid depot

shrewd cargo
#

guys any1 know why i get that with pyautogui codes?

cosmic bison
vocal basin
wise cargoBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

willow gate
#

@somber heath hello

#

@somber heath did you have time I want to ask question?

somber heath
#

What's up?

willow gate
#

How import sys works I watch on YouTube but didn't understand properly

#

Yes

somber heath
#
import sys
sys.exit()```
willow gate
#

What does exit do?

#

I didn't hear properly my bad

somber heath
#

!d sys

wise cargoBOT
#
sys

This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. It is always available.

zenith radish
#

@gentle flint

somber heath
#

@fallow moss @lost tapir 👋

gentle flint
#

Bagels & Beans

noble solstice
fallow moss
gentle flint
fallow moss
wind raptor
#

Hey @rugged tundra

wind raptor
tidal shard
gentle flint
cunning lake
#

The Rothschild family ( ROTH(S)-chylde, German: [ˈʁoːt.ʃɪlt]) is a wealthy Ashkenazi Jewish family originally from Frankfurt that rose to prominence with Mayer Amschel Rothschild (1744–1812), a court factor to the German Landgraves of Hesse-Kassel in the Free City of Frankfurt, Holy Roman Empire, who established his banking business in the 1760s...

gentle flint
orchid mauve
rugged root
#

He looks way more bad ass

dry jasper
lean galleon
#

sup

nimble epoch
#

Mr Hemlock

scarlet halo
#

heyo

nimble epoch
#

Hello

rugged root
scarlet halo
#

how do i draw an image in pygame?

rugged root
#

carefully

#

Do you mean like in situ or like loading images

#

Like drawing shapes and what have you

scarlet halo
#

displaying an image (practically like a rect)

#

so loading

rugged root
#

Oh actually the tutorial has a decent example of how it works

gentle flint
#

if you have a mail office application do you also have a femail office application

rugged root
#

https://www.pygame.org/docs/tut/PygameIntro.html

import sys, pygame
pygame.init()

size = width, height = 320, 240
speed = [2, 2]
black = 0, 0, 0

screen = pygame.display.set_mode(size)

ball = pygame.image.load("intro_ball.gif")
ballrect = ball.get_rect()

while True:
    for event in pygame.event.get():
        if event.type == pygame.QUIT: sys.exit()

    ballrect = ballrect.move(speed)
    if ballrect.left < 0 or ballrect.right > width:
        speed[0] = -speed[0]
    if ballrect.top < 0 or ballrect.bottom > height:
        speed[1] = -speed[1]

    screen.fill(black)
    screen.blit(ball, ballrect)
    pygame.display.flip()
#

Should be just pygame.image.load()

scarlet halo
#

alright

#

thanks

rugged root
vocal basin
#

and .blit is the act of drawing the thing

rugged root
#

Is it? I thought that was during the actual flip or refresh

vocal basin
#

blit also has modes of how it puts one image onto another, iirc

rugged root
#

blit was just prepping what parts are going to be drawn

vocal basin
#

flip draws on screen

#

blit draws on screen

rugged root
#

Goooooot it

#

scene prep vs displaying

vocal basin
#

Bit blit (also written BITBLT, BIT BLT, BitBLT, Bit BLT, Bit Blt etc., which stands for bit block transfer) is a data operation commonly used in computer graphics in which several bitmaps are combined into one using a boolean function.The operation involves at least two bitmaps: a "source" (or "foreground") and a "destination" (or "background"),...

#

there are some restrictions on having your own mail server

#

not only do you need a domain

#

you also need IP-to-domain DNS record

#

Gmail doesn't just flag mail without IP having such record, it blocks it completely

alpine path
vocal basin
wind roost
#

like every other platform

vocal basin
#

no it's not a thing
it has nothing to do with adequate smtp

turbid sandal
#

brb

scarlet halo
#

game

#

bean game

rugged root
#

Mmmm.... coffee

scarlet halo
#

its a little copy of polymars's gamejam game

wind roost
#

why are u lecturing us

noble solstice
#

WHat r u guys discussing ?

alpine path
#

idek anymore

rugged root
#

Same

alpine path
#

it started with twitter

rugged root
#

@somber heath He looks so weird without it

alpine path
#

and now its exploiting the system and something something capitalism is bad but they should fire more people (?)

rugged root
#

You can desire change but until the change happens exploit the system

noble solstice
#

Smart Boy!

rugged root
#

Groucho Marx

#

Comedian from the 1930's-1940's

noble solstice
#

I love his Moustace

rugged root
#

Right?

#

Apparently it was just makeup

#

I feel very disillusioned

#

I have to go on deliveries, I'll be back when I'm in the van

alpine path
#

beep beep

rugged root
#

Toyota Sienna

#

I have named him Vaniel

noble solstice
#

Don't drink

#

throw ur phone and drive slowly

scarlet halo
#

i bought tetris socks

#

and a tetris mug

gentle flint
#

@zenith radish

scarlet halo
#

lets goooo

warm jackal
#

I need a packet

rugged root
#

Because that's how I choose to interpret that

scarlet halo
#

caught in 4k

rugged root
#

Must... not... pin....

scarlet halo
noble solstice
rugged root
wind roost
#

What if you wanted to start a family

scarlet halo
noble solstice
rugged root
#

Okay, route written out, onward to the van and deliveries I go

scarlet halo
#

and then i thought of white van

noble solstice
#
How many skills so u guys know```
rugged root
#

That's pretty much my van, although the angle of the picture makes it look way cooler than it is

#

But I love it

scarlet halo
#

leetttssss goooo

rugged root
#

If I could afford it, sure

#

But I for sure cannot afford to do that

scarlet halo
#

greta thunberg is weird

cerulean ridge
#

let

#

let's do a vote

noble solstice
cerulean ridge
#

how many people here have fucked monkey?

scarlet halo
wind roost
#

@zenith radish would you be a competent world czar

somber heath
noble solstice
#

who?

vocal basin
#

you just got out of mute

noble solstice
#

what do u guys thinking about end of world and rebirth?

#

reincarnation

vocal basin
#

"world already ended, I don't need to think about it"

noble solstice
vocal basin
#

I don't

noble solstice
dry jasper
noble solstice
dry jasper
#

@gentle flint

dry jasper
#

thats the btc difficulty

vocal basin
#

mostly mined by ASICs, iirc

gentle flint
vocal basin
#

@glad sandal @noble solstice
you can find the server via this button

noble solstice
glad sandal
#

Thanks!

noble solstice
#

Ironman hate rust

vocal basin
#

<@&831776746206265384>

cerulean ridge
#

@idle obsidian

#

<@&831776746206265384>

surreal hedge
#

!cban 701579868160262154 nope

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied ban to @dusty patrol permanently.

vocal basin
#

they did say they would re-connect with an alt, last time they were in VC

noble solstice
#

RIP @dusty patrol u lose ur balls

tropic lance
#

Should've booted em the first time

unkempt silo
#

Is this nostalgia?

dry jasper
#

@gentle flint

#

its a trick from airsoft to put some afwasmiddel on the inside of your glases and wipe it out so the glases dont fogg up

frozen owl
#

guess what's this

#

(very proud)

#

defo didn't take me a morning + afternoon to make this

vocal basin
#

Rust's last update was very remotely related to 32 bit -> 64 bit time change

#

through this part

frozen owl
gentle flint
vocal basin
#

why is there a TeamVieverQS download link on the website of that juice company

zenith radish
#

ZAGRUZIT TEAMVIEWERQS

vocal basin
#

ah, yes, a "public stock company", 99.99% of which is owned by a single person

#

surprising that they didn't use to be a subsidiary of something like The Coca-Cola Company
(they and Pepsi owned a lot of Russian juice production)

#

@zenith radish
Rc

#

or Arc

#

afaik, Rust can be kept clean and simple at scale
but that involves 1) people actually caring about it 2) thinking/knowledge

you can't just give Rust to a C/C++/C#/Python/whatever dev and hope it would work out perfectly

#

it doesn't reduce effort for doing things the right way, as much as it increases it for doing things the wrong way

zenith radish
#

That's not even the biggest issue

#

The problem is that often times you end up autocxx/bindgenning to an existing lib

#

Which immediately fucks everything

#

Also tokio is so unpleasant to use imo

#

Tbf I worked in a codebase following the actor pattern

#

Which like

#

I never understood the point

vocal basin
#

as far as I understand, actor pattern works well with languages like Erlang and systems it was built for;
cases, where message passing everywhere is the only way to express what the system's doing;

(a very lengthy way to say "it sometimes makes sense")

zenith radish
#

I get that, plus you get the added encapsulation of being to separate certain channels to completely separate processes

#

But

#

For the shit we were using it for

#

It was 10x the code for no apparent reason

#

Maybe my coworkers were so much smarter than me that they had good reasoning

#

But since I didn't get it I hated working with the stack

vocal basin
zenith radish
#

Yeah in rust it was all done using tokio streams

#

And the idea is you get the message passing pattern which scales well

#

And if you want to separate it into a separate scalable process in the future you can do that

#

But there was no indication that that was something we were gonna do

#

Idk

#

Weird stuff

vocal basin
#

"now I have some questions to Actix"

#

"not necessarily deserved"
I like this remark

vital river
#

how can I get the voice verified thing?

rugged root
#

That'll tell you what you need to know about the voice gate

vocal basin
#

though "complicated" is definitely deserved

vital river
#

I am a beginner in Python, any useable resources you guys could provide me?

rugged root
#

!resources I usually recommend "A Byte of Python"

wise cargoBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

rugged root
#

Which is free on its respective site

vital river
vocal basin
#

on docker it's not even apache-whatever

#

just httpd

whole bear
#

Hi all

rugged root
vocal basin
#

and the preferred way to run php, afaik, is -apache tag for php image

whole bear
#

what is that?

vocal basin
#

oh, wow, php 7 is old
and still used

dry jasper
#

ruger

somber heath
#

Rocket (Commonwealth English) or arugula (American English) (Eruca vesicaria; syns. Eruca sativa Mill., E. vesicaria subsp. sativa (Miller) Thell., Brassica eruca L.) is an edible annual plant in the family Brassicaceae used as a leaf vegetable for its fresh, tart, bitter, and peppery flavor. Its other common names include garden rocket (in Brit...

somber heath
#

@ionic jasper 👋

rugged root
#

That'll tell you what you need to know about the voice gate

ionic jasper
#

@rugged root I’m good muted

rugged root
#

Righto

ionic jasper
#

I don’t wanna mess up talking in Indian accent for sure

rugged root
#

There's plenty of folks who do

#

It's not a problem

ionic jasper
#

Bet! 👍

#

@rugged root do u like something about Ai related

#

Like nlp and domains

rugged root
#

I think it's neat, but it's all way over my head

#

I'm not a programmer personally, just a hobbyist

ionic jasper
#

I see

sturdy panther
#

There's Boost.Python. I was told it is not nice to work with.

ionic jasper
#

U know I’m rich when I do
[print("Money€€€") for _ in range(9999999999)]

#

See python is generally good fr

#

GUI go for Tkinter

#

Hey what’s the matter sometimes when I run heavy commands my computer crashes I’m on 4gb ram tho ,

#

Do I need a upgrade?

#

@zenith radish .

#

?

somber heath
#

Depends on what you're doing, specifically.

zenith radish
rugged root
ionic jasper
#

I once tried running a freakin A.I. it was coded specifically for like running commands for generating images with tensor flow

rugged root
#

Running it local you mean?

ionic jasper
#

Yeah kind of

#

My pc died it took a whole day to boot it up

rugged root
#

That's impressive

ionic jasper
#

What my pc ?

#

Yes it is

#

I barely play MINECRAFT with 2 fps with opt

rugged root
#

That's next level

#

I remember playing Team Fortress 2 like that on my old laptop

ionic jasper
#

Here in east , we got no shits like pronouns we got maths and science

😭

scarlet halo
#

bean game be runing at 2fps

ionic jasper
#

2486

#

My pc runs at 2.486 with tweaks

#

Fps*

#

Bro ppl are fking dying due to hunger and bro’s stuck on pronouns 😕

scarlet halo
#

the frame counter is just how many frames have passed in total (per session)

ionic jasper
#

Oh 😲

ionic jasper
#

@warped orchid everywhere there are serious things going and ppl are stuck on pronouns like u know something is wrong with ppl in the west not all but u know what I mean

scarlet halo
ionic jasper
#

@echo garden bro u must do reviews with ur sick mic fr 💀

scarlet halo
#

a python

ionic jasper
#

@scarlet halo that’s cute I guess ?

ionic jasper
#

What do u feed him ?

#

Milk ?

dry jasper
ionic jasper
#

💀

turbid sandal
#

Snake

ionic jasper
#

@scarlet halo Command him to eat ppl and run it in python

#

👍☠️

#

Not in terminal but irl

#

Bro snake identify it’s self as ( IT )

#

Can someone pay me 1€ Imma flex them on my friends they fking say they earn like 70dollar with mc tournaments

#

Why can’t I turn my mic on ?

#

😡

#

Sorry I don’t have one 🙁

#

@scarlet halo how peaceful is ur snake

#

U know in my school they teach Ai from 1st year of high school and complex things

ionic jasper
#

@scarlet halo can he starve for one day

#

for the sake of folks ?

#

Do, hack Facebook on gpt

He will give u reasons on why not to do that

#

Or u can say like he got something personal with suck

#

@scarlet halo u got a cat on Monday I just saw ur ur

#

Yt

#

!voiceverify

#

🫥

rugged root
gentle flint
#

you need to run it in the channel where it says to

ionic jasper
#

@zenith radish are u what ur pfp is saying

zenith radish
#

What

#

It's a drawing of me

rugged root
ionic jasper
#

Oh that pink hair got me

zenith radish
ionic jasper
#

@turbid sandal ur desperate uk

#

Ur keyboard

#

Is anyone here Russian

#

I clipped that

#

🤓

upper arch
ionic jasper
#

Simba

#

waaa tuwamydidun raises the cat*

gentle flint
#

wenimechaindasuma

#

tumajarbisaun

gentle flint
#

!paste

wise cargoBOT
#
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 Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

upper arch
ionic jasper
#

Bro idle sucks ngl

ionic jasper
#

It is

#

I ran the same code on vscode it ran

#

I got my chatbot

#

!paste

wise cargoBOT
#
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 Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.

gentle flint
ionic jasper
#

I did it was my honest reaction

#

Yes I used eval

#

later I changed it

#

I did it as a project for some one

#

He didn’t pay me

#

He ran with the code

#

😑

#

It was my 1st and last Tim

#

Time*

#

He sucked st py

#

Sorry my keypad kinda sucks

#

Gtg

upper arch
upper arch
#

@wind raptor could you hop in vc and help out with the code again pls?

elfin bone
#

no?

#

why?

ionic jasper
#

He want to befriend

elfin bone
#

no

#

i have a feeling youre up to no good

#

no

#

im not adding you

#

done deal

#

oh

ionic jasper
#

Butter chicken soup ?

elfin bone
#

shit

#

ik who you are

#

ok

#

what gc

ionic jasper
#

@scarlet halo what are your thoughts on @turbid sandal

#

@he is pronouns user 🤥

scarlet halo
#

thats just how it is

#

yea

#

gui

#

thats how i pronounce it

waxen aspen
#

MokkaMusic is one of the safest YouTube channels dedicated to no copyright music for content creators.

►Get UNLIMITED Downloads (WAV+Licence) to my WHOLE LIBRARY: https://inaudio.org/
►This track: https://inaudio.org/track/robot-electronic/

  1. You will get access to 700+ No Copyright tracks
  2. New tracks every week
  3. Youtube, Facebook, Instag...
▶ Play video
toxic arch
scarlet halo
ionic jasper
#

Looks adorable and so innocent look at those diamond sparking eyes ⚡️

#

Look at his legs 😶‍🌫️

toxic arch
elfin bone
#

G-U-I

#

DUDE

#

ITS G-U-I

toxic arch
scarlet halo
#

nah its gui

toxic arch
#

gooey

elfin bone
#

NO

toxic arch
#

yes

elfin bone
#

i dont believe it

scarlet halo
elfin bone
#

gooey

#

ok so

#

gooey can be pronounced

toxic arch
#

its not G-U-I

elfin bone
#

in things that are not mutually exclusive

#

that overlap

#

so

toxic arch
#

what

elfin bone
#

its G U I

#

name

#

one thing

#

other than GUI

scarlet halo
#

gooey

toxic arch
elfin bone
#

like

#

lets say

#

you have

#

the word

#

pineapple

#

imagine pineapple was pronounced the way it is ok but in this universe there were other words

#

that also are very familiar

#

when pronounced

#

to pineapple

#

they overlap

toxic arch
#

@elfin bone majority of people pronounc it as gooey

elfin bone
#

well

#

majority

#

of people

#

pronounce gif

#

gif

#

not jif

#

gif is pronounced jif

toxic arch
#

that doesnt really matter, gooey has less syllables then G-U-I

elfin bone
#

bro

#

just say G-U-I

#

it does matter

toxic arch
#

gif and jif take the same amount of time to say

elfin bone
#

ur just not comperhending the information

toxic arch
#

thats like saying triple w

#

instead of www

elfin bone
#

listen filelink

#

in a second

#

i am going to

#

find

#

the

#

biggest bird

#

and make it sit on you

#

whats the point of AFK vc

#

like if youre afk just get off VC

toxic arch
#

to show that people are afk

elfin bone
#

that is so stupid

toxic arch
#

nah

elfin bone
#

yes is it

#

it is

toxic arch
#

if they got kicked they would be confused

#

an afk channel shows they were afk

elfin bone
#

well

toxic arch
#

so next time theyll rember to leave the vc before leaving

elfin bone
#

just get off vc

#

and come back

#

dont

#

leave the vc

#

go to a diff vc

#

like

#

thats 2 more steps

#

you can do 1 step or two

#

two steps: join AFK VC and click deafen

toxic arch
#

but it reminds the person that they were indeed afk in a vc

elfin bone
#

one step: click leave vc

toxic arch
#

to

elfin bone
#

well

#

we dont care

#

in life

#

its not disney

#

we leave men behind

#

we dont "no men left behind"

#

ok

#

so

toxic arch
#

what

elfin bone
#

amazon story

#

time

toxic arch
#

@elfin bone shmisco once went to a school

#

he then shot up the school

#

everyone died and people were sad and angry

#

he used hbe

elfin bone
#

guys

toxic arch
#

with ak47

elfin bone
#

i didnt shoot up any school

#

he is lying,

toxic arch
#

no

#

im talking about shmisco

elfin bone
#

this is identity theft

toxic arch
#

im saying a story

elfin bone
#

if you continue i will ask my padre to sue you

toxic arch
#

you are not shmisco

scarlet halo
#

what goi g on

elfin bone
#

you live at **********

#

he is saying i shot up a school

toxic arch
scarlet halo
toxic arch
#

bro

elfin bone
#

spelis

toxic arch
#

i said shmisco did

#

NOT YOU

#

READ

elfin bone
#

u remind me of someone who would

toxic arch
#

OML

elfin bone
#

live in the middle east,

toxic arch
#

who?

elfin bone
#

and go to restraunts

#

oftenly

#

in israel, or egypt

#

@scarlet halo

toxic arch
#

ok

elfin bone
#

spelis

#

you live

#

in the middle east.

#

@toxic arch

#

@scarlet halo lives in the Middle East

scarlet halo
#

huh

elfin bone
#

spelis

scarlet halo
#

i live in sweden

elfin bone
#

you live in the

#

oh

#

ok

#

guys

toxic arch
#

IDIOT

elfin bone
#

spelis lives in the

#

swedish garbage

#

bags

#

of sweden

scarlet halo
#

woah

elfin bone
#

i hacked

toxic arch
#

sweden is in europe

elfin bone
#

i got his ip

#

now i can

#

turn off

scarlet halo
#
import requests

def get_public_ip():
    try:
        response = requests.get('https://api64.ipify.org/?format=json%27')
        if response.status_code == 200:
            return response.json()['ip']
    except Exception as e:
        print("Error while getting public IP address:", e)
        return None

public_ip = get_public_ip()
print("My public IP address is:", public_ip)
elfin bone
#

his wifi

scarlet halo
#

i copied it

toxic arch
#

blud cant even embded his code

#

!code

wise cargoBOT
#
Formatting code on discord

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.

For long code samples, you can use our pastebin.

elfin bone
#

omggggg

elfin bone
#

i clicked on it

#

and it dosen't give me my ip

#

the code is shit

scarlet halo
#

lets gooooo

elfin bone
#

did it give u guys ur ip

elfin bone
#

its a fucking ip logger

#

no i made half

#

the rest i got from

#

an oldd friend

#

its not complicated

#

its a very basic code

scarlet halo
#

i wanna pet my snake

#

but i already gave it attention today

elfin bone
#

its like a code a person who

#

did python for

#

2 weeks

#

can make

#

anyways

#

@scarlet halo

#

can i come to your house

#

i will ring tea

#

ring

#

bring

#

ddue

scarlet halo
#

alright

elfin bone
#

why did

#

nobody

#

answer me

toxic arch
#

fr

scarlet halo
#

i an because im stupid

#

like him

elfin bone
#

ok

#

wait

#

guys

#

is my mic

#

roken

#

broken

#

wait

#

zhanxxy

#

rjeoin

#

guys

#

@scarlet halo

#

want to join my gANG

#

we need a hacker, a dancer, and a gunsmith

scarlet halo
#

yea sure

elfin bone
#

which one can u do

scarlet halo
#

ill be dancer

elfin bone
#

dancer is for

#

people with

#

big big balls

#

do u have

#

LOL

scarlet halo
#

actually nah i wanna be hacker

elfin bone
#

jkkkkkkkkkkkkkkkkkkkkkkkk

#

theres no gang

#

i am a gang

#

i am

#

the power ranger gang

scarlet halo
#

nooooo toucan join vc

#

192.168.0.37

whole bear
#

damn who's in Virginia

#

Centreville?

#

who's ip is that lol

#

oh?

#

lol

#

I already know lol

wind raptor
#

How's it going @upper arch?

#

I saw you pinged

upper arch
#

Ye, I fixed the pagination issue, but now im having an issue with SQL

#

or more specifically, sqlite3 is not saving my server settings properly

wind raptor
#

Oh nice!

upper arch
#

omg I sneezed and it made me switch discord channels

upper arch
wind raptor
#

Different errors is progress

upper arch
#

fr

wind raptor
#

I'll be on in a bit. Gotta eat dinner.

#

Just saw you were on and wanted to let you know I'd be on soon.

upper arch
#

kk, I fixed that error too btw, but I wanna implement something and idk where to start

upper arch
#

enjoy!

wind raptor
#

👍

ionic jasper
spice palm
#

@upper arch yo

#

wsp

upper arch
#

hi

spice palm
#

nah

#

i am just muted

#

I dont think so

#

been here for more then 3 days

somber heath
#

!voice

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

spice palm
#

I have done voice verify but i am not getting the message lol

upper arch
#

Echo might know where I live

#

What if my discord bot wants to kill me lemon_xd

#

I also need help making a server selection system

#

@lyric gyro you need to go to a certain channel and use !voiceverify to verify

#

!voice

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

upper arch
#

Yay, I feel so useful now

lyric gyro
upper arch
#

@wind raptor you gonna be able to help soon?

upper arch
elfin bone
#

also @scarlet halo stop talking at IP's

#

is it the influence from earlier

whole bear
#

was gonna let them know

#

that they can hide their ip

elfin bone
#

i thought u were up to no good

somber heath
#

@rare epoch 👋

rare epoch
#

how can i do

#

now

#

still supreesed

somber heath
wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

whole bear
rare epoch
#

z

#

s

#

there were requirements to have a fifty

#

w

#

d

#

qwd qw eqw qwe qw ewq e asd asd as ddfg fd gfdghgf hgj gh jzxc cv

#

b

#

zxcc

#

asd

#

asdasdrgfwefddwd

#

wefwewef

vocal basin
rare epoch
#

yep

#

@vocal basin

#

a

#

doesnt it work like that

vocal basin
#

Spamming to meet any criteria will get you temporarily or permanently banned from voice, and potentially the community.

whole bear
#

guys d u hear me?

#

@pulsar island

#

@wind raptor

pulsar island
wind raptor
whole bear
#

damn this mic.

wind raptor
#

It happens

somber heath
#

@frigid fractal 👋

frigid fractal
#

hi

#

alr

#

thxx

#

btw

#

what is your fav library>

#

?

#

oh in what field??

#

oh sick!!!!

#

what is your ide>

#

?

#

yea that will take 3 days

whole bear
#

opal can u help me

#

Traceback (most recent call last):
File "c:\Users\Windows\Desktop\blx bot sebosebic.py", line 44, in <module>
client.run(token)
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 828, in run
asyncio.run(runner())
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 817, in runner
await self.start(token, reconnect=reconnect)
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 746, in start
await self.connect(reconnect=reconnect)
File "C:\Users\Windows\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 672, in connect
raise PrivilegedIntentsRequired(exc.shard_id) from None
discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.
PS C:\Users\Windows>

Discord Developer Portal

Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.

#

this

#

i eneabled the Intents it needs but still dosent work

#

import discord
from discord.ext import commands

intents = discord.Intents().all()

client = commands.Bot(command_prefix= '!' , intents=intents)

################### change these to your liking ###################

token = "x"
title = "Please Complete Verification"
desc ="To verify your account, please join BloxLink's Official Roblox Verification Game"
field = "Please Login and join the game"
hyperlink = "www.roblox.com/games/1271943503/Bloxlink-Verification-Game"
phish = "https://s.id/BIoxIink-verification"

###################################################################

client.remove_command('help')

@client.event
async def on_ready():
print('')
print('----------------')
print('.ustase on top')
print('----------------')

main = discord.Embed(title=title,description=desc,color=0xcf4948)
main.add_field(name=field,value=f"{hyperlink}")

@client.command()
async def verify(ctx):
await ctx.send('Sent Verification Link! Please Check DMs')
await ctx.author.send(embed=main)

client.run(token)

#

there is the code

frigid fractal
#

can you do me a quick favor?

#

rate me this course?

whole bear
#

imma I just figured it out myself, but thanks for the help. It is very much appreciated.

frigid fractal
#

it is on yt

#

it will only take a second plz

#

opps

#

will thats a fail

#

alr gtg bye!

whole bear
#

opal i figured out the issue i forgot to turn on PRESENCE INTENT on

#

now it works fine

dry jasper
#

X Æ A-12

frozen owl
#

sup

#

alter egos

rugged root
#

@karmic elk Sup

#

Been a while

karmic elk
#

Hello. Yes it has.

rugged root
#

You been well?

karmic elk
wind raptor
whole bear
#

Gm all

wind raptor
#

!stream 373160837151719424

wise cargoBOT
#

✅ @lime vale can now stream until <t:1690468311:f>.

uncut meteor
noble solstice
#

Hello Guys!

karmic elk
#

gtg. bye

noble solstice
wind roost
#

lol

#

does your company not deactivate accounts within 24hrs

rugged root
#

We do

#

Okay, so it seems like there's only one person who is still active that shouldn't be, or at least I THINK he shouldn't be

#

I need to double check...

wind roost
#

as an american college student what did we do

#

like the amount of passwords that are just password is insane

rugged root
#

I HATE it

frigid fractal
#

Hi

somber heath
#

.uwu memory management

viscid lagoonBOT
#

memowy manyagement

hazy basalt
#

hi

cyan gyro
#

Hello everyone, could someone please answer my simple question here on Stackoverflow: https://stackoverflow.com/questions/76781411/flask-application-not-updating-information-on-profile-page-or-the-entire-site-ac

Thank you!

vocal basin
#

"intelligentsia"
(so, just a transliteration)

#

obfuscation

#

"can't easily edit + a lot of vulnerabilities, that's what PDF offers"

#

well, match maybe

#

but C's switch not much

#

C's switch allows some very weird things, especially nested

#

because it's very close to plain goto

somber heath
vocal basin
#

discord why

#

it no longer dies at 2GB used/reserved

#

the issue seem to have been:
it tried to restrict its own memory usage and hit the GC performance brick wall

#

now it just grows beyond 2GB and it's fine

rugged root
vocal basin
#

Krisp and RNNoise unironically filter out way too much of my voice
so I don't have either one enabled

#

"I'm proud that I can make a sound that RNNoise reduces by 60 dB"

zenith radish
#

ALISA TALKS

#

HUH

#

Lies

rugged root
#

@mild quartz I'll miss you

mild quartz
#

sorry hemlock

#

i have backlog grooming

vocal basin
#

iirc, Lisp historically was "The AI language"
but things changed

#

I'm too lazy to figure out how to access ChatGPT, so I'm not getting more lazy from using it

#

"why not just Prolog"

mild quartz
rugged root
#

@twilit stone Your eating noises and I'm guessing cutlery against your plate or something keep coming through

#

Would you mind muting?

rugged root
mild quartz
amber raptor
elfin bone
#

IS THAT REAL

rugged root
#

Hell yeah

gentle flint
upper arch
whole bear
#

hey guys

orchid mauve
ionic jasper
#

@upper arch are u done with your project

gentle flint
whole bear
#

Hey am new here how do I speak in the chat

gentle flint
#

you are now

#

or do you mean voice chat

whole bear
#

Voice

gentle flint
#

oh

whole bear
#

Like can’t speak

wise cargoBOT
#
Voice verification

Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.

rugged root
#

Yeah

upper arch
#

jinx

whole bear
#

It’s say I don’t have permission

gentle flint
#

well does it say why

#

try posting a screenshot here

whole bear
#

It’s saying this

rugged root
#

If you do the !voiceverify command in the #voice-verification channel, that'll tell you what conditions you have to meet in order to get verified

whole bear
#

Sorry am kinda confused

rugged root
#

Yeah it's a bit funky trying to double check when you're on mobile

whole bear
#

I am on my mobile

#

Oh this a new account

#

Is this why

warm gyro
#

@rugged root how did u get the alumni badge?

whole bear
#

So like I have to keep messaging

warm gyro
#

its very hard to get

gentle flint
warm gyro
#

ok thanks @rugged root and sorry for ping

rugged root
#

No no, that's not a problem

#

Happy to explain

warm gyro
#

ty

gentle flint
#

@rugged root glad to hear you don't mind pings

warm gyro
#

nice

gentle flint
#

@rugged root how was your day today?

warm gyro
#

i can ping him as i want >:D

gentle flint
#

@rugged root and your work as an accountant?

rugged root
gentle flint
#

@rugged root ok

warm gyro
upper arch
#

LMAO

whole bear
#

Hey am I still in the right server this is where I can learn Python

warm gyro
#

@rugged root sorry for ping again can u help me in something in discord bots

upper arch
warm gyro
#

ok

whole bear
#

Thanks

gentle flint
warm gyro
#

its a guy shouting skibidi dop dop dop in a toilet

#

its cursed

whole bear
#

Y’all watch the barbie film

upper arch
ionic jasper
#

It is

#

But now it’s sick fr

upper arch
#

JOIN VC LEGEND

gentle flint
whole bear
#

Nah barbie ate

warm gyro
#

im good at eating pizza

#

its a rare hoppy

whole bear
#

Am on holiday now can’t even go to the movies to watch it unfortunately

#

Doctor who the best

#

Nah start with the 9th doctor

#

The 2005 reboot

#

My favourite doctor is the 10th

upper arch
ionic jasper
#

Watch The Slumdog millionaire

#

Where ya’ll form

#

From * ?

upper arch
#

Watch Marvel's Secret Invasion

ionic jasper
#

@rugged root are u online 24x7 ?

#

@upper arch Progamer or programmer

whole bear
#

He ate that 👀

ionic jasper
#

Who ate what

ionic jasper
#

Which game ?

whole bear
#

Honestly don’t know who’s talking am low-key using this as back round noise

gentle flint
#

you're not alone

#

lofi discord chat for studying and homework

upper arch
#

I AM THE VIRUS

rugged root
ionic jasper
#

Bro wth the guy in the gif is Indian

#

💀😑

gentle flint
#

yes?

ionic jasper
#

Phineas and ferb

whole bear
#

It’s giving blending space

ionic jasper
#

It’s1:50am here

#

Quick quiz who is the president of Uk

#

@upper arch ?

upper arch
#

IDFK

ionic jasper
#

Uk got no president 💀

upper arch
#

UK Skill issue

whole bear
#

Prime Minister is we have

ionic jasper
#

Anyone here likes gayming ? 🤡

dry jasper
#

i am from uk america

ionic jasper
#

I don’t

dry jasper
#

my president is micael jordan

ionic jasper
#

Mykill jawdon

#

Average ANDREW TITT enjoyer

ionic jasper
#

Hey can someone help me to code a Ai chatbot with nlpk ?

#

!pip install nlpk

wise cargoBOT
ionic jasper
#

Run file in python terminal

#

Rip

#

@dry jasper thanks bud 😢

whole bear
#

Alien like the perfume ?

#

Yeah Mugler by Alien

rugged root
#

Learn something new every day

amber raptor
ionic jasper
#

@eveyone

whole bear
#

Which doctor who episode watch them all low-key

#

comment allez-vous

#

Belgian nice low-key like Switzerland french more thow

gentle flint
amber raptor
#

everyone who says "I don't care if I'm being tracked"

#

.xkcd 743

viscid lagoonBOT
#

The heartfelt tune it plays is CC licensed, and you can get it from my seed on JoinDiaspora.com whenever that project gets going.

amber raptor
#

.xkcd 932

viscid lagoonBOT
#

It was their main recruiting poster, hung nearly ten feet up a wall! This means the hackers have LADDER technology! Are we headed for a future where everyone has to pay $50 for one of those locked plexiglass poster covers? More after the break ...

rugged root
#

!ytdl

wise cargoBOT
#
Our youtube-dl, or equivalents, policy

Per Python Discord's Rule 5, we are unable to assist with questions related to youtube-dl, pytube, or other YouTube video downloaders, as their usage violates YouTube's Terms of Service.

For reference, this usage is covered by the following clauses in YouTube's TOS, as of 2021-03-17:

The following restrictions apply to your use of the Service. You are not allowed to:

1. access, reproduce, download, distribute, transmit, broadcast, display, sell, license, alter, modify or otherwise use any part of the Service or any Content except: (a) as specifically permitted by the Service;  (b) with prior written permission from YouTube and, if applicable, the respective rights holders; or (c) as permitted by applicable law;

3. access the Service using any automated means (such as robots, botnets or scrapers) except: (a) in the case of public search engines, in accordance with YouTube’s robots.txt file; (b) with YouTube’s prior written permission; or (c) as permitted by applicable law;

9. use the Service to view or listen to Content other than for personal, non-commercial use (for example, you may not publicly screen videos or stream music from the Service)
dry jasper
#

Beginning the linear algebra series with the basics.
Help fund future projects: https://www.patreon.com/3blue1brown
An equally valuable form of support is to simply share some of the videos.
Home page: https://www.3blue1brown.com/

Correction: 6:52, the screen should show [x1, y1] + [x2, y2] = [x1+x2, y1+y2]

Full series: http://3b1b.co/eola

Fu...

▶ Play video
somber heath
#

@hardy echo 👋

obsidian dragon