#sir-lancebot-playground

1 messages ยท Page 233 of 1

wet shard
#

t

#

a

#

r

#

l

#

v

#

e

#

b

wicked parrotBOT
#
You lost.

The word was once.

wet shard
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ _ _ _ n _ _ _` so far.

Guess the word by sending a message with a letter!

wet shard
#

c

#

o

#

t

#

a

#

n

#

f

#

o

#

r

wicked parrotBOT
#
You lost.

The word was business.

marble schooner
#

.adventofcode

wicked parrotBOT
#
Command Help

**```
.adventofcode

**Can also use:** `aoc`

*All of the Advent of Code commands.*

**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
marble schooner
#

.adventofcode countdown

wicked parrotBOT
#

The Advent of Code event is not currently running. The next event will start in 42 days.

marble schooner
#

.adventofcode join

wicked parrotBOT
#

The Python Discord leaderboard for 2021 is not yet available!

junior thicket
#

.adventofcode about

wicked parrotBOT
#
What is Advent of Code?

Advent of Code (AoC) is a series of small programming puzzles for a variety of skill levels, run every year during the month of December.

They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.

How do I sign up?

Sign up with one of these services:

Auth Services

GitHub
Google
Twitter
Reddit

How does scoring work?

For the global leaderboard, the first person to get a star first gets 100 points, the second person gets 99 points, and so on down to 1 point at 100th place.

For private leaderboards, the first person to get a star gets N points, where N is the number of people on the leaderboard. The second person to get the star gets N-1 points and so on and so forth.

Join our private leaderboard!

Come join the Python Discord private leaderboard and compete against other people in the community! Get the join code using .aoc join and visit the private leaderboard page to join our leaderboard.

glass sparrow
#

.quack

wicked parrotBOT
main scarab
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ a _ e` so far.

Guess the word by sending a message with a letter!

main scarab
#

a

#

e

#

c

#

l

#

s

#

t

#

n

#

g

wicked parrotBOT
#
You lost.

The word was have.

main scarab
vague viper
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `a r o u n d` so far.

Guess the word by sending a message with a letter!

vague viper
#

a

#

e

#

i

#

o

#

b

#

d

#

t

#

r

#

u

#

n

wicked parrotBOT
#
You won!

The word was around.

vague viper
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `e c o n o m i c` so far.

Guess the word by sending a message with a letter!

vague viper
#

a

#

e

#

i

#

o

#

m

#

c

#

n

wicked parrotBOT
#
You won!

The word was economic.

rugged pike
#

.quiz python 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : python

rugged pike
#

ok

wicked parrotBOT
#
Question #1

What name does a lambda function have?

rugged pike
#

<lambda>

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`<lambda>`**

Let's move to the next question.
Remaining questions: 9

#
Score Board

Aboo Minister#8971: 100

#
Question #2

What type is the attribute of a frame object that contains the current local variables?

rugged pike
#

dict

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`dict`**

Let's move to the next question.
Remaining questions: 8

#
Score Board

Aboo Minister#8971: 200

spring tapir
#

bruh

wicked parrotBOT
#
Question #3

What dunder method is used by the tuple constructor to optimize converting an iterator to a tuple (answer should be enclosed in backticks!)?

spring tapir
#

__length_hint__

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **``__length_hint__``**

Let's move to the next question.
Remaining questions: 7

#
Score Board

Aboo Minister#8971: 200
Frontogenesis#6742: 100

spring tapir
#

EZ

rugged pike
#

damnn

wicked parrotBOT
#
Question #4

What is a package that doesn't have a __init__ file called?

rugged pike
#

namespace module

spring tapir
#

namespace

rugged pike
#

namespace package

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`namespace package`**

Let's move to the next question.
Remaining questions: 6

#
Score Board

Aboo Minister#8971: 300
Frontogenesis#6742: 100

rugged pike
#

whee

wicked parrotBOT
#
Question #5

Is the __aiter__ method async (y/n)?

spring tapir
#

n

rugged pike
#

n

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`n, no`**

Let's move to the next question.
Remaining questions: 5

#
Score Board

Aboo Minister#8971: 300
Frontogenesis#6742: 200

rugged pike
#

NO

wicked parrotBOT
#
Question #6

What exception, other than StopIteration, can you raise from a __getitem__ dunder to indicate to an iterator that it should stop?

rugged pike
#

indexerror

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`IndexError`**

Let's move to the next question.
Remaining questions: 4

#
Score Board

Aboo Minister#8971: 400
Frontogenesis#6742: 200

#
Question #7

Which of these is a subclass of Exception?
(NotImplemented, asyncio.CancelledError, StopIteration)

rugged pike
#

StopIteration

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`StopIteration`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Aboo Minister#8971: 500
Frontogenesis#6742: 200

spring tapir
#

StopIteratoin

rugged pike
#

aha

wicked parrotBOT
#
Question #8

What is the garbage collection strategy used by cpython to collect everything but reference cycles?

rugged pike
#

refcounting

spring tapir
#

refcounting

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`reference counting, refcounting`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

Aboo Minister#8971: 600
Frontogenesis#6742: 200

#
Question #9

What attribute of a closure contains the value closed over?

rugged pike
#

cell_contents

spring tapir
#

__cell_contents__

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`cell_contents`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

Aboo Minister#8971: 700
Frontogenesis#6742: 200

spring tapir
#

oops

wicked parrotBOT
#
Question #10

Can you pickle a running list_iterator (y/n)?

rugged pike
#

n

#

y

spring tapir
#

y

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`y, yes`**

Remaining questions: 0

#
Score Board

Aboo Minister#8971: 800
Frontogenesis#6742: 200

#

The round has ended.

#

@rugged pike Congratulations on winning this quiz game with a grand total of 800 points :tada:

spring tapir
#

.quiz general

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 7 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : general

rugged pike
#

I am just too poweful

languid burrow
#

coagulations

spring tapir
#

let's see about that

rugged pike
#

t

wicked parrotBOT
#
Question #1

What's the name of the largest bird?

rugged pike
#

y

#

what

spring tapir
#

what hte hell

rugged pike
#

eagle

spring tapir
#

sparrow

#

hawk

#

ostrich

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Ostrich`**

Information
The largest living bird, a member of the Struthioniformes, is the ostrich (Struthio camelus), from the plains of Africa and Arabia. A large male ostrich can reach a height of 2.8 metres (9.2 feet) and weigh over 156 kilograms (344 pounds).

Let's move to the next question.
Remaining questions: 6

#
Score Board

Frontogenesis#6742: 100

spring tapir
#

HAHA

rugged pike
#

lets go back to python

wicked parrotBOT
#
Question #2

Which country is the largest producer of tea in the world?

spring tapir
#

no

rugged pike
#

china

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

spring tapir
#

britain

wicked parrotBOT
#
You got it! The correct answer is **`China`**

Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.

Let's move to the next question.
Remaining questions: 5

#
Score Board

Frontogenesis#6742: 100
Aboo Minister#8971: 100

#
Question #3

What is the capital of Iraq?

spring tapir
#

Baghdad

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Baghdad`**

Information
Baghdad is the capital of Iraq. It has a population of 7 million people.

Let's move to the next question.
Remaining questions: 4

#
Score Board

Frontogenesis#6742: 200
Aboo Minister#8971: 100

rugged pike
#

welp

wicked parrotBOT
#
Question #4

What country is the world's largest coral reef system, the "Great Barrier Reef", located in?

spring tapir
#

Australia

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Australia`**

Information
The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia.

Let's move to the next question.
Remaining questions: 3

#
Score Board

Frontogenesis#6742: 300
Aboo Minister#8971: 100

#
Question #5

What's known as the "Playground of Europe"?

rugged pike
#

fuck geogrpahy

languid burrow
#

bruh

rugged pike
#

spain

spring tapir
#

Czechia

#

Switzerland

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Switzerland`**

Information
It comes from the title of a book written in 1870 by Leslie Stephen (father of Virginia Woolf) detailing his exploits of mountain climbing (not skiing) of which sport he was one of the pioneers and trekking or walking.

Let's move to the next question.
Remaining questions: 2

#
Score Board

Frontogenesis#6742: 400
Aboo Minister#8971: 100

#
Question #6

Name "the land of a thousand lakes"

spring tapir
#

finland

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Finland`**

Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."

Let's move to the next question.
Remaining questions: 1

#
Score Board

Frontogenesis#6742: 500
Aboo Minister#8971: 100

rugged pike
#

finalnd

wicked parrotBOT
#
Question #7

What is the name of the largest dam in the world?

spring tapir
#

three gorges dam

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

rugged pike
#

hoover dam

wicked parrotBOT
#
You got it! The correct answer is **`Three Gorges Dam`**

Information
At 1.4 miles wide (2.3 kilometers) and 630 feet (192 meters) high, Three Gorges Dam is the largest hydroelectric dam in the world, according to International Water Power & Dam Construction magazine. Three Gorges impounds the Yangtze River about 1,000 miles (1,610 km) west of Shanghai.

Remaining questions: 0

#
Score Board

Frontogenesis#6742: 600
Aboo Minister#8971: 100

#

The round has ended.

#

@spring tapir Congratulations on winning this quiz game with a grand total of 600 points :tada:

#
Ghosts and Ghouls and Jack o' lanterns at night; I took 1 candies and quickly took flight.
rugged pike
#

.quiz python 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : python

spring tapir
#

quiz cs

rugged pike
#

ah a

spring tapir
#

no

#

you already know all this

rugged pike
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

spring tapir
#

because you memorized it

rugged pike
#

.quiz cs 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : cs

spring tapir
#

good good

wicked parrotBOT
#
Question #1

What does ASCII stand for?

rugged pike
#

ahahaa

spring tapir
#

american standards of code BLAH BLHA

wicked parrotBOT
#

20s left!

rugged pike
#

american standard communication exchange

wicked parrotBOT
#

10s left!

rugged pike
#

american standard for international interchang

spring tapir
#

American Standard Code For Information Interchange

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 50 points!

#
You got it! The correct answer is **`American Standard Code for Information Interchange`**

Let's move to the next question.
Remaining questions: 9

languid burrow
#

information exchange

wicked parrotBOT
#
Score Board

Frontogenesis#6742: 50

#
Question #2

What does one call the optimization technique used in CPU design that attempts to guess the outcome of a conditional operation and prepare for the most likely result?

spring tapir
#

branch prediction

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`branch prediction`**

Let's move to the next question.
Remaining questions: 8

#
Score Board

Frontogenesis#6742: 150

#
Question #3

Name a universal logic gate.

rugged pike
#

nor

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`NAND, NOR`**

Let's move to the next question.
Remaining questions: 7

spring tapir
#

AND

wicked parrotBOT
#
Score Board

Frontogenesis#6742: 150
Aboo Minister#8971: 100

#
Question #4

What does HTML stand for?

rugged pike
#

hypertext markup language

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`HyperText Markup Language`**

Let's move to the next question.
Remaining questions: 6

spring tapir
#

Hyper Text Markup Language

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 200
Frontogenesis#6742: 150

#
Question #5

What is computing capable of performing exaFLOPS called?

languid burrow
#

sheesh

rugged pike
#

exascale

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`exascale computing, exascale`**

Let's move to the next question.
Remaining questions: 5

#
Score Board

Aboo Minister#8971: 300
Frontogenesis#6742: 150

rugged pike
#

aha

wicked parrotBOT
#
Question #6

How many possible public IPv6 addresses are there (answer in 2^n)?

languid burrow
#

do y'all just memorize these

rugged pike
#

360 billion

spring tapir
#

I don't

#

memorize these

rugged pike
wicked parrotBOT
#

20s left!

rugged pike
#

I'm too powerful

spring tapir
#

nah aboo is pretty dumb

rugged pike
#

.quiz leaderboard

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 1200
Frontogenesis#6742: 950

#

10s left!

languid burrow
spring tapir
#

i can confirm

rugged pike
wicked parrotBOT
#

Better luck next time...

#
The correct answer is **`2^128`**

Let's move to the next question.
Remaining questions: 4

#
Score Board

Aboo Minister#8971: 300
Frontogenesis#6742: 150

#
Question #7

What is the mathematical formalism which functional programming was built on?

spring tapir
#

lambda

languid burrow
#

what're the candy things

rugged pike
#

lambda calculkus

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`lambda calculus`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Aboo Minister#8971: 400
Frontogenesis#6742: 150

rugged pike
#

aha

wicked parrotBOT
#
Question #8

Which of these languages is the youngest?
(Lisp, Python, Java, Haskell, Prolog, Ruby, Perl)

spring tapir
#

Lisp

rugged pike
#

java

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Java`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

Aboo Minister#8971: 500
Frontogenesis#6742: 150

#
Question #9

Why is a DDoS attack different from a DoS attack?
(A. because the victim's server was indefinitely disrupted from the amount of traffic, B. because it also attacks the victim's confidentiality, C. because the attack had political purposes behind it, D. because the traffic flooding the victim originated from many different sources)

rugged pike
#

c

#

d

spring tapir
#

WHY'D I SAY LISP LMAO

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`D`**

Let's move to the next question.
Remaining questions: 1

spring tapir
#

a

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 600
Frontogenesis#6742: 150

rugged pike
#

lmao

wicked parrotBOT
#
Question #10

Which of these languages is the oldest?
(Tcl, Smalltalk 80, Haskell, Standard ML, Java)

spring tapir
#

Haskell

rugged pike
#

smalltalk 89

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`Smalltalk 80`**

Remaining questions: 0

#
Score Board

Aboo Minister#8971: 700
Frontogenesis#6742: 150

spring tapir
#

Smalltlalk 80

#

NO

wicked parrotBOT
#

The round has ended.

languid burrow
#

I can't even read theses

wicked parrotBOT
#

@rugged pike Congratulations on winning this quiz game with a grand total of 700 points :tada:

rugged pike
#

aha

#

take that

spring tapir
#

bruh

#

you memroize

#

er

rugged pike
#

.quiz python 10

wicked parrotBOT
#
Quiz game Starting!!

Each game consists of 10 questions.
Rules :
1: No cheating and have fun!
2: Points for each question reduces by 25 after 10s or after a hint. Total time is 30s per question
Category : python

spring tapir
#

you person

wicked parrotBOT
#
Ghosts and Ghouls and Jack o' lanterns at night; I took 1 candies and quickly took flight.
#
Question #1

Which standard library module is designed for making simple parsers for languages like shell, as well as safe quoting of strings for use in a shell?

rugged pike
#

shlex

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`shlex`**

Let's move to the next question.
Remaining questions: 9

#
Score Board

Aboo Minister#8971: 100

spring tapir
#

stop

wicked parrotBOT
#
Question #2

What type does the & operator return when given 2 dict_keys objects?

spring tapir
#

wtf

#

set

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

rugged pike
#

set

wicked parrotBOT
#
You got it! The correct answer is **`set`**

Let's move to the next question.
Remaining questions: 8

#
Score Board

Aboo Minister#8971: 100
Frontogenesis#6742: 100

rugged pike
#

ono

wicked parrotBOT
#
Question #3

What is the garbage collection strategy used by cpython to collect everything but reference cycles?

spring tapir
#

refcounting

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

rugged pike
#

refcounting

wicked parrotBOT
#
You got it! The correct answers are **`reference counting, refcounting`**

Let's move to the next question.
Remaining questions: 7

#
Score Board

Frontogenesis#6742: 200
Aboo Minister#8971: 100

spring tapir
#

HA

wicked parrotBOT
#
Question #4

How does one call a class who defines the behavior of their instance classes?

rugged pike
#

NO

spring tapir
#

metaclass

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

rugged pike
#

metaclass

wicked parrotBOT
#
You got it! The correct answers are **`a metaclass, metaclass`**

Let's move to the next question.
Remaining questions: 6

#
Score Board

Frontogenesis#6742: 300
Aboo Minister#8971: 100

rugged pike
#

NO

wicked parrotBOT
#
Question #5

When was Python first released?

rugged pike
#

1991

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

spring tapir
#

1995

wicked parrotBOT
#
You got it! The correct answer is **`1991`**

Let's move to the next question.
Remaining questions: 5

#
Score Board

Frontogenesis#6742: 300
Aboo Minister#8971: 200

#
Question #6

Which of these characters is valid python outside of string literals in some context?
(@, $, ?)

rugged pike
#

@

spring tapir
#

?

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`@`**

Let's move to the next question.
Remaining questions: 4

#
Score Board

Aboo Minister#8971: 300
Frontogenesis#6742: 300

#
Question #7

What decorator is used to allow a protocol to be checked at runtime?

rugged pike
#

runtime_checkable

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

#
You got it! The correct answers are **`runtime_checkable, typing.runtime_checkable`**

Let's move to the next question.
Remaining questions: 3

#
Score Board

Aboo Minister#8971: 400
Frontogenesis#6742: 300

#
Question #8

Which file contains all special site builtins, such as help or credits?

spring tapir
#

_site_builtins

wicked parrotBOT
#

@spring tapir got the correct answer :tada: 100 points!

#
You got it! The correct answer is **`_sitebuiltins`**

Let's move to the next question.
Remaining questions: 2

#
Score Board

Aboo Minister#8971: 400
Frontogenesis#6742: 400

#
Question #9

What exception, other than StopIteration, can you raise from a __getitem__ dunder to indicate to an iterator that it should stop?

rugged pike
#

Indexerror

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

spring tapir
#

Indexerror

wicked parrotBOT
#
You got it! The correct answer is **`IndexError`**

Let's move to the next question.
Remaining questions: 1

#
Score Board

Aboo Minister#8971: 500
Frontogenesis#6742: 400

rugged pike
#

okok

wicked parrotBOT
#
Question #10

Which of these is not a generator method?
(next, send, throw, close)

rugged pike
#

next

wicked parrotBOT
#

@rugged pike got the correct answer :tada: 100 points!

spring tapir
#

clsoe

wicked parrotBOT
#
You got it! The correct answer is **`next`**

Remaining questions: 0

#
Score Board

Aboo Minister#8971: 600
Frontogenesis#6742: 400

#

The round has ended.

#

@rugged pike Congratulations on winning this quiz game with a grand total of 600 points :tada:

rugged pike
#

whee

#

ok gtg

#

.quiz leaderboard

wicked parrotBOT
#
Score Board

Aboo Minister#8971: 2200
Frontogenesis#6742: 1350

dense field
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.

dense field
#

.aoc

wicked parrotBOT
#
Command Help

**```
.adventofcode

**Can also use:** `aoc`

*All of the Advent of Code commands.*

**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
dense field
#

.aoc subscribe

wicked parrotBOT
#

You can't subscribe to 2021's Advent of Code announcements yet!

dense field
#

awww

#

Errr

#

.aoc countdown

wicked parrotBOT
#

The Advent of Code event is not currently running. The next event will start in 42 days.

dense field
#

.aoc join

wicked parrotBOT
#

The Python Discord leaderboard for 2021 is not yet available!

dense field
#

all these dates are from last year

royal sinew
#

.hackstats ks129

wicked parrotBOT
#

No valid Hacktoberfest PRs found for 'ks129'

royal sinew
#

yep should be 3

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ _ a n _ e` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

r

#

s

#

i

#

n

#

a

#

t

#

m

#

l

wicked parrotBOT
#
You lost.

The word was chance.

royal sinew
#

oof

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `m a _ a _ i n e` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

n

#

a

#

l

#

t

#

m

#

b

#

f

#

i

#

r

#

c

wicked parrotBOT
#
You lost.

The word was magazine.

royal sinew
#

aaaa

#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 28
๐Ÿฅ‰ @past remnant: 27
๐Ÿ… @whole lark: 15
๐Ÿ… @near token: 8

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

royal sinew
#

yay im second

#

.rps

wicked parrotBOT
#
Noooooo!!

Your input was invalid: move is a required argument that is missing.

Usage:```
.rps <move>

royal sinew
#

.rps rock

wicked parrotBOT
#

Sir Lancebot played paper! @royal sinew lost!

royal sinew
#

.rps rock

wicked parrotBOT
#

@royal sinew You and Sir Lancebot played rock, it's a tie.

royal sinew
#

.rps rock

wicked parrotBOT
#

Sir Lancebot played scissors! @royal sinew won!

teal pecan
#

.aoc

wicked parrotBOT
#
Command Help

**```
.adventofcode

**Can also use:** `aoc`

*All of the Advent of Code commands.*

**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`refresh `**
*Force a refresh of the leaderboard cache.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
teal pecan
#

.aoc countdown

wicked parrotBOT
#

The Advent of Code event is not currently running. The next event will start in 42 days.

teal pecan
#

.aoc stats

wicked parrotBOT
#

:x: Can't fetch leaderboard for stats right now!

main scarab
#

.quack

wicked parrotBOT
viscid python
#

.leaderboard

#

.candies

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ o o _` so far.

Guess the word by sending a message with a letter!

viscid python
#

A

#

E

#

O

#

T

#

B

#

C

#

L

wicked parrotBOT
#
You lost.

The word was poor.

viscid python
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 28
๐Ÿฅ‰ @past remnant: 27
๐Ÿ… @whole lark: 15
๐Ÿ… @near token: 8

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

viscid python
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 28
๐Ÿฅ‰ @past remnant: 27
๐Ÿ… @whole lark: 15
๐Ÿ… @near token: 8

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

#
Ghosts and Ghouls and Jack o' lanterns at night; I took all of your candies and quickly took flight.
viscid python
#

.adventofcode

wicked parrotBOT
#
Command Help

**```
.adventofcode

**Can also use:** `aoc`

*All of the Advent of Code commands.*

**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
viscid python
#

.join

#

.stats

#

.aoc about

wicked parrotBOT
#
What is Advent of Code?

Advent of Code (AoC) is a series of small programming puzzles for a variety of skill levels, run every year during the month of December.

They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.

How do I sign up?

Sign up with one of these services:

Auth Services

GitHub
Google
Twitter
Reddit

How does scoring work?

For the global leaderboard, the first person to get a star first gets 100 points, the second person gets 99 points, and so on down to 1 point at 100th place.

For private leaderboards, the first person to get a star gets N points, where N is the number of people on the leaderboard. The second person to get the star gets N-1 points and so on and so forth.

Join our private leaderboard!

Come join the Python Discord private leaderboard and compete against other people in the community! Get the join code using .aoc join and visit the private leaderboard page to join our leaderboard.

viscid python
#

.aoc join

wicked parrotBOT
#

The Python Discord leaderboard for 2021 is not yet available!

outer barn
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `i m p a c t` so far.

Guess the word by sending a message with a letter!

outer barn
#

e

#

i

#

m

#

p

#

o

#

l

#

c

main scarab
#

Hello everyone!

#

.quack

wicked parrotBOT
outer barn
#

hi

#

a

main scarab
#

t

outer barn
#

t

wicked parrotBOT
#
You won!

The word was impact.

outer barn
#

thanks ๐Ÿ˜„

main scarab
#

Yay!

outer barn
#

.rps

wicked parrotBOT
#
In the future, don't do that.

Your input was invalid: move is a required argument that is missing.

Usage:```
.rps <move>

outer barn
#

.rps scissors

wicked parrotBOT
#

@outer barn You and Sir Lancebot played scissors, it's a tie.

main scarab
#

.rps rock

wicked parrotBOT
#

Sir Lancebot played scissors! @main scarab won!

outer barn
#

.rps rock

wicked parrotBOT
#

Sir Lancebot played scissors! @outer barn won!

main scarab
#

Wow!

outer barn
#

yaaay double win and same time xD ๐Ÿ˜„

#

.rps paper

wicked parrotBOT
#

Sir Lancebot played rock! @outer barn won!

outer barn
#

haha

main scarab
#

wanna play hangman?

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `t e c h n _ _ _ _ _` so far.

Guess the word by sending a message with a letter!

outer barn
#

yes sure

#

e

main scarab
#

e

#

as

outer barn
#

p

main scarab
#

a

#

p

outer barn
#

uh

main scarab
#

d

#

w

#

s

outer barn
#

t

main scarab
#

h

#

t

outer barn
#

c

main scarab
#

c

#

n

outer barn
#

technomania

main scarab
#

m

wicked parrotBOT
#
You lost.

The word was technology.

outer barn
#

nono

#

ahh

main scarab
#

Good game

outer barn
#

battleship?

main scarab
#

ok

outer barn
#

.battleship

royal sinew
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ e _ _ _` so far.

Guess the word by sending a message with a letter!

royal sinew
#

3

#

e

#

r

#

n

#

s

#

i

#

m

wicked parrotBOT
#
You lost.

The word was death.

royal sinew
#

bru

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `e n _ e r` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

r

#

v

#

s

#

n

#

a

#

i

#

b

#

p

wicked parrotBOT
#
You lost.

The word was enter.

royal sinew
#

OH YEA

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ _ i n t` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

r

#

a

#

i

#

y

#

s

#

t

#

n

#

l

wicked parrotBOT
#
You lost.

The word was point.

royal sinew
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 30
๐Ÿฅ‰ @past remnant: 27
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

#

Game over! @outer barn surrendered to @main scarab!

main scarab
#

good game

outer barn
#

sorry dude I need to go

main scarab
#

No problem

outer barn
#

GG ๐Ÿ˜„

main scarab
#

bye!

outer barn
#

bye!

past remnant
#

my candies!

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ _ _ e` so far.

Guess the word by sending a message with a letter!

past remnant
#

a

#

m

#

e

#

l

#

o

#

i

#

r

wicked parrotBOT
#
You lost.

The word was type.

past remnant
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `l e _ _ e r` so far.

Guess the word by sending a message with a letter!

past remnant
#

a

#

e

#

r

#

d

#

i

#

o

#

f

#

l

#

s

wicked parrotBOT
#
You lost.

The word was letter.

past remnant
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `a n a l y s i s` so far.

Guess the word by sending a message with a letter!

past remnant
#

a

#

o

#

e

#

i

#

n

#

l

#

y

#

s

wicked parrotBOT
#
You won!

The word was analysis.

royal sinew
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 30
๐Ÿฅ‰ @past remnant: 29
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

royal sinew
#

haha

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `s _ _ i a _` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

s

#

r

past remnant
#

a

royal sinew
#

i

#

t

#

n

#

y

past remnant
#

p

royal sinew
#

a

#

p

wicked parrotBOT
#
You lost.

The word was social.

past remnant
#

oh multiple ppl can't play?

royal sinew
#

yea

past remnant
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @past remnant: 30
๐Ÿฅ‰ @royal sinew: 30
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

past remnant
#

muaha

#

ha

royal sinew
#

AAA

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `w i n d o w` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

i

#

r

#

n

#

s

#

w

#

d

#

o

wicked parrotBOT
#
You won!

The word was window.

royal sinew
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `t e n d` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

r

#

n

#

s

#

y

#

t

past remnant
#

.dddg help play this with me

royal sinew
#

s

wicked parrotBOT
#
Compete against other players to find valid flights!

Each card has 4 features
Color, Number, Hat, and Accessory

A valid flight
3 cards where each feature is either all the same or all different

Call "GOOSE"
if you think there are no more flights

+1 for each valid flight
+2 for a correct "GOOSE" call
-1 for any wrong answer

The first flight below is invalid: the first card has swords while the other two have no accessory. It would be valid if the first card was empty-handed, or one of the other two had paintbrushes.

The second flight is valid because there are no 2:1 splits; each feature is either all the same or all different.

royal sinew
#

d

wicked parrotBOT
#
You won!

The word was tend.

royal sinew
#

interesting

#

.help dddg

wicked parrotBOT
#
Command Help

**```
.duckduckduckgoose

**Can also use:** `dddg`, `ddg`, `duckduckgoose`, `duckgoose`

*Start a new Duck Duck Duck Goose game.*

**Subcommands:**
**`help `**
*Explain the rules of the game.*
royal sinew
#

I think I get it

#

.ddg

wicked parrotBOT
#
Duck Duck Duck Goose!
#
Flights Found

(1, 5, 9) - minaboo แ“šแ˜แ—ข
(1, 2, 10) - minaboo แ“šแ˜แ—ข
(3, 4, 10) - rm -rf ~hedy
(0, 7, 9) - rm -rf ~hedy
(0, 3, 11) - minaboo แ“šแ˜แ—ข

Flights everyone missed:
(1, 6, 11)
(3, 8, 9)

main scarab
#

!hangman

royal sinew
#

1

main scarab
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ e t u _ _` so far.

Guess the word by sending a message with a letter!

main scarab
#

t

#

a

royal sinew
#

goose

main scarab
#

g

#

e

#

p

past remnant
#

1 5 9

main scarab
#

y

#

u

#

i

#

d

wicked parrotBOT
#
You lost.

The word was return.

main scarab
#

'return' in Python.. Lol

royal sinew
#

0 1 2

past remnant
#

1 2 10

royal sinew
#

oh the number counts?

past remnant
#

yup

#

of ducks, color, hat, accessory

royal sinew
#

3 4 10

#

0 7 9

past remnant
#

0 3 11

wicked parrotBOT
#
Time's up!

Final scores:

minaboo แ“šแ˜แ—ข: 3
rm -rf ~hedy: 0

royal sinew
#

noice

past remnant
#

.ddg

wicked parrotBOT
#
Duck Duck Duck Goose!
#
Flights Found

(1, 6, 9) - minaboo แ“šแ˜แ—ข
(0, 8, 10) - minaboo แ“šแ˜แ—ข
(1, 2, 5) - minaboo แ“šแ˜แ—ข
(3, 4, 8) - minaboo แ“šแ˜แ—ข
(0, 1, 11) - rm -rf ~hedy

Flights everyone missed:
(5, 7, 11)
(2, 4, 6)

royal sinew
#

2 8 9

#

oh yea red

past remnant
#

1 6 9

#

0 8 10

royal sinew
#

3 4 9

past remnant
#

1 2 5

past remnant
#

3 4 8

royal sinew
#

3 7 8

#

is it per feature or all either same or different

past remnant
#

right

royal sinew
#

hmm

#

0 1 11

wicked parrotBOT
#
Time's up!

Final scores:

minaboo แ“šแ˜แ—ข: 4
rm -rf ~hedy: -2

past remnant
#

5 7 11

#

dang

royal sinew
#

noice

past remnant
#

fun right!

#

.dddg

wicked parrotBOT
#
Duck Duck Duck Goose!
#
Flights Found

(0, 1, 4) - minaboo แ“šแ˜แ—ข
(2, 7, 11) - rm -rf ~hedy
(0, 9, 11) - minaboo แ“šแ˜แ—ข
(1, 7, 8) - minaboo แ“šแ˜แ—ข
(1, 9, 10) - minaboo แ“šแ˜แ—ข
(3, 4, 6) - minaboo แ“šแ˜แ—ข

All the flights were found!

royal sinew
#

yup

past remnant
#

0 1 4

royal sinew
#

2 7 11

past remnant
#

0 9 11

#

1 7 8

#

1 9 10

#

3 4 6

royal sinew
#

1 9 10

past remnant
#

goose

wicked parrotBOT
#
minaboo แ“šแ˜แ—ข GOOSED!

Final scores:

minaboo แ“šแ˜แ—ข: 7
rm -rf ~hedy: 1

past remnant
#

oh heyy

outer barn
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `w e s t` so far.

Guess the word by sending a message with a letter!

outer barn
#

e

#

s

#

t

#

b

royal sinew
#

rest

outer barn
#

r

royal sinew
#

nest?

outer barn
#

n

past remnant
#

j

outer barn
#

l

#

j

royal sinew
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 33
๐Ÿฅ‰ @past remnant: 30
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

royal sinew
#

HA

outer barn
#

w

wicked parrotBOT
#
You won!

The word was west.

outer barn
#

yaay

past remnant
#

:(

outer barn
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ e _ _ _ _` so far.

Guess the word by sending a message with a letter!

past remnant
outer barn
#

e

#

h

#

r

#

m

#

l

#

a

#

p

wicked parrotBOT
#
You lost.

The word was beyond.

outer barn
#

ahh

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `m a _ a _ _ n e` so far.

Guess the word by sending a message with a letter!

outer barn
#

e

#

a

#

b

royal sinew
#

anyone wanna play battleship?

outer barn
#

me

past remnant
#

you know what I'd like to see, an embed get updated with all the letters you guessed

past remnant
#

then have it delete your messages sent

outer barn
#

d

#

r

#

h

royal sinew
#

and multiplayer and a man for each player

outer barn
#

m

royal sinew
#

n?

outer barn
#

malaware xD

past remnant
#

scrolls too fast on mobile

outer barn
#

n

#

c

#

t

wicked parrotBOT
#
You lost.

The word was magazine.

outer barn
#

eeee

#

.battleship

#

@royal sinew

royal sinew
#

maybe after like 5 to 7 mins? gtg real quick

outer barn
#

okay

wicked parrotBOT
#

@outer barn Game cancelled.

outer barn
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ _ _ e` so far.

Guess the word by sending a message with a letter!

past remnant
#

type

outer barn
#

y

#

r

#

p

#

a

#

d

#

i

wicked parrotBOT
#
You lost.

The word was home.

outer barn
#

ohhh

outer barn
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 33
๐Ÿฅ‰ @past remnant: 31
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

outer barn
#

.rps scissors

wicked parrotBOT
#

Sir Lancebot played rock! @outer barn lost!

outer barn
#

.rps rock

wicked parrotBOT
#

Sir Lancebot played scissors! @outer barn won!

outer barn
#

.ttt

wicked parrotBOT
#

It's time for the game! Let's begin.

#

1๏ธโƒฃ 2๏ธโƒฃ 3๏ธโƒฃ
4๏ธโƒฃ 5๏ธโƒฃ 6๏ธโƒฃ
7๏ธโƒฃ 8๏ธโƒฃ 9๏ธโƒฃ

outer barn
#

bot?

#

.tictactoe

wicked parrotBOT
#
Not in my house!

You are not authorized to use this command.

outer barn
#

.hepl

#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.

#

@outer barn ran out of time. Canceling game.

outer barn
#

.ttt

wicked parrotBOT
#

It's time for the game! Let's begin.

#

It's a DRAW!

outer barn
#

.ttt

wicked parrotBOT
#

It's time for the game! Let's begin.

#

1๏ธโƒฃ 2๏ธโƒฃ 3๏ธโƒฃ
4๏ธโƒฃ 5๏ธโƒฃ x_square
7๏ธโƒฃ 8๏ธโƒฃ o_square

#

@outer barn ran out of time. Canceling game.

royal sinew
#

@outer barn im back

#

wanna play?

outer barn
royal sinew
#

alright

#

same

main scarab
#

Halloween

#

Halloween

main scarab
#

.halloween

#

.halloweenify

wicked parrotBOT
#
Not spooky enough?

CaptainDucky wasn't spooky enough for you? That's understandable, CaptainDucky isn't scary at all! Let me think of something better. Hmm... I got it!

Your new nickname will be:
:ghost: Pinhead :jack_o_lantern:

main scarab
#

heh

#

wait

#

no

#

please

#

reset my nickname

#

i didnt kno3w

#

HELP

#

nice

#

.spookigy

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `s i t _ a t i o _` so far.

Guess the word by sending a message with a letter!

main scarab
#

a

#

d

#

s

#

o

#

t

#

i

#

b

#

r

#

l

#

h

#

w

wicked parrotBOT
#
You lost.

The word was situation.

main scarab
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `_ _ _ _ _ _` so far.

Guess the word by sending a message with a letter!

main scarab
#

a

#

b

#

h

#

s

#

q

#

t

wicked parrotBOT
#
You lost.

The word was reduce.

main scarab
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `s _ _ c e` so far.

Guess the word by sending a message with a letter!

main scarab
#

e

#

d

#

s

#

r

#

t

#

a

#

sc

#

c

#

o

#

w

wicked parrotBOT
#
You lost.

The word was since.

main scarab
#

WHATY

bold prairie
#

.snakes

wicked parrotBOT
#
Command Help

**```
.snakes

**Can also use:** `snake`

*Commands from our first code jam.*

**Subcommands:**
**`about `**
*Show an embed with information about the event, its participants, and its winners.*
**`antidote `**
*Antidote! Can you create the antivenom before the patient dies?*
**`card [name]`**
*Create an interesting little card from a snake.*
**`draw `**
*Draws a random snek using Perlin noise.*
**`fact `**
*Gets a snake-related fact.*
**`get [name]`**
*Fetches information about a snake from Wikipedia.*
**`guess `**
*Snake identifying game.*
**`hatch `**
*Hatches your personal snake.*
**`movie `**
*Gets a random snake-related movie from TMDB.*
bold prairie
#

antidote

#

.snakes antidote

wicked parrotBOT
#
Midnightfury
Antidote
โ€‹

Sorry you didnt make the antidote in time.
The formula was โŒ› โš— โ˜  ๐Ÿ’‰

languid burrow
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

Bruh

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

What

languid burrow
#

bats

solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

BRUH

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

Last chance

#

Last chance

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

STOP

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

SPOOKIFY ME DIFFERENTLY

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
languid burrow
#

2 years later

solar matrix
#

Fucking finally

#

Im happy now

#

Not really

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
#
Ghosts and Ghouls and Jack o' lanterns at night; I tried to take your candies but you had none to begin with!
solar matrix
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
languid burrow
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
languid burrow
#

.pfp

viscid python
#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 67
๐Ÿฅˆ @royal sinew: 33
๐Ÿฅ‰ @past remnant: 31
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

viscid python
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
viscid python
#

Cool

#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
viscid python
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
viscid python
#

.help

wicked parrotBOT
#
Command Help

AdventOfCode
.adventofcode
All of the Advent of Code commands.

Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.

AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.

AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.

viscid python
#

.avatar_modify

wicked parrotBOT
#
Command Help

**```
.avatar_modify

**Can also use:** `avatar_mod`, `avatarmod`, `pfp_mod`, `pfpmod`

*Groups all of the pfp modifying commands to allow a single concurrency limit.*

**Subcommands:**
**`8bitify `**
*Pixelates your avatar and changes the palette to an 8bit one.*
**`avatareasterify [colours...]`**
*This "Easterifies" the user's avatar.*
**`mosaic [squares=16]`**
*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
**`prideavatar [option=lgbt] [pixels=64]`**
*This surrounds an avatar with a border of a specified LGBT flag.*
**`reverse <text>`**
*Reverses the sent text.*
**`spookyavatar `**
*Spookify an user's avatar.*
viscid python
#

.8bitfy

#

.8bitfy

#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

Here is your avatar. I think it looks all cool and 'retro'.

viscid python
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
viscid python
#

.pride

#

.pridepfp

wicked parrotBOT
#
Your Lovely Pride Avatar!

Here is your lovely avatar, surrounded by
a beautiful lgbt flag. Enjoy :D

viscid python
#

.avatareasterify blue

#

.avatareasterify blue

wicked parrotBOT
#
Your Lovely Easterified Avatar!

Here is your lovely avatar, all bright and colourful
with Easter pastel colours. Enjoy :D

royal sinew
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `e i g h t` so far.

Guess the word by sending a message with a letter!

royal sinew
#

e

#

r

#

v

#

i

#

t

viscid python
#

eight

royal sinew
#

s

#

g

#

h

wicked parrotBOT
#
You won!

The word was eight.

royal sinew
#

thanks

viscid python
#

cool

#

๐Ÿ˜

#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `d a t a` so far.

Guess the word by sending a message with a letter!

viscid python
#

a

#

e

#

t

wise junco
#

d

viscid python
#

d

wicked parrotBOT
#
You won!

The word was data.

viscid python
#

Oh wow

royal sinew
#

nice

viscid python
#

.adventofcode

wicked parrotBOT
#
Command Help

**```
.adventofcode

**Can also use:** `aoc`

*All of the Advent of Code commands.*

**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
wise junco
#

thx for the candy ;)

viscid python
#

I didn't gave it to you

#

You were just lucky

#

.cany

#

.candy

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 68
๐Ÿฅˆ @royal sinew: 33
๐Ÿฅ‰ @past remnant: 31
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

viscid python
#

.candy @viscid python

wicked parrotBOT
#
Top Candy Records

๐Ÿฅ‡ @wise junco: 68
๐Ÿฅˆ @royal sinew: 33
๐Ÿฅ‰ @past remnant: 31
๐Ÿ… @whole lark: 15
๐Ÿ… @outer barn: 10

โ€‹

Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...

#
Ghosts and Ghouls and Jack o' lanterns at night; I took all of your candies and quickly took flight.
viscid python
#

what

#

noo

#

.help

wicked parrotBOT
#
Command Help

AvatarModify
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.
.spookyavatar
Spookify an user's avatar.

Battleship
.battleship
Play a game of Battleship with someone else!

BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.

Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.

viscid python
#

.battleship

#

hmm

wicked parrotBOT
#

@viscid python Seems like there's no one here to play...

viscid python
#

yes sad lemon_angrysad

main scarab
#

.pridepfp

#

.battleship

#

Anyone want to play?