#voice-chat-text-0

1 messages Β· Page 837 of 1

torpid verge
#

You can look up, I have previous messages here, where I was asking questions etc

dense ibex
#

ctx.guild.created_at.format("%A %-d%t of %B %Y %I:%M:%S %p")

somber heath
#

Yeah. It's not a thing. I don't know re off the top of my head and it was an educated guess. group should be it. Did you figure it out?

#

You thanked.

whole bear
#
aaa=re.search("[0-9]+",'Screenshot (851).png')
print(aaa.group())
```  this works fine
#

but

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.pydis.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.

whole bear
#
for x in a:
    aaa=re.search("[0-9]+",x)
    print(aaa.group())
```  BUIT THIS IS NOT WRKING
whole bear
#
    print(aaa.group())
AttributeError: 'NoneType' object has no attribute 'group'
#

x is of kind Screenshot (881).png

somber heath
#

So re.search is giving you None. The question now is: Under what circumstances does this happen?

#

Print out each x as you loop.

#

Or a as a whole.

stuck furnace
#

What's everyone up to today?

somber heath
#

Digesting.

slate viper
#

@stuck furnace if i copy code from online ( like i write it line by line my self, is it considered practice ?

stuck furnace
#

Erm, I mean looking at other people's code can be a valid way to learn, but usually only after attempting to solve the problem yourself.

slate viper
#

and yes im am understanding and asking questions from others of the line i cant understand

stuck furnace
#

One hazard is that it's easy to convince yourself that you've understood it when you haven't.

#

Without an element of self-test.

slate viper
#

i mean i did learn a lot about list and how i can use them when i tried making a tic tac toe game using online avaliable code

stuck furnace
#

πŸ˜„

slate viper
#

Screenshot (881).png

stuck furnace
#

Sound garbled.

#

Nah, not really used it myself.

#

This seems like a pretty good tutorial: https://tkdocs.com

#

brb

slate viper
#

@stuck furnace , @somber heath
If i want to make a random password generator with GUI which lib should i use to make the GUI

#

a new and easy one for beg

somber heath
#

I wouldn't try to do both at the same time.

slate viper
#

i made the random password gen, in a command line

somber heath
#

I'd say do the password gen first, then, once you've worked out that side of things and debugged it, then look at doing the same thing within an event looped (gui) environment.

slate viper
#

i used random and string to make it

somber heath
#

As to the choice of gui library, I'd say explore and experiment.

slate viper
#

hmmm

#

oka

somber heath
#

See what appeals to you.

slate viper
#

will do

high ingot
#

Lol

gentle flint
sick dew
#

@gentle flint wud?

gentle flint
#

@novel karma

wise cargoBOT
#

Voice verification

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

novel karma
gentle flint
#

@whole bear should you be wondering why you're unable to 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.

whole bear
#

yeah I saw

gentle flint
#

although I doubt it'll help you 'cuz you haven't been in server for 3 days

whole bear
#

Yeah

#

:((

gentle flint
#

alack, alas

whole bear
#

What does that mean

gentle flint
#

it's an old-fashioned poetic way of bemoaning a sad situation

whole bear
#

Oh alright.

gentle flint
#

however, don't feel obliged to stay; I'm just hanging 'round in the hope that someone who can speak will join

#

and someone does that very instant

whole bear
#

Now that happend

gentle flint
#

and he leaves again

whole bear
#

Well

#

that was a interesting convo

gentle flint
#

that was short but sweet

whole bear
#

lol

#

Is there like any vc I can be in without the thing?

gentle flint
#

"Hey. Eurghhh." boo-doop

whole bear
#

Lmao

gentle flint
#

counts for all of them

whole bear
#

Yeah I meant to speak.

#

Oh thats sadge:((

gentle flint
#

and another one joins

#

also can't speak

whole bear
#

Yeah

gentle flint
#

rip

whole bear
#

Why do they have this voice thing.

gentle flint
#

because we had people who thought it was funny to join and yell random curse words

whole bear
#

Oh yes

gentle flint
#

this tends to act discouragingly to those people

whole bear
#

Yeah

#

Understandable

gentle flint
#

waiting three days and sending 50 messages takes the edge off them

whole bear
#

Yeah

gentle flint
#

but yeah, this is the disadvantage

#

have you ever used inkscape?

whole bear
#

Nope

gentle flint
#

I'm trying to figure out how to draw a svg

#

k nvm then

whole bear
#

Oh

#

Don't you just draw/edit as normal then export as a svg?

gentle flint
#

not quite

#

the thing is

#

svg is a special type of image format called a vector image

#

vector images don't work by having coloured dots

#

instead they have equations which represent lines, and curves, and boxes, etc

#

So you draw so-called "nodes"

#

hang on

whole bear
#

Oh so inkscape isn't vector based.

gentle flint
#

back again

whole bear
#

Ok

gentle flint
whole bear
#

Ok

gentle flint
#

a vector is an equation line thing like that

#

so vector images are images consisting of those

#

Hence, it's easy to draw out those equations and convert them to so-called bitmap images, which consist of coloured dots

#

but other way around isn't really possible

whole bear
#

Yeah

gentle flint
#

so I have this png

#

and I want to draw some vectors over the top of it to make an SVG

#

trying to figure out how to do it

whole bear
#

Hm

gentle flint
#

yeah

#

last time I used inkscape it was a pain

whole bear
#

Well isnt there a clipping mask option?

gentle flint
#

Probably

#

but the image itself isn't perfect

#

take a look if you zoom in

#

hang on

whole bear
#

Yeah

gentle flint
#

it's bumpy

#

I want perfect curves

#

so I'll just have to manually draw over it

#

just need to find out how to use this program

whole bear
#

Ah yeah

#

Could you stream?

gentle flint
#

yes, I can

whole bear
#

Hello @crimson remnant

#

:))

crimson remnant
gentle flint
#

so this is the imported png

whole bear
#

I can't talk because of some kinda voice system

gentle flint
#

I wanna draw over it

whole bear
#

Hm well I never used that program so I cant help that much :((

gentle flint
#

ikr

#

you probably used photoshop

whole bear
#

Lol um

gentle flint
#

or whatever thing adobe makes for vectors

whole bear
#

For vectors its Illustrator

#

I am fine @crimson remnant

#

I can't speak tho

crimson remnant
#

Oh ok

whole bear
#

Its the voice verification thing

#

I haven't been here for 3 days

crimson remnant
#

Oh ok

whole bear
#

Yeah

#

yep

gentle flint
#

@crimson remnant can you turn up your input volume pls

#

I can barely hear you

whole bear
#

Have you him on max?

gentle flint
#

yes

#

even then

whole bear
#

Oh oke

crimson remnant
#

?

whole bear
#

Kinda

#

Oh well now everyone is gone again :()

gentle flint
#

ah well

#

I've found a video explaining it

whole bear
#

Great πŸ‘

gentle flint
#

time to watch it

#

I'll be back later 'cuz I want both screens (one for video one for inkscape) so I can't also watch text chat

#

see ya

#

and everyone went in staff

whole bear
gentle flint
#

@whole bearback again

whole bear
#

Nice

#

@vernal sedge Are you swedish?

vernal sedge
whole bear
#

Najs :()

#

Hi again

#

I want to talk this shit is making me mad

#

Why is javascript involved in this challange 😠

gentle flint
#

not really rn

#

unless it's short

#

@plush willow

#

I'm terrible at that

#

so I'm the wrong guy to ask

whole bear
#

I may be able to help

whole bear
#

hello

somber heath
#

Avoid it where you can, is my advice. It's okay if you know you're not going to be going too far down in recursion depth, but there are other ways of achieving what recursion does in a more extensible fashion.

#

There's a heap approach which can be applied.

#

Ew.

#

One moment.

#
heap = [...]
while heap: #while len(heap) > 0
    item_to_be_processed = heap.pop()
    ... #Process. Maybe append another item to your heap, maybe not```
#

Not a working example, but it could look something like this.

#

I think anyway.

#

I've done a similar thing when doing a depth first search algorithm.

#

vs

#
def func(v):
    ... #maybe call #func, maybe...
    return processed_v```
#

Like, whatever you're wanting to return for that level of the recursion.

#

!or gotcha

wise cargoBOT
#

When checking if something is equal to one thing or another, you might think that this is possible:

if favorite_fruit == 'grapefruit' or 'lemon':
    print("That's a weird favorite fruit to have.")

While this makes sense in English, it may not behave the way you would expect. In Python, you should have complete instructions on both sides of the logical operator.

So, if you want to check if something is equal to one thing or another, there are two common ways:

# Like this...
if favorite_fruit == 'grapefruit' or favorite_fruit == 'lemon':
    print("That's a weird favorite fruit to have.")

# ...or like this.
if favorite_fruit in ('grapefruit', 'lemon'):
    print("That's a weird favorite fruit to have.")
somber heath
#

!e print(bool('B'))

wise cargoBOT
#

@somber heath :white_check_mark: Your eval job has completed with return code 0.

True
gentle flint
somber heath
#
assert 'my text string'.split(' ') == ['my', 'text', 'string']```
gentle flint
olive hedge
#

hi griff, I need you to be a bit less orange today, it is offending our user base

spark pendant
#

why i can not open mic in voice room?

#

πŸ˜…

olive hedge
#

!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.

spark pendant
#

!voice

gentle flint
gloomy vigil
uncut meteor
gloomy vigil
#
from kivy.app import App
from kivy.uix.label import *

from kivy import Config
Config.set('graphics', 'multisamples', '0')

class DemoApp(App):

    def build(self):
        return Label(
            text="Hello world"
        )


demo = DemoApp()
demo.run()
gentle flint
severe pulsar
#

looks neat

uncut meteor
#

it can join the Griff Family of Avatars

whole bear
#

hellow

uncut meteor
#

!stream 30M @faint smelt

wise cargoBOT
#
Bad argument

Member "30M" not found.

#
Command Help

!stream <member> [duration]
Can also use: streaming

*Temporarily grant streaming permissions to a member for a given duration.

A unit of time should be appended to the duration.
Units (βˆ—case-sensitive):
 y - years
 m - monthsβˆ—
 w - weeks
 d - days
 h - hours
 M - minutesβˆ—
 s - seconds

Alternatively, an ISO 8601 timestamp can be provided for the duration.*

uncut meteor
#

!stream @faint smelt 30M

wise cargoBOT
#

@faint smelt

βœ… @faint smelt can now stream.

uncut meteor
#
data = list(map(str.strip, data))
gentle flint
faint smelt
#

thank you Griff, have a good rest of the day

uncut meteor
#

np u2!

#

!e

from __future__ import annotations
class Basket:
  def __init__(self):
    self._data: list[Item] = []

  def add_item(self, item: Item) -> None:
    self._data.append(item)
  
  def __repr__(self) -> str:
    return "Basket [\n" + ',\n'.join(self._data) + "\n]"

class Item:
  def __init__(self, name: str):
    self.name = name

  def __repr__(self) -> str:
    return f"< Item {self.name} >"


basket = Basket()

apple = Item("Apple")
car = Item("Car")

basket.add_item(apple)
basket.add_item(car)

print(basket)
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.pydis.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.

gentle flint
#

@inland turret

wise cargoBOT
#

@uncut meteor :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 28, in <module>
003 |   File "<string>", line 10, in __repr__
004 | TypeError: sequence item 0: expected str instance, Item found
inland turret
uncut meteor
#

!e

from __future__ import annotations


class Basket:
    def __init__(self):
        self._data: list[Item] = []

    def add_item(self, item: Item) -> None:
        self._data.append(item)

    def __repr__(self) -> str:
        return "Basket [\n" + ',\n'.join('\t' + str(item) for item in self._data) + "\n]"


class Item:
    def __init__(self, name: str):
        self.name = name

    def __repr__(self) -> str:
        return f"Item: {self.name}"


basket = Basket()

apple = Item("Apple")
car = Item("Car")

basket.add_item(apple)
basket.add_item(car)

print(basket)
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

001 | Basket [
002 | 	Item: Apple,
003 | 	Item: Car
004 | ]
uncut meteor
#

lotteryObject = LotterySystemClass(commands.Cog)

#

Bot.get_cog(name)

#

lotteryObject = self.client.get_cog("LotterySystemClass")

#

lotteryObject.playersEntered

#

!e

class Example:
  def __init__(self, data):
    self.data = data

e1 = Example(1)
e2 = Example(2)

print(e1.data)
print(e2.data)
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

001 | 1
002 | 2
uncut meteor
#

lotteryObject = self.client.get_cog("LotterySystemClass")
print(lotteryObject.playersEntered)

inland turret
uncut meteor
#
        except Exception as e:
            print("[LOTTERY] values were empty:", e)
inland turret
uncut meteor
#
except IndexError:
  print("[LOTTERY] values were empty:")
#
embed.set_author(name=self.client.get_user(randomChosen).name, icon_url=self.client.get_user(randomChosen).avatar_url)
#

if (user := self.client.get_user(randomChosen)) is None:
  user = await self.client.fetch_user(randomChosen)
#
user = self.client.get_user(randomChosen) or await self.client.fetch_user(randomChosen)
#

^

#

!e

test = None
x = test or 5
print(5)
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

5
uncut meteor
#

!e

test = None
x = test or 5
print(x)
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

5
uncut meteor
#

user = self.client.get_user(randomChosen) or await self.client.fetch_user(randomChosen)

inland turret
uncut meteor
#
from dispair import Router
from dispair.models import Interaction, Option, Member
from dispair.utils import Embed

router = Router()

@router.interaction(name="embed", description="Embed your message.")
async def embed(
  inter: Interaction,
  title: str = Option(desc="Title for the embed"),
  description: str = Option(desc="Embed Description", required=False)
):
    return Embed(title=title, description=description)

severe pulsar
#

dispair marketing on point 😎

uncut meteor
#

@severe pulsar should I do this?

#
from dispair import Router
from dispair.models import Interaction, Option, Member
from dispair.utils import Embed

router = Router()

@router.interaction(name="embed", description="Embed your message.")
async def embed(
  inter: Interaction,
  title: str = Option(desc="Title for the embed"),
  description: Optional[str] = Option(desc="Embed Description")
):
    return Embed(title=title, description=description)

#

so its typed as Optional rather than having a kwarg for description

severe pulsar
#

hmm yeah this is better

#

instead of required=True/False

uncut meteor
#

i'll swap it over

inland turret
#

@ashen rapids sudo yum –y install httpd

ashen rapids
#

yumdownloader httpd

severe pulsar
#

;)

uncut meteor
#

currently doing async exception handling for assigning the handlers

#

never done it before

severe pulsar
#

😬

ashen rapids
#

yumdownloader httpd

#

rpm -qpi httpd-*rpm

#

rpm -qpc httpd-*rpm

#

yum groupinstall "Web Sesrver"

inland turret
#

rpmbuild -ts httpd-2.4.x.tar.bz2

#

rpmbuild -tb httpd-2.4.x.tar.bz2

severe pulsar
uncut meteor
#

me irl

severe pulsar
#

yep

ashen rapids
inland turret
#

firewall-cmd --zone=public --permanent --add-service=http

#

firewall-cmd --reload

severe pulsar
#

I use windows 😎

#

;-; :( 😭

whole bear
#

tt

uncut meteor
ashen rapids
whole bear
#

Heyo

#

10 messages to go (:

#

so @molten pewter how you doing

molten pewter
#

Cool, Cool, cool

#

What is Pycharm Community?

whole bear
#

the "free" version

#

you don't know pycharm at all?

#

It's a work environment for py

#

highly recommended

#

vim?

#

oh lol

#

if i do full stack and work with a few langs i prefer vscode

#

better option

#

oh wait i can talk

#

sec

teal python
#

Isn't it a holywar?

shadow cedar
#

hlo

whole bear
#

192.168.1.1

dense ibex
#

Good morning @rugged root

rugged root
#

!voice @hearty wyvern

wise cargoBOT
#

Voice verification

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

dense ibex
#

We should make that embed color blurple ^^

tiny socket
#

will join vc in ~30 :P

rugged root
#

!ytdl

wise cargoBOT
#

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)
molten pewter
#

Player accounts (as of October 2020, with at least one game)
391 mln

Yearly active players
171 mln

PlayStation Plus subscribers in October 2020
48.5 mln

uncut meteor
#

!e print(32 * 32)

wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

1024
molten pewter
uncut meteor
#

!e print(1024 * 120)

molten pewter
#

Average age of playstation player is: 28

uncut meteor
#

!e

secs = 122880
mins = secs / 60
hours = mins / 60
print(f"{hours} Hours")
wise cargoBOT
#

@uncut meteor :white_check_mark: Your eval job has completed with return code 0.

34.13333333333333 Hours
molten pewter
#

PlayerUnknown's Battlegrounds #!

rugged root
#

Wait, seriously?

molten pewter
#

#1 with 1,037 million active users

whole bear
#

!h

#

!helpo

#

yea yea oops

#

!e

wise cargoBOT
#
Command Help

!eval [code]
Can also use: e

*Run Python code and get the results.

This command supports multiple lines of code, including code wrapped inside a formatted code
block. Code can be re-evaluated by editing the original message within 10 seconds and
clicking the reaction that subsequently appears.

We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!*

whole bear
#

I forgot to say this before but Hello everyone in vc :()

rugged root
#

!tvban 780449492620935168 2w You've had issues with joining the voice chat and either making loud noises, blowing into the mic, etc. If this continues after this temporary voice ban, you will lose voice permissions entirely.

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied voice ban to @clear shadow until 2021-06-07 14:37 (13 days and 23 hours).

rugged root
#

Really not in the mood to have our folks subjected to it

#

@paper tendon If I have to get on people for interrupting conversations, you also will catch flak for it

#

It's rude and disrespectful

paper tendon
#

later kidos. Have a work to do.

short gate
#

Hello.

#

What are you guys up to?

#

Ignorance is bliss

  • Cypher, The Matrix (1999)
uncut meteor
tiny socket
uncut meteor
short gate
uncut meteor
#

paste bin

#

!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.pydis.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.

tiny socket
short gate
uncut meteor
#

can't disclose

#

sorry

#

tis secret

#

thats why I hid it

short gate
amber raptor
#
> ck.
Server:  one.one.one.one
Address:  1.1.1.1

Non-authoritative answer:
ck      nameserver = parau.oyster.net.ck
ck      nameserver = poiparau.oyster.net.ck
ck      nameserver = downstage.mcs.vuw.ac.nz
ck      nameserver = circa.mcs.vuw.ac.nz```
severe pulsar
#

;-;

plush prawn
molten pewter
plush prawn
#

My no 1 running montage music: Runrig Abhainn an t-Sluaigh (The Crowded River)

jagged thorn
#

πŸ˜†

short gate
#

Hey.

#

Hey guys.

#

Hey.

uncut meteor
#

hi?

wise cargoBOT
#

:incoming_envelope: :ok_hand: applied mute to @short gate until 2021-05-24 15:48 (9 minutes and 59 seconds) (reason: mentions rule: sent 6 mentions in 10s).

balmy nymph
#

Well

slender turret
#

why are so many people muted o_0

severe pulsar
#

nothing to say πŸ˜…

plucky bison
#

as being from a none software stream, what are some good tips to keep in mind while trying out programming?

severe pulsar
#

ill unmute when i have something to say lol

somber heath
severe pulsar
slender turret
severe pulsar
#

hmm...

slender turret
#

does voice chats have rules (except stuff like not being an assh0le)

marble veldt
#

Lol

#

XD

rugged root
marble veldt
#

That's good

plush prawn
marble veldt
#

Audit?

#

Oh I see

#

Thanks

slender turret
#

!e

print("hello vc!")
wise cargoBOT
#

@slender turret :white_check_mark: Your eval job has completed with return code 0.

hello vc!
slender turret
#

wait who said hi to me

tiny seal
#

stonks

slender turret
#

hello hemlock

tiny socket
#

hey :P

slender turret
#

what is all of this technical thing that I don't understand

rugged root
#

Just talking about random stuff at this point

severe pulsar
#

@ Rabbit whats your favorite database

rugged root
amber raptor
severe pulsar
#

alright cool

slender turret
#

Find waldo

tiny seal
somber heath
#

Where's Wally? is what it's called in Australia.

amber raptor
#

I like Azure Cosmos DB but it being only in the cloud sucks

severe pulsar
slender turret
#

god my 2012 mac pro gets hot randomly

severe pulsar
#

aah its a serverless database

amber raptor
#

There is a local emulator but Python get mad at it

severe pulsar
#

thats nice

severe pulsar
slender turret
#

willy what

tiny seal
molten pewter
slender turret
#

google showed me a picture of sausages

uncut meteor
tiny socket
uncut meteor
#

oh no

slender turret
#

questionable vc

tiny socket
#

im gonna make a database

tiny socket
#

which accepts data

severe pulsar
tiny socket
#

and just voids it

#

then returns all queries with null

uncut meteor
#

thats called a bin

#

databin

tiny socket
#

pastebin but literally

uncut meteor
#

recycle your data

#

♻️ Databin, Recycle your data

slender turret
#

i'm literally out of the loop of every topic in this vc

tiny socket
#

dont worry ive been in vc for a couple hours a day for a few months

#

and im still out of the loop

rugged root
#

I'm always here

#

Except on weekends

#

I have no idea

slender turret
#

Hi always here I'm @slender turret

tiny socket
#

no

#

bad

rugged root
#

HA

#

Ninja'd

tiny socket
#

you stole my joke

slender turret
#

alec

#

yoinked

uncut meteor
tiny socket
#

LMFAO

#

gralt

uncut meteor
#

shh

#

secret

slender turret
#

this discord is great

rugged root
#

I'm glad you think so

slender turret
#

big dolphins orca swimming

#

interesting

#

anyways

#

I have like one month until I have to prepare for high school entry exams

#

fuck.

#

i technically have one more year but preps start from now

#

we fish cods and build weeds?

#

what

#

oh seaweed

tiny socket
slender turret
#

Link is abducted?

tiny socket
#

abducted?

slender turret
#

wait

#

no

somber heath
#

Zelda.

slender turret
#

is

#

you guys ever build plastic models>

#

?

#

o_0

#

not plastic?

#

well

#

i'm mostly referring to those plastic model kits like

#

erm

#

gundam>

#

?

#

yeah that counts

#

this vc is so awkward

#

chinese is a hard language man

#

what.

#

flight sim?

#

holy shit

#

hmm

#

hi be back

ashen oar
hybrid bone
#

lloll

flint skiff
#

Hello @rugged root

#

I need some help.

rugged root
#

What's up?

ashen oar
flint skiff
#
  @commands.command(name="help", aliases=["h", "H", "Halp"])
    async def help_command(self, ctx):
        """Helps the person that runs this command."""
        dababy_commands = []
        rickastley_commands = []
        amogus_commands = []
        hellp = discord.Embed(title="HELP!", color=discord.Colour.random())
        usage = lambda cmd: f"{cmd.name} {command.signature}"
        
        for command in self.bot.commands:
            if command.cog == "dababy_commands":
                dababy_commands.append((f"{ctx.prefix}{usage(command)}", command.short_doc))
            elif command.cog == "rickastley_commands":
                rickastley_commands.append((f"{ctx.prefix}{usage(command)}", command.short_doc))
            elif command.cog == "amogus_commands":
                amogus_commands.append((f"{ctx.prefix}{usage(command)}", command.short_doc))

        dababy_help_string = "".join([f"`{pair[0]}`\n{pair[1]}\n\n" for pair in dababy_commands])
        rickastley_help_string = "".join([f"`{pair[0]}`\n{pair[1]}\n\n" for pair in rickastley_commands])
        amogus_help_string = "".join([f"`{pair[0]}`\n{pair[1]}\n\n" for pair in amogus_commands])

        hellp.description = "This is the dababy bot help menu" +\
                f"\n**Dababy Commands**\n\n{dababy_help_string}" +\
                f"\n***Rick Astley Commands***\n\n{rickastley_help_string}"+\
                f"\n****Amogus Commands****\n\n{amogus_help_string}"
                
        await ctx.reply(embed=hellp, mention_author=False)
#

Code

#

The last r/help output is what I am getting.

#

There is no error but it can't find my cogs for some reason I think.

rugged root
#

I'm looking

flint skiff
#

Thanks.

frigid panther
#

use the cog_name attrubite on Command

flint skiff
#

where?

#

I will send you an invite to my test server can you try this there?

#

@frigid panther

frigid panther
#
cog_help = defaultdict(list)
for command in self.bot.commands:
  cog_help[command.cog_name].append((f"{ctx.prefix}{usage(command)}", command.short_doc))```
#

this shouldn't mess up cog names

flint skiff
#

Aight.

#

Let me check it.

#

I am confused about where I am supposed to add this code?

frigid panther
#

wait

flint skiff
#

Cause I have written this in dababy_commands.

#

Just another thing I want to point out.

frigid panther
#
  @commands.command(name="help", aliases=["h", "H", "Halp"])
    async def help_command(self, ctx):
        """Helps the person that runs this command."""
        hellp = discord.Embed(title="HELP!", color=discord.Colour.random())
        hellp.description = "This is the dababy bot help menu\n"
        usage = lambda cmd: f"{cmd.name} {command.signature}"
        cog_help = defaultdict(list)
        for command in self.bot.commands:
          cog_help[command.cog_name].append((f"{ctx.prefix}{usage(command)}", command.short_doc))
    
        for cog_name, commands_desc in cog_help.values():
          help_string = "".join([f"`{pair[0]}`\n{pair[1]}\n\n" for pair in commands_desc])
          hellp.description += f"**{cog_name}**\n\n{help_string}\n"
                
        await ctx.reply(embed=hellp, mention_author=False)```
#

you can import defaultdict from from collections import defaultdict

flint skiff
frigid panther
#

ye

#

also, just to make sure, do you have commands under each cog πŸ€”

flint skiff
#

Yes.

flint skiff
#
Ignoring exception in command help:
Traceback (most recent call last):
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 85, in wrapped
    ret = await coro(*args, **kwargs)
  File "/home/runner/Memes-bot/bots_memes/dababy_commands.py", line 19, in help_command
    for cog_name, commands_desc in cog_help.values():
ValueError: too many values to unpack (expected 2)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 939, in invoke
    await ctx.command.invoke(ctx)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 863, in invoke
    await injected(*ctx.args, **ctx.kwargs)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/core.py", line 94, in wrapped
    raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: ValueError: too many values to unpack (expected 2)
frigid panther
#

ops

#

it should be .items()

flint skiff
#

where?

#

nvm

rugged root
#

!rule 6

wise cargoBOT
#

6. Do not post unapproved advertising.

rugged root
#

!rules

wise cargoBOT
#

The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.

rugged root
#

!rule 9

wise cargoBOT
#

9. Do not offer or ask for paid work of any kind.

flint skiff
#

Thanks.

#

See you guys later.

#

Peace

severe pulsar
#

Edgelord Hemlock

sinful pawn
#

@rugged root Hallo! Can't talk, mic does not cooperate with my Linux unless you like very dodgy audio

rugged root
#

Not particularly, no

#

How you been?

sinful pawn
#

Decent, rushing around 7 deadlines at once because finals are drawing near, but decent

#

Rocket League... "Soccar"?

sinful pawn
#

@icy axle Did the gurkan have to generate a histogram today?

icy axle
#

Of course, multiple

#

You too?

sinful pawn
#

yea

#

code didn't work somehow

icy axle
#

Such a bummer

sinful pawn
#

mmm

dense ibex
#

Hey @frigid panther

frigid panther
#

o/

#

just gonna spend a few mins here before I head to bed

icy axle
#

Yep, same

frigid panther
#

what time is it there

normal hinge
#

who is having numbness

#

can u tell me where

#

u getting in?

#

little finger or

#

thumb?

#

if u getting numbness in ur little finger or ring finger

#

i suggest u to give rest to your hand

sinful pawn
#

I've become so numb I can't feel you there

normal hinge
#

it may lead to permanent nerve damage

#

it happens when u press your funny bone near ur joint

#

get compressed by

#

it happens becoz of ulnar nerver compression

normal hinge
sinful pawn
#

:lenny:

normal hinge
#

don't mess with people if u don't know them

#

πŸ™‚

frigid panther
#

gtg o/, time to sleep

icy axle
#

Night!

sinful pawn
#

sleep time for me too

dense ibex
#

In the United States and Canada, Mexican Coca-Cola, Mexican Coke (Spanish: Coca Cola de Vidrio (English: Glass Coca Cola, or Coca Cola in a glass bottle)) or, informally, "Mexicoke," refers to Coca-Cola produced in and imported from Mexico. Mexican Coca-Cola has become popular in the United States due to its characteristic flavor that results fr...

icy axle
whole bear
icy axle
whole bear
queen folio
#

harlequin ichthyosis

#

much worse

stuck furnace
#

I'll rue the day that I will have to update the firmware on my toaster πŸ˜„

amber raptor
#

They were "free" headphones

#

and apparently they are 299 so I guess I can't complain

stuck furnace
#

Β―_(ツ)_/Β―

gentle flint
#

wanna vc but my seat is occupied

abstract cosmos
#

.@rugged root πŸ‘‹

#

πŸ‘‹ on windows here

amber raptor
#
function add ($num1, $num2) {
5 + 3
return $num1 + $num2
}
$b = add -num1 10 -num2 10
$b
$b.gettype()```
flint skiff
#
Traceback (most recent call last):
  File "main.py", line 31, in <module>
    bot.load_extension(f"hubs.{cog}")
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 676, in load_extension
    raise errors.ExtensionNotFound(name)
discord.ext.commands.errors.ExtensionNotFound: Extension 'hubs.h' could not be loaded.
#

!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.pydis.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.

flint skiff
#

Code

#

I am confused af

amber raptor
#
function add ($num1, $num2) {5 + 3;return $num1 + $num2};$b = add -num1 10 -num2 10;$b;$b.gettype()```
flint skiff
#

It is 1:30 am and I am still working on it.

#

Yeah.

#

Can someone help me?

#
Traceback (most recent call last):
  File "main.py", line 31, in <module>
    bot.load_extension(f"hubs.{cog}")
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 676, in load_extension
    raise errors.ExtensionNotFound(name)
discord.ext.commands.errors.ExtensionNotFound: Extension 'hubs.h' could not be loaded.
#
#Import Discord library!
import discord

#Importing commands
from discord.ext import commands
# This is the variable that will define 
# an instance of dababy bot.

from dotenv import load_dotenv
#importing getenv to run the token

from os import getenv

#importing env 

intents = discord.Intents.default()
intents.members = True

bot = commands.Bot(command_prefix = "!",
                    intents = intents)


@bot.event
async def on_ready():
    """Tells the owner if the bot is running and ready to go."""
    print(f"\n======================\nBot is now on standby\n======================")

bot.remove_command('help')
cogs = ("hub")
for cog in cogs:
  bot.load_extension(f"hubs.{cog}")


@bot.command()
async def restart(ctx):
  for cog in cogs:
    bot.reload_extension(f"hubs.{cog}")
    await ctx.message.add_reaction(":check:")

@bot.command()
async def reload(ctx, extension):
  bot.reload_extension(f"hubs.{cog}")
  await ctx.message.add_reaction(":check:")


load_dotenv()
TOKEN = getenv('TOKEN')
#Run commmand
bot.run(TOKEN)
#
Traceback (most recent call last):
  File "main.py", line 49, in <module>
    bot.run(TOKEN)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 723, in run
    return future.result()
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 702, in runner
    await self.start(*args, **kwargs)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 666, in start
    await self.connect(reconnect=reconnect)
  File "/opt/virtualenvs/python3/lib/python3.8/site-packages/discord/client.py", line 601, 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.
amber raptor
#

I mean, error message is pretty clear

dense ibex
wise cargoBOT
#

@flint skiff You mean like this?

flint skiff
rugged root
#

@hollow haven Wait, you stopped being cringe?

amber raptor
#

Why?

flat sentinel
#

policticts

flint skiff
#

It is 2 am

#

I need to sleep.

flat sentinel
#

go then

flint skiff
#

Lol

#

Alright.

#

Bye everyone.

dense ibex
#

Bye πŸ‘‹

flint skiff
#

Sleep calls me.

flat sentinel
dense ibex
#

@rancid oyster Please don't just come in the chat in interrupt a current conversation. If you need help #β“ο½œhow-to-get-help check out this channel.

#

Or check out the topical channels if your problem apply's to one of them.

dense ibex
dense ibex
#

Alright I am gonna head out πŸ‘‹

worthy kite
#

oh

gentle flint
#

@amber raptor here's a pic of my arsenal

#

Mind what you do with that image, it's classified

amber raptor
gentle flint
#

Dutch, actually

amber raptor
plain mica
#
Traceback (most recent call last):
  File "C:\Users\IvanV\PycharmProjects\pythonProject2\refresh_token.py", line 69, in <module>
    sys.exit(main())
  File "C:\Users\IvanV\PycharmProjects\pythonProject2\refresh_token.py", line 25, in main
    data = client.recv(1024).decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfc in position 8: invalid start byte
amber raptor
gentle flint
amber raptor
#

American cops during traffic stop

gentle flint
#

it implies that the traffic is the helicopter

amber raptor
#

These are weapons?

gentle flint
#

thanks to griff

plain mica
#

!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.pydis.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.

plain mica
#
Traceback (most recent call last):
  File "C:\Users\IvanV\PycharmProjects\pythonProject2\refresh_token.py", line 69, in <module>
    sys.exit(main())
  File "C:\Users\IvanV\PycharmProjects\pythonProject2\refresh_token.py", line 25, in main
    data = client.recv(1024).decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfc in position 8: invalid start byte
#
\x16\x03\x01\x02\x00\x01\x00\x01\xfc\x03\x03P\x99\x87\xa1>\xf4hl\xae\xcb=\x96\xa4\xe1\xa8{\x1ej\xb8\xe6&\x96\x88y\xd06\xe7E\xd2\xcb\x7f\xf4 1^\xf07\xf3-\x9b\x90\xb4\xf7\x85\xf3>\x10\x8a\xad\x93\xa8;-\xe1\xa08\xb9\x87\x90\xc7\x0b\x0f4;\x8a\x00 \xba\xba\x13\x01\x13\x02\x13\x03\xc0+\xc0/\xc0,\xc00\xcc\xa9\xcc\xa8\xc0\x13\xc0\x14\x00\x9c\x00\x9d\x00/\x005\x01\x00\x01\x93\xca\xca\x00\x00\x00\x00\x00\x0e\x00\x0c\x00\x00\tlocalhost\x00\x17\x00\x00\xff\x01\x00\x01\x00\x00\n\x00\n\x00\x08::\x00\x1d\x00\x17\x00\x18\x00\x0b\x00\x02\x01\x00\x00#\x00\x00\x00\x10\x00\x0e\x00\x0c\x02h2\x08http/1.1\x00\x05\x00\x05\x01\x00\x00\x00\x00\x00\r\x00\x12\x00\x10\x04\x03\x08\x04\x04\x01\x05\x03\x08\x05\x05\x01\x08\x06\x06\x01\x00\x12\x00\x00\x003\x00+\x00)::\x00\x01\x00\x00\x1d\x00  \x15Xo\xde2\xfa\xff4\xfb\x98\n\xd4\x11>\x8e\xe08\x1e\x1dKuO\xca.\xc4\xe8s\x01p\x8e/\x00-\x00\x02\x01\x01\x00+\x00\x0b\n\xfa\xfa\x03\x04\x03\x03\x03\x02\x03\x01\x00\x1b\x00\x03\x02\x00\x02::\x00\x01\x00\x00\x15\x00\xd3\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
wispy idol
#

No Idea what's wrong with my mic, but I could hear it myself in test mode. Sorry for that.. ehm... electronic music

gentle flint
#

edm is kinda cool tho

#

try restarting discord if you can't get it fixed @wispy idol

wispy idol
#

Not worth it. Going to go anyway. Just waiting one more minute to get something off my chest

gentle flint
#

alright

wispy idol
#

So, minute's over. I am leaving, but before: Happy Towel Day everyone!

gentle flint
#

u2

restive geyser
#

the horror.

hallow warren
#

What is the staff meeting about? Has someone proposed a ridicule campaign to be funded in perpetuity by people tired of wasting vertical space on "}"?

#

I'd kick in a cool $20 on that

sinful pawn
#

Right, sudo apt dist-upgrade running with hirsute's repo on KDE neon

#

Nothing breaks so far

gentle flint
severe pulsar
#

@gentle flint

gentle flint
severe pulsar
#

πŸ‘

gentle flint
#
GitHub

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP...

icy axle
severe pulsar
#

beautiful

gentle flint
#

shouldn't this be originalet

severe pulsar
#

where is this from

gentle flint
#

his pdf

mystic kernel
#

does anyone know about schedulers in python?

#

i have a function which needs to run continuosly from 10:am to 3:00pm

#

so i tried using schedulers

icy axle
#
self.completeness = completeness or {i: {j: False for j, _ in row.items()} for i, row in data.items()}
severe pulsar
#

just got past 100 commits πŸ₯³

tough delta
#
int m=Ξ±;
    for (i=1; i<=2; i++)
    {
        m=m+2;
    for (j=1; j<=3; j++)
        m=m-1;
    }printf(β€œm=%d i=%d j=%d\n”, m,i,j);```
#

i know its a C problem

#

but the print of i, j is 1 right?

rugged root
#

!rule 8

wise cargoBOT
#

8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.

marble veldt
#

I know C++

#

What's the matter

tough delta
#
int m=Ξ±;
    for (i=1; i<=2; i++)
    {
        m=m+2;
    for (j=1; j<=3; j++)
        m=m-1;
    }printf(β€œm=%d i=%d j=%d\n”, m,i,j);```
marble veldt
#

What does it print?

#

Yep

#

Because i and j are just inside for loops scope

#

Sorry repeat your question?

#

No

short gate
#

Hello

#

πŸ™‚

marble veldt
#

Oh

#

Put them inside the for loop

rugged root
marble veldt
#
int m=Ξ±;
    for (i=1; i<=2; i++)
    {
        m=m+2;
    }
    for (j=1; j<=3; j++) {
        m=m-1;
        printf(β€œm=%d i=%d j=%d\n”, m,i,j);
    }
tough delta
#

thats the same

marble veldt
#

printf was outside

tough delta
#

but we dont want it inside

#

so

#

any other way

marble veldt
#

What exactly do you want to acheive?

marble veldt
tough delta
#

its ok

#

it was a question in the exam

marble veldt
#

Oh I see

tough delta
#

so the problem was initial wrong

marble veldt
#

Makes sense

dense ibex
#

Morning πŸ‘‹

short gate
#

BTW, it's night in Vietnam (my hometown).

rugged root
#

Why is "Careless Whispers" going through my head

short gate
gentle flint
#

it's a song

#

assuming he means careless whisper

rugged root
#

Yes

#

I forgot to remove the s

gentle flint
#

by george michael I think

rugged root
#

Yep

gentle flint
#

yep

#

"Careless Whisper" is a song by the English singer George Michael. It was written by Michael and Andrew Ridgeley of Wham! and was released on 24 July 1984 on the Wham! album Make It Big.
The song features a prominent saxophone riff, and has been covered by a number of artists since its first release. It was released as a single and became a huge...

short gate
#

I thought it was the name of a book, film or something.

cloud stratus
#

@rugged root I just wanted to say

#

I broke Manjaro again

#

It’s good it’s good

#

:D

uncut meteor
#

Brokejaro

cloud stratus
#

Lol

frigid panther
short gate
cloud stratus
#

At least this time I didn’t delete Python!

short gate
cloud stratus
#

Back then

#

Yes

#

Two times

dense ibex
#

Don't feel bad I dropped 2 databases on accident within 5 minutes of each other

uncut meteor
#

Python is just bloatware

cloud stratus
#

Omg shsggsgs

#

Mhmmmmmm

#

UX++

#

I broke my computer by deleting the ISO file before installing the OS

dense ibex
cloud stratus
#

Now I’m OSn’t

#

What show?

short gate
cloud stratus
#

:D

#

I was just tryna arrange the partitions and then

#

poof

short gate
cloud stratus
#

Suddenly I have no OS

gentle flint
#

tbf if you were using manjaro it's debatable if you ever did

rugged root
mystic kernel
#

hello, there does anyone knows about schedulers in python?

short gate
#

Damn, I love Discord.

swift valley
#

It's been like a few hours and someone's already done amogus

vivid palm
#

@severe pulsar

severe pulsar
#

hey!

#

(ping me) was mostly for people in help channels lol

#

in case they needed more help

vivid palm
#

I need help

severe pulsar
#

its harder for me to go through all help channels to see where ive helped previously

#

with what lol

acoustic grotto
vivid palm
#

life

severe pulsar
#

😬

acoustic grotto
#

You need some life advice

vivid palm
#

wait are you not Jake

acoustic grotto
#

Who's jake?

vivid palm
#

ok

severe pulsar
#

LOL

#

thats great

restive geyser
#

oh. i need help w/ life too.

#

halp plz

rugged root
#

I'll help

acoustic grotto
#

Ooo life advice

swift valley
#

meh

#

!otn a anti-monke-pixels

wise cargoBOT
#

:ok_hand: Added anti-monke-pixels to the names list.

severe pulsar
#

wow

#

really filled up nicely

whole bear
#

Hello everybody :))

#

Ah still one day left untill I can voiceverify :()

tiny socket
#
abeigh abiegh
Ameiva Amieva
backspeir backspier
beild bield
beinly bienly
beinness bienness
beseige besiege
Ceil Ciel
clupein clupien
cruzeiro cruziero
cruzeiros cruzieros
deil diel
Deina Diena
Deirdre Dierdre
deities dieties
disheir dishier
dreich driech
dreigh driegh
eir ier
enceinte enciente
fantaseid fantasied
fei fie
feif fief
feint fient
Freida Frieda
freir frier
gein gien
Geiss Giess
glabreity glabriety
Greig Grieg
greige griege
hei hie
heild hield
inconceivable inconcievable
Issei Issie
Keifer Kiefer
Keil Kiel
Keir Kier
keirs kiers
keisters kiesters
Keita Kieta
kleig klieg
Kreis Kries
Leibman Liebman
Leif Lief
leiger lieger
Leitman Lietman
Lorelei Lorelie
manei manie
mein mien
Mireille Mirielle
Mureil Muriel
Neil Niel
Neila Niela
Neils Niels
Neilson Nielson
pein pien
Peirce Pierce
pleis plies
poleis polies
refreid refried
reim riem
Reis Ries
Reisman Riesman
Reiss Riess
Reith Rieth
reiver riever
reivers rievers
releivo relievo
releivos relievos
Seiber Sieber
seige siege
Seigel Siegel
Seigler Siegler
sheiling shieling
skeich skiech
skeigh skiegh
speil spiel
speiled spieled
speiling spieling
speils spiels
speir spier
speired spiered
speiring spiering
steid stied
vei vie
Veit Viet
Wei Wie
Wein Wien
Weiner Wiener
weiners wieners
Weir Wier
weirangle wierangle
weird wierd
Zeigler Ziegler
faint ermine
#

Ceil Ciel

clear shadow
faint ermine
tropic topaz
#

hello guys

whole bear
#

Hello :))

tropic topaz
#

I'm new here

plush prawn
#

I can't think, and I'm blaming the fact that the floor seems to be lava.

tropic topaz
#

where are you guys from?

plush prawn
#

According to the chanting kid any way.

tropic topaz
#

I'm from india

whole bear
#

@plush prawn nice im also from sweden :))

tiny socket
#

brb

plush prawn
rugged root
faint ermine
#

tabnine go brrrr

gentle flint
#

ssds are so fast

#

and so quiet

#

my life is now wonderful

whole bear
#

lol

molten pewter
tiny socket
#

device.......................................................................................................................................

faint ermine
#

Buy: https://burialgroundforbutterflies.bandcamp.com/releases

Genre: Post-Rock, Instrumental
Artist: Burial Ground for Butterflies
Track: Do you mind if I wear it when you're gone? (March 4, 2021)
Country: Portugal

Follow Burial Ground for Butterflies
Post-Pedia profile: http://bit.ly/3rx9DYr
Instagram: https://www.instagram.com/burial.ground....

β–Ά Play video
tiny socket
#

which is it?

manic lichen
tiny socket
#

fsh

grand cargo
#

Utah Division of Wildlife Resources drops hundreds of thousands of fish out of airplanes into their mountain lakes every summer to restock them for fishing and hiking season. Without these aerial fish dumps, the state's high-altitude southern and central lakes would be fishless.

Find out more about the Utah Division of Wildlife Resources at htt...

β–Ά Play video
tiny socket
#

70,000 fish were stocked in alpine lakes via helicopter in August.
Subscribe for more: http://bit.ly/2jwNfv0
Watch other fish hatchery videos: http://bit.ly/2q07xnb

We stock over 5 million fish each year into Wyoming waters. That's nearly 10 times the population of Wyoming (in fish) stocked every year.

About 70,000 of those fish are stocked in...

β–Ά Play video
grand cargo
manic lichen
#

Fish sUpport Nuclearreactor

faint ermine
#

i propose: "Fish SuN"

stone ingot
#

I like it here. The first time i am in the Vc you guys are talking about fish canons XD

rugged root
#

It's always an adventure here

stone ingot
#

yeah :D

faint ermine
plush prawn
#

Got to go and represent Python in a game dev server, see you later. πŸ‘‹

rugged root
faint ermine
rugged root
#

Sure sure

whole bear
#

i cant speak because of my message count

#

😦

#

im sad lol

#

i will speak soon ig?

rugged root
#

!voice Yeah, here's the details about it

wise cargoBOT
#

Voice verification

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

stone ingot
#

Techniclauncher is pretty cool to create easy modpacks and play with friends ig

faint ermine
#

MultiMC >>>> anything else

#

especially twitch/curse or whatever that launcher is named now

stone ingot
#

I don't know this so i can't say anything about it ^^

faint ermine
stone ingot
#

thx

manic lichen
#

Theres always that one guy at the workplace

#

"Hey officer jim going out to deface some child's remains today?"

gentle flint
rugged root
#

Still damn fast

gentle flint
#

mhm

#

and so much quieter

#

the last disk sounded like an angle grinder

manic lichen
#

This is a functional MG-42

gentle flint
#

it starts in 3 seconds

#

yay

normal hinge
manic lichen
swift breach
#

I remember using that JandJ shampoo as a kid

severe pulsar
zealous wave
#
docrunner python --markdown-path README.md --multi-file
#
async def run_code(lang, code):
    async with bot.http.HTTPClient_session.post("https://emkc.org/api/v1/piston/execute", json={ 'language': lang, 'source': code}) as x:
    return (await x.json())['stdout']
zealous wave
#

!e ```py
from ctypes import py_object
class NoMore:
def str(self):
return "baby don't hurt me"
py_object.from_address(id(True)+8).value = NoMore
what = love = object()
print(what is love)

wise cargoBOT
#

@zealous wave :white_check_mark: Your eval job has completed with return code 0.

baby don't hurt me
whole bear
#

@zealous wave send me that application/link you belive is malicious

#

I do reverse engineering

#

what language are you using @severe pulsar

severe pulsar
#

python

#

colorful! πŸ₯³ πŸ€—

whole bear
#

hi

#

codeblock

rugged root
#

Sorry?

whole bear
#

ignore me

rugged root
#

Oh fair enough

zealous wave
#

Word: Procrastination
Definition: Idk ill fill this in later.

severe pulsar
#

LMAO

rugged root
#

@rugged swift Sorry, I typically don't accept friend requests until I get to know people more

rugged swift
severe pulsar
#

Still cant get over the fact that bestpy has 85 commits, tests , and 3 github workflows πŸ˜‚ πŸ˜‚
I love this @ Vestergurkan

icy axle
#

Hahahhahah

severe pulsar
#

dude 6 forks - people really want to know others what their opinions are

#

lmao

icy axle
severe pulsar
icy axle
#

Haha thanks

severe pulsar
#

try wikipedia then

#

ok coolz

rugged root
#

F-strings

#

Always f-strings

#

Okay, NOW I'll be right back

severe pulsar
#

alright πŸ˜…

rugged root
#

For lessons yes

severe pulsar
rugged root
#

But just using it as a testing ground is more what I was referring to

zealous wave
severe pulsar
#

@whole bear if you want a video tutorial

#

Buy Me a Coffee? https://www.paypal.me/jiejenn/5
Your donation will help me to continue to make more tutorial videos!

Web Scraping is a very useful skill for anyone who works in the data analytics industry. In this video I am going to show you how to scrape the largest manufacturing companies by revenue table from a Wikipedia page using Python ...

β–Ά Play video
rugged root
#

I think Automate the Boring Stuff has a section on it as well

#

Okay, now for reals being of the right back

severe pulsar
#

see ya

#

no problem

zealous wave
#

!e ```py
print(ord('a'))

wise cargoBOT
#

@zealous wave :white_check_mark: Your eval job has completed with return code 0.

97
severe pulsar
#

@dense ibex you know you've reached peak python discord clout when you have an off-topic channel named after you

zealous wave
#
import __hello__
#

!otn s esoteric-print

#

!e ```py
package='hello';from.import*

wise cargoBOT
#

@zealous wave :white_check_mark: Your eval job has completed with return code 0.

Hello world!
icy axle
#

h

zealous wave
#

h

dense ibex
#

Why you bully me chili 😦

severe pulsar
#

@ Vestergurkan
Top 10 saddest anime moments ;-; :(

icy axle
#

Maybe I'll write it some day

severe pulsar
#

aah

rugged root
#

call the manager looking ass people

severe pulsar
#

lmao

stuck furnace
#

In pygen πŸ˜„

zealous wave
stuck furnace
#

Why did it respond with that emoji πŸ€”

icy axle
#

Hi LX πŸ˜„

severe pulsar
#

πŸ˜ƒ

stuck furnace
#

πŸ‘€

#

Once

#

I said "pasta"

dense ibex
#

!u

wise cargoBOT
#
jake (_jake#0001)

hypesquad_bravery

User information

Created: 1 year, 3 months and 29 days ago
Profile: @dense ibex
ID: 670802831678373908

Member information

Joined: 4 months, 21 days and 3 hours ago
Roles: <@&463658397560995840>, <@&764802720779337729>, <@&764245844798079016>, <@&585529568383860737>, <@&267630620367257601>, <@&787816728474288181>

Infractions

Total: 1
Active: 0

severe pulsar
#

LX we are waiting for you

#

the stage is yours

#

lol

#

nah

#

your choice

stuck furnace
#

πŸ˜…

severe pulsar
#

lol

zealous wave
#

!u

wise cargoBOT
#

You are not allowed to use that command here. Please use the #bot-commands channel instead.

severe pulsar
#

😬

stuck furnace
#

Jake flexing his helper permissions lemon_pensive

acoustic grotto
#

I wish I was helper 😦

stuck furnace
#

Tbh, I didn't know you can't do !u in this channel.

acoustic grotto
#

Yeah ig you can't

severe pulsar
rugged root
stuck furnace
#

I see a wild Vestergurkan on the pixels canvas πŸ‘€

icy axle
#

;))

stuck furnace
#

Can we get hemlockon there somewhere...

dense ibex
gentle flint
#

how about

#

or else just

icy axle
#

πŸ₯’

gentle flint
#

πŸ‹

severe pulsar
#

thats amazing

stuck furnace
#

What I think would be cool is a script that reacts to what is on the canvas somehow πŸ€”

#

πŸ˜‘

icy axle
icy axle
stuck furnace
#

The European , always throws me πŸ˜„

severe pulsar
#

soonℒ️

zealous wave
wind cobalt
#

is it new?

stuck furnace
wind cobalt
#

i think it's because of overprovision

#

A man and A jar O

severe pulsar
#

if you want to save storage while programming in javascript/typescript

gentle flint
#

@wind cobalt thought I recognised that voice lol

wind cobalt
#

indeed

stuck furnace
#

I remember when macbooks had removable batteries with built-in power indicators lemon_pensive

icy axle
#

M1 iMacs

gentle flint
#

oh my god I love flameshot

#

why have I never tried this before

whole bear
#

Yeah flameshot is pretty epic

faint ermine
#

uhhh, audio borke

icy axle
#

ChainMap

zealous wave
#

!d str.translate

wise cargoBOT
#

str.translate(table)```
Return a copy of the string in which each character has been mapped through the given translation table. The table must be an object that implements indexing via [`__getitem__()`](https://docs.python.org/3/reference/datamodel.html#object.__getitem__ "object.__getitem__"), typically a [mapping](https://docs.python.org/3/glossary.html#term-mapping) or [sequence](https://docs.python.org/3/glossary.html#term-sequence). When indexed by a Unicode ordinal (an integer), the table object can do any of the following: return a Unicode ordinal or a string, to map the character to one or more other characters; return `None`, to delete the character from the return string; or raise a [`LookupError`](https://docs.python.org/3/library/exceptions.html#LookupError "LookupError") exception, to map the character to itself.

You can use [`str.maketrans()`](https://docs.python.org/3/library/stdtypes.html#str.maketrans "str.maketrans") to create a translation map from character-to-character mappings in different formats.

See also the [`codecs`](https://docs.python.org/3/library/codecs.html#module-codecs "codecs: Encode and decode data and streams.") module for a more flexible approach to custom character mappings.
gentle flint
icy axle
ashen oar