#ot1-perplexing-regexing
1 messages · Page 469 of 1
an untitled medieval game
works
this
gosh
😂
🤣
there is game called MediEvil
just change it to MediEivl
and no copyright
they wont notice
eval is pretty evil
😂
it si
a = eval(input("enter: "))
ad if they enter import('os').system('delete system32')
then that will delete system
which is evil
therefore eivl says eval is evil
i'm on linux
nope
dual boot?
rm -rf /*
oh
so how you get gui on server?
get gnome?
bc my rpi dont do that for some reason
then how discord?
how do you discord?
yeah
how do you do the discord actiity
anyone watching the debate of trump vs biden?
link
please
President Trump and former Vice President Joe Biden take part in the first 2020 presidential debate in Ohio.
#debate #TrumpBidendebate #2020election
Subscribe to Yahoo Finance: https://yhoo.it/2fGu5Bb
About Yahoo Finance:
At Yahoo Finance, you get free stock quotes, up-to-da...
tank u
trump is very rude not nice man i dont like him from that first 30 seconds
trump is doing fine tbh
@rough sapphire if i were to tell you that i talk on discord through terminal i would get banned
just personality based
because there's no cli client supported by discord
so you dont do on terminal right? wink
we're just having an informal discussion
@rough sapphire do you have ideas for my game
how are you doing
Ok
What type of game u trying to make
lol he said "will you just shut up man"
in debate
Fighting game
Auto anime changers
im guessing trumps tactic is to not let biden say anything?
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.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.
wow america is in bad condidtion
one sec @rough sapphire
huh?
it's a menu
wow nice
that i'm going to use
but bruce i dont really know trumps and bidens beliefs too much
wait let me read the code
i think trump is better
lol trump answer is strong
run it @rough sapphire
idek what they are saying
im not really focusing on it
just background stuff
im going to read code
its very detailed code
i like this code i can actualy learn from this
m
lol
lol
its funny
president trump.. pr..p... president trump president trump why w...w...why
Millions dollars in taxes my #$%
yeah this is pretty dumb
pretty much chaos
im not going to get mixed up with americas problems
by calmer i meant quieter
i stopped watching after a few minutes
f1re, it got awful
Trump couldn't condemn white nationalists
sigh, of course not
It was completely 
i can't deal with american politics anymore
oh, you not American?
no no, i am american lol
American politics just seems like a joke to me
Trump couldn't condemn white nationalists
Of course not, he would lose a large part of his vote xD
I will be voting, but my vote will not mean much where I live thanks to electoral college 👍
Biden has to be one of the worst public speakers in office ever and trump has to be one of the least intelligent xD
Is Biden any good of a president? I'm very much behind on politics
I think they're just all bad from what I've heard
well, frick
Thank you
what if voting either one of the presidential candidates still spells the end of your country 🤔
lmao
You guys really don't have any good options lmao
keep yapping
Invitation to participate in Digital Data Science Conclave -2020, on 4th October 2020 Organized by DSG, School of Computer Engineering, KIIT DU.The broad scheme of the event includes an inaugural session followed by 14 keynote talks by Distinguished Speakers and Alumni Speakers from Industry and Academia and Research groups.
The theme of the Conclave is: “Role of Data Science Post-COVID”.
Interested faculty members/students (UG/PG/Ph.D.) can register through the following link: https://bit.ly/327xq77
The last date for registration is 30th September 2020.
Note: Participants who will register and attend the sessions will receive participation E-certificate.
dude you want people to register by tomorrow?
Today is the last day to register
I am a 1st year student of computer science
My institution is conducting this conclave
@sweet plaza whats this?
KIIT is organizing a conclave on 'Role of Data Science Post COVID'
KIIT is organizing a conclave on 'Role of Data Science Post COVID'
@sweet plaza http://www.facebook.com/groups/1707860319512095?view=permalink&id=2468709286760524&scmts=scwspsdd
KIIT has 4,425 members
@sweet plaza is this open to any people from around the world?
@mild abyss Yes
Can someone tell me how this Hacktober thing works? This is my first time.
Whats 0/4 oull requests? Where do I have to make these PRs?
ehh nvm found their docs
hi may i ask a JavaScript question here, it should be an easy one?
So my lovely data provider returns this for my websocket function:
{
type: 'utf8',
utf8Data: '{"I":"265363452","M":[{"H":"MainHub","M":"getdata","A":[[{"s":"sand","b":beach,"t":59385}]]}]}'
}```
so this is super hard to access, for example key and value of "s":"sand"
i tried, a lot, believe me but it is super difficult to accesss because for example utf8data gives me a string
and parsing json didnt work and reeee
any JS people that could lend a helping hand perhaps?
for exmaple JSON.parse(message.utf8Data).M
that gives me [{"H":"MainHub","M":"getdata","A":[[{"s":"sand","b":beach,"t":59385}]]}]
but i cant do JSON.parse(message.utf8Data).M[0] or JSON.parse(message.utf8Data).M.M then
causing undefined error
but it is an objecty
dont hesistate to ping me if you know
!e
import json
print(json.loads('{"I":"265363452","M":[{"H":"MainHub","M":"getdata","A":[[{"s":"sand","b":beach,"t":59385}]]}]}'))```
@solid pollen :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 2, in <module>
003 | File "/usr/local/lib/python3.8/json/__init__.py", line 357, in loads
004 | return _default_decoder.decode(s)
005 | File "/usr/local/lib/python3.8/json/decoder.py", line 337, in decode
006 | obj, end = self.raw_decode(s, idx=_w(s, 0).end())
007 | File "/usr/local/lib/python3.8/json/decoder.py", line 355, in raw_decode
008 | raise JSONDecodeError("Expecting value", s, err.value) from None
009 | json.decoder.JSONDecodeError: Expecting value: line 1 column 74 (char 73)
That’s weird
because it is JavaScript, not Python?
it isnt json on default
its utf8Data
{
type: 'utf8',
utf8Data: '{"I":"265363452","M":[{"H":"MainHub","M":"getdata","A":[[{"s":"sand","b":"beach","t":59385}]]}]}'
}```
Well, utf-8 is just the encoding
i have no idea ok lol
hence i really need help im stuck on just getting that value for 3 days in a row
because nobody else seems to get why tf M gives a string
my data provider hates me
prob
@graceful basin hmmm i think 59385 should be quoted
ah nvm it still returned the same error
beach is unquoted, that’s the error if it was JSON
Yeah
Odd
I would toss it into a custom parser ig
But writing parsers in JS seems like a pita
so you have no idea either?
idk how to make a custom parser, let alone in JS @graceful basin
y.M[0].A[0][0].s
"sand"
If you fix the json this is the way to access it.
Now that's a yikes
If there was only one s at all times, you could use regex to get the value
[... x.utf8Data.matchAll(/"s":"([\w]+)/g)][0][1]
"sand"```
but @stark prawn what do you mean with "FIX" the json or how to even to begin with
i tried JSON.parse without luck
beach is unquoted, that's what makes it not json.
In that case you can just json parse it
{
type: 'utf8',
utf8Data: '{"I":"265363452","M":[{"H":"MainHub","M":"getdata","A":[[{"s":"sand","b":"beach","t":59385}]]}]}'
}```
yes
so if i do json.parse(data)
i get ```[object Object]
^
SyntaxError: Unexpected token o in JSON at position 1```
since type and utf8data are objects
so then i do json.parse(data.utf8data)
then i get JavaScript { I: "265363452", M: [ { H: "MainHub", M: "getdata", A: [Array] } ] }
Yes
That would get you the array yes.
so doing JavaScript console.log(JSON.parse(message.utf8Data).M)
gives me JavaScript [ { H: "MainHub", M: "getdata", A: [ [Array] ] } ]
logic right so far
however
now, the most logic thing to do is do JavaScript console.log(JSON.parse(message.utf8Data).M[0])
right?
to gain access to the list
That would give you access to the object
Right, so i thought
but it gives me ```JavaScript
console.log(JSON.parse(message.utf8Data).M[0])
^
TypeError: Cannot read property '0' of undefined```
M is undefined now? You just posted that it was [ { H: "MainHub", M: "getdata", A: [ [Array] ] } ]
Do you have any other code in between?
I just tested your code in firefox and that works.
no code in between
ah
wow
the first message received from the websocket is empty oof
causing it to be undefined
-_-
i said a saftey statement now and now it works
That moment when someone ask a question without much additional information
and u barely get anything out of it
and then someone comes along with an instant answer that would have cost u at least 5 minutes to understand what there question was and another 20 lines or so to explain
and u be like
every time this happens here
relatable if you are not in staff
@edgy crest staff isn’t some magical group of mind readers hahah
lol oki, just a joke
Can someone tell me how this Hacktober thing works? This is my first time.
@sour forge digital ocean hacktober 1-30 is a event for free distribution of T-shits you have to do 4 pull request in github (rejected one will not be counted)
search for "good first issue" on github
Or even better "hacktoberfest"
Okay thanks these issues look a bit easier, lol
I never told it to do this 
What does your shortcut looks like, I'm curious?
@simple sand If you want to find the meaning of some term in Python, you can refer to the official Glossary: https://docs.python.org/3/glossary.html
It won't be the most approachable definition, but hopefully you can make something out of it
attribute
A value associated with an object which is referenced by name using dotted expressions. For example, if an object o has an attribute a it would be referenced as o.a.
ohhh ok thx a lot
i will check it out
@shell raptor so a class can have multiple instances right?
right, thx
Also:
class
A template for creating user-defined objects. Class definitions normally contain method definitions which operate on instances of the class
i kinda understand what that is saying
i am just writing notes from that conversation so that I could look back to that If I get confused
Actually, there's no special syntax for calling a method. It's just a combination of 1. getting an attribute; 2. calling a function.
@simple sand
!e
class Duck:
def __init__(self, name):
self.name = name
def quack(self):
print(f"{self.name}: quack!")
dave = Duck("Dave")
joe = Duck("Joe")
dave.quack() # method call, here you're gettint the
# `quack` attribute and calling it,
# like ( dave.quack )()
joes_quack = joe.quack
joes_quack()
print(joes_quack)
print(joe.quack)
@shell raptor :white_check_mark: Your eval job has completed with return code 0.
001 | Dave: quack!
002 | Joe: quack!
003 | <bound method Duck.quack of <__main__.Duck object at 0x7fbe6e2a49d0>>
004 | <bound method Duck.quack of <__main__.Duck object at 0x7fbe6e2a49d0>>
👍
note to self: dont take a programming elective pre highschool
like wtf why are they teaching us fucking scratch
last year we did html which isnt great but at least its a bit useful
Well, scratch has all the basic control flow stuff
and you can't make a syntax error 🙂
lol i had an idea to try build a snake ai in scratch
Python version is almost done
And I'm pretty sure i would have a mental breakdown if i try to remake it with scratch
There's also a more powerful alternative. I don't remember how it's called, though. It has a lambda letter in the logo, and it was made by some other university
lolwhat, Scratch was originally implemented in Squeak (dialect of Smalltalk)
omfg NOW she started talking about variables??????
i am going to be so happy when this semester ends
?
@shell raptor Alice?
ye
python on 3ds boiii (i'm sorry if ur jelous of my amazing video making skills) 
i don't know why
@wheat lynx thanks, that's what I was looking for
No problem. Haven't played around with it for ages, it's actually got some pretty nice features though
What’s the difference between that and Scratch?
It has a bunch more blocks
snap is very advanced
do you make your own scratch?
Aah. So it’s basically Scratch+?
Scratch++ because there also no C+
Right
breh
Or Scratch#
or Scratch++
++
Welp
but thats the same as Scratch#
C++++ doesn't exist
no
Objective Scratch
or snap
can scratch work on 3ds?
I assume not
i mean python worked?
rpi scratch is for epic gamers
no it doesn't
It's possible that scratch could work on a 3ds, it's written in JS, and iirc the 3ds comes with some sort of browser?
yes, that's how i got python to work
javascript can have some problems tho
so i'm trying to avoid javascript websites
Technically speaking, of course
coding is not really tied to bits at all
you can write code without a digital computer to evaluate it
pseudocode is one example
when developing software for digital computers, it falls apart since a printer is not manipulating bits
developing software is coding but you want to achieve a end goal, and a product that you can use later on
saying that creating something coming from code is manipulating its bits can be interpreted in many ways
such as "fixing components" or "setting something up"
The phrase of manipulating bits does work hypothetically
I prefer verbose llama
The llama doesn't like verbose
should i use chrome or firefox
internet explorer is the only correct answer
Safari has this weird issue of taking 20 seconds to make a video play full screen on youtube
and then 20 seconds to exit out again
Switched to chrome just because of that.
Safari sucks
Chrome sucks (your resources)
Edge is easyway better than any of these browsers
why do I smell wood burning
idk go check
it's a boy!
It's themed after the colours used in Digital Ocean's Hacktoberfest branding
oh ok
helicopter
...
It's themed after the colours used in Digital Ocean's Hacktoberfest branding
New icon is snazzy
helicopter indeed
I would rather believe that it's a gender reveal
Dang it DO! why did you add a dark mode toggle, now I'm gonna give myself a seizure from switiching it too fast!
is it a seizure?
or it is something else?
epileptic fit
oh ok!
.hackstats
Here are some stats!
jb3 has made 2 contributions in October
jb3 is 2 PRs away from a T-shirt or a tree!
1 contribution to python-discord/seasonalbot
1 contribution to python-discord/forms-frontend
!!!
Contributing to your own bot... counts?
hmmm maybe time to get my bot projects on github
though I feel like that's cheating a little bit
the logo reminds me my biopython logo i made 🤔
Contributing to your own bot... counts?
@rough sapphire i mean, yeah.
your own projects count, but I try not to do that
contributing to the bot is still a reviewed process, and my contribution was actually fixing that command lol
I love all the people who use ! in their nickname just to be near the top
It's a weird thing to want
With 90k users, it's not like anyone is going to be scrolling through
yeah, I really have no care for it, I feel it'd be better to be near the middle or bottom means people won't directly ping you if your online
wait what does the channel name even mean?
don't meme me bro
me for whatever reason forgot to put my phone away when sleeping
and now my phone is dead
Something has gone ever so slightly wrong
wtf lol
does it at least follow a pattern
what language is this in?
what
Much better
turtle module?
Who would use turtle for making games lmao
Arcade is so much better than pygame
Its faster, cleaner and easier to build projects with
well i did not try to learn about modules and stuff
i learnt about the basic of python in school and that is all i know
Nice python color
Nice work, Jack
Also I hope you take a look at this: https://www.edureka.co/blog/python-turtle-module/
Are there any islands where it's 1am right now
im sure
There sure is
E# is a good programming language
I doofed, its late
E
Isn’t -12:30 or -13:00 a thing, anyway?
what is a .ymlfile meant for?
It is normally used for YAML files
and what is YAML?
Yup
!d html
Source code: Lib/html/__init__.py
This module defines utilities to manipulate HTML.
Apparently
so we can import html
Yup
oh wow
@shell raptor
So Ik what attributes are but,
class Myself():
def __init__(self, name, age, work):
self.name = name
self.age = work
self.age = age
def describe_myself(self):
print(f"\n Information about a person : ")
print(f" \t Name : {self.name}")
print(f" \t Age : {self.age}")
print(f" \t Work : {self.worl}")
class MySon(Myself):
def __init__(self, name, age, work):
super().__init__(name, age, work)
Here what are the attributes of MySon?
sorry for the ping if u are busy
just ping when u can help me ok. THX A lot
@simple sand First of all, just to clarify -- a child class inherits all the methods from the parent class. So you could've written pass instead of defining the __init__ method.
right, i never did and think of that
MySon objects will execute the same __init__ as Myself objects, so they all will have name, age and work as attributes.
Also, you have a typo in line 6
typo?
yes i did lol, a child class and parent's class attributes are the same??
also do u consider this as an attribute?
class Myself():
age = 14
me = Myself()
print(me.age)
do u consider age an attribute?
age is a class attribute, which is quite a different topic
it's an attribute that belongs to the class itself, not to an individual instance.
in the above example
name is an attribute that belongs to the instance self ?
right?
a child class and parent's class attributes are the same??
Well, in Python, classes on their own don't have any attributes, really. When you create an instance of a class, this is what happens:
- An empty object is created. It only has information that it belongs to the
Myselfclass - The
__init__method is executed on the newly created object
So if you do
import random
class MyClass:
def __init__(self):
if random.choice([True, False]):
self.foo = 1
else:
self.bar = 1
about half of MyClass's instances will have a foo attribute, and the other half will have a bar attribute
!meta-
!meta
those are meta-variables, like fizzbuzz, ham, spam, x, thing -- just placeholders
Well, in general, in object-oriented programming all instances of a class Class have the same properties. In Python it's a bit different
i dont understand
also getting back to my main question what is the difference between class attributes and attributes
(the tag is named foo)
thx
!foo
Metasyntactic variables
A specific word or set of words identified as a placeholder used in programming. They are used to name entities such as variables, functions, etc, whose exact identity is unimportant and serve only to demonstrate a concept, which is useful for teaching programming.
Common examples include foobar, foo, bar, baz, and qux.
Python has its own metasyntactic variables, namely spam, eggs, and bacon. This is a reference to a Monty Python sketch (the eponym of the language).
More information:
• History of foobar
• Monty Python sketch
HUH?
class attributes are attributes of a class, and instance attributes (usually just called attributes) are attributes of an instance.
class Gorilla:
# `species` belongs to the class `Gorilla`
species = "Gorilla gorilla gorilla"
def __init__(self, name, age):
# `name` and `age` belong to an instance of `Gorilla`
self.name = name
self.age = age
print(Gorilla.species) # Gorilla gorilla gorilla
dave = Gorilla("Dave", 42)
print(dave.name, dave.age) # Dave 42
joe = Gorilla("Joe", 69)
print(joe.name, joe.age) # Joe 69
print(dave.species, joe.species) # Gorilla gorilla gorilla Gorilla gorilla gorilla
So species is a class attributes -- it belongs to the Gorilla class and is shared among all instances (i.e. all gorillas have the same species name)
name and age are instance attributes -- they differ from instance to instance
I'm sorry, but I have to go back to work now. You can claim a help channel and link to this discussion.
ohh so for class attributes the class itself is the instance?
kind of
ok thanks a lot for your help
(actually, classes are objects as well in Python, but that's an entirely different topic as well)
Ok thankyou very much fix error I really I appreciate it. I won't ping u again and have a good day!
It's been spooktober for 18 hours for me smh
Do you live in Australia per chance
Ah
You're just jealous that we're time-travelers 
We're ahead of time
Anyone knows how to risk the monitor driver for Windows 10??- my computers brightness is not adjusting
@quiet dew just restart your pc
Wrong, it is spooktober for 14h
Yeah it isn't really celebrated here either
is anyone familiar with this site?
https://runestone.academy/runestone/books/index
it seems free, but is it really?
Learning Python should be fun and easy. We provide an interactive Python textbook that helps you learn to program in Python right in your browser.
Alright, keep your secrets then
Hehe
Breathes Python air again
Ah yes, vest is trying to fool us
Shhhhh
Yes
Do I?
probably more
Hmm
.hackstats @narrow pecan
No October GitHub contributions found for '@narrow pecan'
woah that's a thing
Nope
Oh oh
.hackstats @young shoal
No October GitHub contributions found for '@young shoal'
oh
.hackstats @solid pollen
No October GitHub contributions found for '@solid pollen'
That’s a big issue
that's fake news
hmmmm
Those quotes are annoying
well you gotta signup first i guess idk
Your reminder will arrive in 10 minutes and will mention 0 other(s)!
ooh i like this reminder
bruh
can i steal it?
Hahah
like how i stole the fuzzy matching
okay it is open sauce, i gotta add this to the PR and credit it to pydis
like how I stole your girlfriend
so much combat but it is k
like how I stole your girlfriend
@narrow pecan hhhhhh
gf stealer
Of course

What did you think I was?
a gentleman with good morals and sense of ethics
thats bad :(( you should not steal gfs. you steal kitties
I wanna watch
Do you steal kitties?
For my birthday
Ehmm
I dont. I pet kitties
thats bad :(( you should not steal gfs. you steal kitties
@mild abyss hmmmmm
~~I’m simply lesbian ~~
@narrow pecan added an extra space?
Needed some space
dont notice the small details spydey
@quick ledge this is the secret
@narrow pecan hmmmmmmmmmm
Bruh
aaah space
Ah yes, vest is trying to fool us
hmmmmmmmmmmmmmmmmmmmmmmmmm
S P A C E
No
Can bots be lesbian?
Vest lesbian fr?
count me in, then
You fool
i thought vest was a german ghost?
I’m a Swedish ghost bot from mars
He is a Martian bot
!ban @narrow pecan self bot
!ban @narrow pecan being a ghost
📨 👌 applied ban to @narrow pecan until 2020-10-03 07:23 (1 day and 23 hours).
he might be a poltergeist
oh Akarys did cast the holy water
he thought he was banned lmfao
@narrow pecan
Here's your reminder: Remove the quotes!.
[Jump back to when you created the reminder](#ot1-perplexing-regexing message)
Back again. Luckily, the appeal procedure didn’t take too long
Too bad vest is banned
@narrow pecan can you explain to us whats with the 21?
otn a vester-is-a-ghost
@mild abyss that’s basically a thing from discussing Senjan’s name
happy bday. happy 21 years of living on this rock
It’s not my bday hahah
Happy birthday!
Oh no, it’s started
Happy birthday
pretty sure it is his bday. dont be shy
Happy Birthday vester the molester
👀
/s

ba—
doesn't come off as funny
||!warn ||
angry mod
otn a vester-is-a-ghost
We were awaiting your arrival @topaz aurora
!otn a vester-is-a-ghost
bump
I’m a ghost now too
Not angry, just disappointed
We had the same idea haha
disappointed mod
vest is a gf stealer. gf goes through her though. no effort needed
Since when am I a girl?
vest stole my gf
Sorry pasta
sorry pasta
Stole mine too
Yeah...
jokes on you, I'm single for life 😎
Or maybe she was cheating on me with pasta
and I'm gonna die alone
Who knows

he's collected like 14 gfs
I believe in polyamory
oooooh
Or maybe she was cheating on me with pasta
@solid pollen it’s complicated
📨 👌 applied ban to @manic bloom until 2020-10-03 08:24 (1 day 23 hours).
Hmm
Works better with my color 😛
i wanna see a family where wives love each other like friends while loving their only common husband

He could
Even if I wanted to, I’m not sure I could
Or become a mod and actually ban them :)
@manic bloom wow so qt
I think you could. The bot restarts when you push things to master
@wheat lynx ban who?
Ban you
@wheat lynx ban who?
@narrow pecan you
Haha
Ban me?
What did I do?
can a mod ban themselves?
Nooo
your days of stealing gfs are over vester
Wookie is a word in a rap song's lyric
self botting @narrow pecan
Aah too bad
Nah, I don't think I can ban myself
Else i'mma start calling you a rookie
I’m a Swedish ghost bot from mars
@narrow pecan self bot
/s
wookiee mute yourself for a little bit to see if it works
Mute works
!selfmute 10s
Lol I don't want to try it
The bot can’t ban helpers anyway
for vester to steal my gf, I first need to get a gf, so I'm safe cause that's not happening
Can’t it @solid pollen?
just ten seconds of self mute is enough
for vester to steal my gf, I first need to get a gf, so I'm safe cause that's not happening
@manic bloom wow makes sense
@narrow pecan yup, it is below in the role hierarchy
Gf means gif, right?
Mutes will apply, but won't work
trying convince a mod to mute themselves could get us in trouble
Notes will work
!mute 493839819168808962 99y I was pressured into doing this
:incoming_envelope: :ok_hand: applied mute to @wheat lynx until 2119-10-01 15:29 (98 years and 11 months).
Well, mod bot is above. It’s just below moderators
Tf
Superstars, kicks, and ban won't work
He did it
Oh no, I can't talk!
poor you
Too bad
imagine being muted
I can't hear any of you
We can't hear you
@balmy stream this... ha...
what a noob
i cant hear anybody here
It does change a few permissions though, so I can no longer add reactions in this channel for example
!remind 20M Be productive👀
Your reminder will arrive in 20 minutes and will mention 0 other(s)!
Good
!remind Learn Neural Networking by 2022
Neural is not a valid duration string.
!remind [mentions]... <expiration> <content>
Can also use: reminder, reminders, remindme
Commands for managing your reminders.
Subcommands:
!remind delete <id_>
Delete one of your active reminders.
!remind edit
Commands for modifying your current reminders.
!remind list
View a paginated embed of all reminders for your user.
!remind new [mentions]... <expiration> <content>
Set yourself a simple reminder.
!remind 20M it's been 20mins dumbass
Sorry, you can't do that here!
!unmute 493839819168808962
:incoming_envelope: :ok_hand: pardoned infraction mute for @wheat lynx.
i see so thats how it works
That’s mod aboos
Can you mute @royal lake?
!remind 5m class starts
Sorry, you can't do that here!
imma steal sauce code
for what?
!remind 5y still here?
Wookie do !mute @royal lake 10s
Your reminder will arrive in 5 years and will mention 0 other(s)!
imma steal some pybot sauce code
📨 👌 pardoned infraction mute for @wheat lynx.
insert Obama giving himself an award meme
!remind @solid pollen @narrow pecan 5y both still here?
Your reminder will arrive in 5 years and will mention 1 other(s)!
2 is not a valid duration string.
!remind 2y Learn Neural Networking by 2022
Sorry, you can't do that here!
!remind 0.0000000000000001s
0.0000000000000001s is not a valid duration string.
i think we should do that on bot commands
#bot-commands
where do i learn python next now...atm i am not learning anything much about python in a day
!remind 1 picosecond
1 is not a valid duration string.
Let's take it a bit shorter
!remind float('inf')s
float('inf')s is not a valid duration string.
this makes it seems worse
!remind 572303014346489866 4m15d how is 2021 so far?
Your reminder will arrive in 4 months and 15 days and will mention 1 other(s)!
Is there any way of you controlling reminders made by others that will ping you?
I guess not
@empty pond sup
I guess not
Damn
wookie say i hope not
I’ll check
Bro python rude asf
Although it's helper only iirc
Yeah
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
give is not a valid duration string.
!remind 493839819168808962 1M give wookie a free ping coffee
Your reminder will arrive in 1 minute and will mention 1 other(s)!
field
@wheat lynx here ya go my dude
.randomcase not sarcastic
NoT RanDOMCase
.uwu 761250292363821116
NoT WanDOMCase
Wut
@balmy stream sup
!remind 493839819168808962 1y How’s life? //Vester
Your reminder will arrive in 1 year and will mention 1 other(s)!
Sup
@solid pollen @wheat lynx
Here's your reminder: give wookie a free ping coffee.
[Jump back to when you created the reminder](#ot1-perplexing-regexing message)
The future has arrived sooner than we have expected
Jump back to when you created the reminder
What is this? Time travel?
Yes
That feels like a phrase some TV character would say
!remind -6y what is the past
-6y is not a valid duration string.
!remind 1js
Who is 4938 
1js is not a valid duration string.
@4938
Wookie
No one
Ah nice
Wut
Yeah
SFM61319#3818
!remind (6-7)y what is the past
(6-7)y is not a valid duration string.
!remind [mentions]... <expiration> <content>
Can also use: reminder, reminders, remindme
Commands for managing your reminders.
Subcommands:
!remind delete <id_>
Delete one of your active reminders.
!remind edit
Commands for modifying your current reminders.
!remind list
View a paginated embed of all reminders for your user.
!remind new [mentions]... <expiration> <content>
Set yourself a simple reminder.
damn it
@balmy stream
Is pinging myself a bannable offence?
Only if you do so in excess
!remind 1m Spooktober Part 2
Your reminder will arrive in 1 month and will mention 0 other(s)!
@royal lake do you know that we already know youre hiding your sentience?
It is an illegal offence under the Self Care Act of 2050's provision number 12.
!remind @topaz aurora Let’s time travel together
Unexpected quote mark, '’', in non-quoted string
aha
dada
Ahahaha
Am I the only weirdo to know the first two numbers of my ID?
da funi
407110650217627658
761251322832879687
Heh, no @solid pollen lol
!remind 183968495636185088 1w Let’s time travel together
Your reminder will arrive in 7 days and will mention 1 other(s)!
oh
I think we all do
I'm bigger than psvm
!remind 30y Make the Self Care Act
Sorry, you can't do that here!
Wait, how do you get your id?
!remind 183968495636185088 1m need a free ping? ☕
Your reminder will arrive in 1 month and will mention 1 other(s)!
I can recognize mine
Same
674261595710291980 i mean thats too long
182894631921516545
Gosh that's a young ID
Yeah, the first part is a timestamp
Have a look into how snowflakes are made
my account is 6 months old
!remind @royal lake !remind @royal lake "Recursion 2 times"
``!remind` is not a valid duration string.
and this is my only discord acct
4 years 4 months 11 days
679100560720396339
smfh missed 4 4 4
7 7 7
I joined cause why not
probably looking for python related stuff
But didn't use it much
i joined to not use skype
How old is your account @topaz aurora ?
I joined for help with modded MC
skype
!remind 182894631921516545 2M Hello darkness, my old friend
Your reminder will arrive in 2 minutes and will mention 1 other(s)!
huh
Oh for god's sake wrong message
Wut
Same
same
i joined to not use skype
Fair
Enough
I have been here for a while
who wants a random ping 1 week from now
How old is your account?
@solid pollen 4 years, 4 months, 8 days
wow
hah i am 3 days older
How old is mine?
#bot-commands !user
I joined 17 days ago ☕
pure was using discord while she was starting out puberty
No that just says how long I've been here
i mean he
Fake (ish) news @solid pollen
👌
who wants a random ping 1 week from now
@manic bloom no one?
It is technically true
#bot-commands
@narrow pecan @young shoal
Here's your reminder: Hello darkness, my old friend.
[Jump back to when you created the reminder](#ot1-perplexing-regexing message)
That’s why I included the “ish”
wait when did you do that
🤷♂️🤷♂️
i think he copied your id
I'm 1y 5m 24d old
Right before your eyes @young shoal
7 month old discord acct yeeeet
@manic bloom oooh we are practically young in discord
How do you guys know
#bot-commands !user
Ah
2 years and 8 months only
1y 5m for me
First joined this server on 12/04/2018
hmm covid does force you to change your perspective when youre bored huh.
well covid's why I learned python
probably the reason i made this acct
needed something to do
@narrow pecan
Here's your reminder: Be productive👀.
[Jump back to when you created the reminder](#ot1-perplexing-regexing message)
well covid's why I learned python
@whole socket actually i planned to learn python after i graduate but covid skipped the part of waiting
Oh no... already?