#sir-lancebot-playground

1 messages · Page 289 of 1

wicked parrotBOT
fallow trench
#

!regex

rough gladeBOT
#

Regular expressions
Regular expressions (regex) are a tool for finding patterns in strings. The standard library's re module defines functions for using regex patterns.

Example
We can use regex to pull out all the numbers in a sentence:

>>> import re
>>> x = "On Oct 18 1963 a cat was launched aboard rocket #47"
>>> regex_pattern = r"[0-9]{1,3}"  # Matches 1-3 digits
>>> re.findall(regex_pattern, foo)
['18', '196', '3', '47']  # Notice the year is cut off

See Also
The re docs - for functions that use regex
regex101.com - an interactive site for testing your regular expression

fallow trench
#

!d re.findall

rough gladeBOT
#

re.findall(pattern, string, flags=0)```
Return all non-overlapping matches of *pattern* in *string*, as a list of strings or tuples. The *string* is scanned left-to-right, and matches are returned in the order found. Empty matches are included in the result.

The result depends on the number of capturing groups in the pattern. If there are no groups, return a list of strings matching the whole pattern. If there is exactly one group, return a list of strings matching that group. If multiple groups are present, return a list of tuples of strings matching the groups. Non-capturing groups do not affect the form of the result.
bright coral
#

.uwu

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

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

bright coral
#

.uwu h

wicked parrotBOT
#

h

hollow iron
#

.uwu hello hyd

wicked parrotBOT
#

hewwo hyd

leaden acorn
#

.uwu peeposip

wicked parrotBOT
#

peeposip

leaden acorn
#

.uwu akdsjflkajfkasldfkajoiqjger

wicked parrotBOT
#

akdsjfwkajfkaswdfkajoiqjgew

nova swan
#

.uwu I don't know what to write so I will just write this to test the command

wicked parrotBOT
#

i don't knyow n-nyani to write so i wiww just write this to test the command

viscid star
#

.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 a 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 star
#

.mosaic me

wicked parrotBOT
#
That was a mistake.

Your input was invalid: Converting to "int" failed for parameter "squares".

Usage:```
.avatar_modify mosaic [squares=16]

viscid star
#

.avatar_modify mosaic

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

viscid star
#

.help

wicked parrotBOT
#
Command Help

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.

viscid star
#

.bunnify me

#

.bunnifyme me

wicked parrotBOT
#

Kermitnose

viscid star
#

.help

wicked parrotBOT
#
Command Help

Madlibs
.madlibs
Play Madlibs with the bot!

Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.

Minesweeper
.minesweeper
Commands for Playing Minesweeper.

MonsterBio
.monsterbio
Sends your monster bio!

MonsterSurvey
.monster
The base voting command. If nothing is called, then it will return an embed.

viscid star
#

8ball will I learn Python?

#

.8ball will I learn Python?

wicked parrotBOT
#

Reply hazy try again

viscid star
#

.8ball will I learn Python?

wicked parrotBOT
#

It is decidedly so

viscid star
#

Yessir

analog saffron
#

.8ball Is ramen guy from naruto really that strong?

wicked parrotBOT
#

My reply is no

pastel yoke
#

.rp running code

wicked parrotBOT
#

Here are the top 5 results:

Embedded Python: Build a Game on the BBC micro:bit
How to Use Python: Your First Steps
A First Look at PyScript: Python in the Web Browser
Thonny: The Beginner-Friendly Python Editor
Python Exceptions: An Introduction
pastel yoke
#

.rp run scripts

wicked parrotBOT
#

Here are the top 5 results:

How to Run Your Python Scripts
Python import: Advanced Techniques and Tips
PyPy: Faster Python With Minimal Effort
Run Python Versions in Docker: How to Try the Latest Python Release
Build a Quiz Application With Python
leaden acorn
#

.time

wicked parrotBOT
#
Do you mind?

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

Usage:```
.timed <command>

open spruce
#

My name is Patrick Bateman I live in the American Garden Buildings

on West Eighty-First Street,
on the eleventh floor.
My name is Patrick Bateman.
I am twenty-seven years old.

I believe in taking care of myself,
in a balanced diet,
in a rigorous exercise routine.
In the morning,
if my face is a little puffy,
I'll put on an ice pack
while doing my stomach crunches.
I can do a thousand now.

After I remove the icepack, I use a deep

pore-cleanser lotion.
In the shower,
I use a water-activated gel cleanser,
then a honey-almond body scrub, and
on the face an exfoliating gel scrub.

Then I apply an herb mint facial masque
which I leave on for ten minutes while
I prepare the rest of my routine.

.uwu I always use an after-shave lotion with
little or no alcohol because alcohol
dries your face out and makes you
look older. Then moisturizer, then an
anti-aging eye balm, followed by a final
moisturizing "protective" lotion...

There is an idea of a Patrick Bateman,
some kind of abstraction, but there is
no real me, only an entity, something
illusory, and though I can hide my cold
gaze and you can shake my hand and feel
flesh gripping you and maybe you can
even sense our lifestyles are probably
comparable: I simply am not there.

worthy hill
#

?

leaden acorn
#

.help

wicked parrotBOT
#
Command Help

Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).

Games
.games [amount=5] <genre>
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.

GithubInfo
.github
Commands for finding information related to GitHub.

HTTPStatusCodes
.http_status <code>
Choose a cat or dog randomly for the given status code.

worthy hill
#

.uwu this is normal

wicked parrotBOT
#

this is n-nyowmaw

leaden acorn
#

.http_status 418

wicked parrotBOT
#
**Status: 418**
leaden acorn
#

.http_status 403

wicked parrotBOT
#
**Status: 403**
open spruce
#

aw

worthy hill
#

it's forbidden

open spruce
#

but its cute

worthy hill
#

until-

open spruce
#

true

#

bite sized meal

worthy hill
#

lol

open spruce
#

like a jalapeno popper

#

gone

#

but still I am going to choose to belive they are best friends

cloud wigeon
#

.monsterbio

wicked parrotBOT
#
Wogafja's Biography

The Shartileja is an spectacular species, and you, Wogafja, are no exception. Shartileja is famed for its notched spikes. Whispers say that when brewed with s and l at dusk, a foul, bright yellow brew will be produced, granting it's drinker the ability to devour dreams! This species was discovered by Rick Smith in 1330.

cloud wigeon
#

.madlibs

wicked parrotBOT
#
Madlibs
Enter a word that fits the given part of speech!

Part of speech: adjective

Make sure not to spam, or you may get auto-muted!

cloud wigeon
#

enormous

wicked parrotBOT
#

@cloud wigeon

Not in my house!

Uh oh! You took too long to respond!

royal wave
#

.8ball am i gay

wicked parrotBOT
#

It is certain

royal wave
#

oh

near frost
#

.close

#

lol

barren kelp
#

.help

wicked parrotBOT
#
Command Help

DragNames
.dragname
Sends a message with a drag queen name.

DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.

EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.

EasterFacts
.eggfact
Get easter egg facts.

EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.

barren kelp
#

.duckduckgoose

wicked parrotBOT
#
Duck Duck Duck Goose!
#
Flights Found

Flights everyone missed:
(2, 8, 10)

#
Time's up!

Final scores:

wicked parrotBOT
#
Command Help

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.

#
That was a mistake.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

#
In the future, don't do that.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

#
Are you trying to kill me?

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

#
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 a 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.

vagrant crypt
#

. challenge python

#

.challenge python

wicked parrotBOT
#
Do you mind?

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

dense field
#

.epoch 2022-07-14 00:00 UTC

wicked parrotBOT
#

Date and time parsed as: Thu, 14 Jul 2022 00:00:00 +0000

#

<t:1657756800:R>

true apex
#

.uwu

wicked parrotBOT
#
Noooooo!!

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

true apex
#

.uwu me

wicked parrotBOT
#

me

true apex
#

.uwu I dont know how to test it

wicked parrotBOT
#

i dont k-knyow how to test it

molten rune
#

.uwu I’m so sorry sister didn’t want to do that

wicked parrotBOT
#

i’m so sowwy s-sistew didn’t want to do that

molten rune
#

😩

vivid valley
#

.wa ln(x) = x

wicked parrotBOT
gaunt pasture
drowsy hound
#

.mosaic 4

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

drowsy hound
#

.mosaic 16

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

drowsy hound
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
drowsy hound
#

.help

analog saffron
#

.mosaic 4

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

analog saffron
#

.wa integrate 1/x² from 2 to 5π

wicked parrotBOT
analog saffron
#

.wa 59 + 10

wicked parrotBOT
analog saffron
#

Wow

vagrant crypt
#

.source epoch

wicked parrotBOT
#
Command: epoch

Convert an entered date/time string to the equivalent epoch.

Source Code
vagrant crypt
#

.help wa

wicked parrotBOT
#
Command Help

**```
.wolfram <query>

**Can also use:** `wa`, `wolf`

*Requests all answers on a single image, sends an image of all related pods.*

**Subcommands:**
**`cut <query>`**
*Requests a drawn image of given query.*
**`page <query>`**
*Requests a drawn image of given query.*
**`short <query>`**
*Requests an answer to a simple question.*
vagrant crypt
#

.wo 5/6+7-5+7800*6363

#

.wolf 5/6+7-5+7800*6363

wicked parrotBOT
scenic bloom
#

.help

wicked parrotBOT
#
Command Help

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.

scenic bloom
#

.help

wicked parrotBOT
#
Command Help

Speedrun
.speedrun
Sends a link to a video of a random speedrun.

SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.

SpookyGif
.spookygif
Fetches a random gif from the GIPHY API and responds with it.

SpookyRating
.spookyrating [who]
Calculates the spooky rating of someone.

Stackoverflow
.stackoverflow <search_query>
Sends the top 5 results of a search query from stackoverflow.

scenic bloom
#

.challenge python

wicked parrotBOT
#
Please don't do that.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

scenic bloom
#

.reddit

wicked parrotBOT
#
Command Help

**```
.reddit

*View the top posts from various subreddits.*

**Subcommands:**
**`daily [subreddit=r/Python]`**
*Send the top posts of today from a given subreddit.*
**`top [subreddit=r/Python]`**
*Send the top posts of all time from a given subreddit.*
**`weekly [subreddit=r/Python]`**
*Send the top posts of this week from a given subreddit.*
scenic bloom
#

.reddit top

wicked parrotBOT
#

Here are the top r/Python posts of all time!

whole agate
#

.wa ln(x) = 1

wicked parrotBOT
ionic bloom
rugged onyx
#

.uwu what dis ?

wicked parrotBOT
#

nyani dis ?

rugged onyx
#

.spookyeightball

wicked parrotBOT
#
I can't believe you've done this

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

Usage:```
.spookyeightball <question>

rugged onyx
#

.spookyeightball Do I know you ?

wicked parrotBOT
#

Yes.

rugged onyx
#

.spookyeightball but how ?

wicked parrotBOT
#

If I tell you I will have to kill you...

rugged onyx
#

.spookyeightball why ?

wicked parrotBOT
#

The undead have sworn me to secrecy. I can not answer your question.

rugged onyx
#

bro thats deep

#

.spookyeightball do you the killers ?

wicked parrotBOT
#

This knowledge is not available to me, I will seek the answers from someone far more powerful...
...there is no answer to this question, not even the Grim Reaper could find an answer.

rugged onyx
#

.spookyeightball the what now ?

wicked parrotBOT
#

With great certainty, under the watch of the Pumpkin King, I can confirm your suspicions.

rugged onyx
#

.spookyeightball really ?

wicked parrotBOT
#

With great certainty, under the watch of the Pumpkin King, I can confirm your suspicions.

rugged onyx
#

.spookyeightball ok

wicked parrotBOT
#

I will seek and answer from the devil...
...after requesting the devils knowledge the answer is far more complicated than a simple yes or no.

rugged onyx
#

.spookyeightball why you so complicated ?

wicked parrotBOT
#

I swear on my spider that you are correct.

rugged onyx
#

.spookyeightball bye

wicked parrotBOT
#

The undead have sworn me to secrecy. I can not answer your question.

rugged onyx
#

. . .

#

.uwu what

wicked parrotBOT
#

nyani

rugged onyx
#

.help

wicked parrotBOT
#
Command Help

DragNames
.dragname
Sends a message with a drag queen name.

DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.

EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.

EasterFacts
.eggfact
Get easter egg facts.

EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.

rugged onyx
#

.earth_photos

wicked parrotBOT
main scarab
#

.uwu

wicked parrotBOT
#
Are you trying to kill me?

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

main scarab
#

.uwu test

wicked parrotBOT
#

test

main scarab
#

.uwu is this an owofier ?

wicked parrotBOT
#

is this an owofiew ?

main scarab
#

hm

wicked parrotBOT
#

hewwo

#

python

#

bwue

#

discowd

#

htmw

#

emoji

proud veldt
#

.uwu what

wicked parrotBOT
#

nyani

barren kelp
#

.roles

vagrant crypt
#

.hangman

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

Guess the word by sending a message with a letter!

vagrant crypt
#

Party

#

P

barren kelp
#

B

vagrant crypt
#

A

#

T

#

Y

#

X

#

R

#

U

wicked parrotBOT
#
You lost.

The word was enjoy.

vagrant crypt
#

.gsman

rugged onyx
#

.hangman

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

Guess the word by sending a message with a letter!

rugged onyx
#

a

#

e

#

p

#

c

#

s

#

p

#

n

#

c

#

i

#

p

#

x

wicked parrotBOT
#
You lost.

The word was treat.

rugged onyx
#

damn

hallow shale
#

.uwu

wicked parrotBOT
#
You have to stop.

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

hallow shale
#

.uwu hello

wicked parrotBOT
#

hewwo

hallow shale
#

.help uwu

wicked parrotBOT
#
Command Help

**```
.uwu [text]

**Can also use:** `uwuify`, `uwuwize`

*Echo an uwuified version the passed text.

Example:
'.uwu Hello, my name is John' returns something like
'hewwo, m-my name is j-john nyaa~'.*
hallow shale
#

.uwu Hello, my name is John

wicked parrotBOT
#

hewwo, my nyame is j-john

hallow shale
#

.help

wicked parrotBOT
#
Command Help

PrideAnthem
.prideanthem [genre]
Sends a message with a video of a random pride anthem.

PrideFacts
.pridefact [option]
Sends a message with a pride fact of the day.

PrideLeader
.pride_leader <pride_leader_name>
Information about a Pride Leader.

PythonFacts
.pythonfact
Sends a Random fun fact about Python.

Quackstack
.quack [ducktype=duck] [seed]
Use the Quackstack API to generate a random duck.

hallow shale
#

.earth_photos

wicked parrotBOT
hallow shale
#

.halloweenify

wicked parrotBOT
#
Not spooky enough?

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

Your new nickname will be:
:ghost: Michael Myers :jack_o_lantern:

hallow shale
#

.pythonfact

wicked parrotBOT
#
Python Facts

Python was named after Monty Python, a British Comedy Troupe, which Guido van Rossum likes.

Suggestions

Suggest more facts here!

hallow shale
#

.pythonfact

wicked parrotBOT
#
Python Facts

If you type import this in the Python REPL, you'll get a poem about the philosophies about Python. (check it out by doing !zen in #bot-commands)

Suggestions

Suggest more facts here!

analog saffron
#

.hangman

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

Guess the word by sending a message with a letter!

analog saffron
#

A

#

a

#

c

#

p

#

l

#

m

#

n

#

w

wicked parrotBOT
#
You lost.

The word was agree.

analog saffron
#

wut

#

.hangman

wicked parrotBOT
#
Nuh-uh.

Looks like the bot timed out! You must send a letter within 60 seconds.

analog saffron
#

c

#

l

#

o

#

c

#

h

#

...

#

what

#

never mind

#

.hangman

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

Guess the word by sending a message with a letter!

analog saffron
#

a

#

c

#

i

#

c

#

ahhh

#

n

#

E

#

can i get a D?

#

D

#

nope

#

T

#

is it election?

#

election

#

what

#

o

#

l

wicked parrotBOT
#
You won!

The word was election.

analog saffron
#

Yesssssss

#

YASSSSS

#

I FEEL THE POWER OF THE WORDS!!

#

Let's do this again.

#

.hangman

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

Guess the word by sending a message with a letter!

analog saffron
#

e

#

a

#

o

#

u

#

t

#

D

#

N

#

S

wicked parrotBOT
#
You won!

The word was sound.

analog saffron
#

Yes

#

There could be a chance it was pound

cloud mist
#

.hangman

wicked parrotBOT
#
Hangman
You've guessed `d i f f i c u l t` so far.

Guess the word by sending a message with a letter!

cloud mist
#

ed

#

e

#

a

#

i

#

d

#

r

#

f

#

u

#

o

#

n

#

difficult

#

c

#

l

#

t

wicked parrotBOT
#
You won!

The word was difficult.

cloud mist
#

L

#

.hangman

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

Guess the word by sending a message with a letter!

cloud mist
#

e

#

a

#

r

#

s

#

d

#

u

#

i

#

o

wicked parrotBOT
#
You lost.

The word was pygame.

cloud mist
#

that;s a word?

#

.hangman

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

Guess the word by sending a message with a letter!

cloud mist
#

p

#

y

#

e

#

i

#

a

#

f

#

d

#

w

wicked parrotBOT
#
You lost.

The word was computer.

main scarab
#

.close

quick merlin
#

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

quick merlin
#

.hangman

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

Guess the word by sending a message with a letter!

quick merlin
#

a

#

s

#

h

#

p

#

k

#

l

#

c

#

n

wicked parrotBOT
#
You lost.

The word was decade.

quick merlin
#

oh

novel garden
#

.hangman

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

Guess the word by sending a message with a letter!

novel garden
#

e

#

s

#

a

#

y

wicked parrotBOT
#
You won!

The word was easy.

novel garden
#

.hangman

wicked parrotBOT
#
Not gonna happen.

Looks like the bot timed out! You must send a letter within 60 seconds.

novel garden
#

e

#

t

#

r

#

s

#

o

#

.close

main scarab
#

.uwu

wicked parrotBOT
#
Noooooo!!

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

main scarab
#

.uwu hi

wicked parrotBOT
#

hi

main scarab
#

.uwu i am the best of all time not at python tho :[

wicked parrotBOT
#

i am the b-best of aww t-time nyot a-at python tho :[

main scarab
#

.hangman

wicked parrotBOT
#
Nah.

Looks like the bot timed out! You must send a letter within 60 seconds.

main scarab
#

hope

#

h

#

o

#

.hangman

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

Guess the word by sending a message with a letter!

main scarab
#

o

#

l

#

m

#

g

#

n

#

y

#

r

#

s

#

k

#

u

wicked parrotBOT
#
You lost.

The word was spring.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

h

#

Y

#

U

#

L

#

F

#

A

#

B

#

A

#

n

wicked parrotBOT
#
You lost.

The word was believe.

viral cloak
#

L

#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

B

#

H

#

E

#

L

#

L

#

O

#

X

#

N

wicked parrotBOT
#
You lost.

The word was attack.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

A

#

T

#

A

#

C

#

K

#

L

#

U

#

N

#

F

#

M

wicked parrotBOT
#
You lost.

The word was return.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

h

#

An

#

G

#

L

rough gladeBOT
#

:incoming_envelope: :ok_hand: applied mute to @viral cloak until <t:1657987124:f> (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).

long yarrow
#

!unmute 680994218977787927

rough gladeBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @viral cloak.

viral cloak
#

N

wicked parrotBOT
#
You lost.

The word was federal.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

A

#

N

#

L

#

B

#

S

#

H

#

J

#

K

wicked parrotBOT
#
You lost.

The word was investment.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

F

#

U

#

R

#

N

#

N

#

M

#

V

wicked parrotBOT
#
You lost.

The word was stay.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

S

#

T

#

A

#

Y

#

P

#

A

#

S

#

N

#

L

#

E

wicked parrotBOT
#
You lost.

The word was light.

viral cloak
#

.hangman

wicked parrotBOT
#
I don't think so.

Looks like the bot timed out! You must send a letter within 60 seconds.

viral cloak
#

M

#

S

#

T

#

Qt

#

L

#

V

#

N

#

L

#

.ttt

wicked parrotBOT
#

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

#

1️⃣ 2️⃣ 3️⃣
4️⃣ 5️⃣ 6️⃣
7️⃣ 8️⃣ 9️⃣

viral cloak
#

.help

#

.ttt

wicked parrotBOT
#
Certainly not.

You are not authorized to use this command.

#

@viral cloak ran out of time. Canceling game.

viral cloak
#

.ttt

wicked parrotBOT
#

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

#

x_square 2️⃣ o_square
x_square o_square 6️⃣
o_square 8️⃣ x_square

#

:tada: @wicked parrot won this game! :tada:

viral cloak
#

. ttt

#

.ttt

wicked parrotBOT
#

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

#

x_square o_square x_square
4️⃣ o_square x_square
o_square 8️⃣ x_square

#

:tada: @viral cloak won this game! :tada:

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

H

#

K

#

U

#

M

#

N

#

E

#

C

#

T

#

I

#

G

wicked parrotBOT
#
You won!

The word was meeting.

viral cloak
#

.hangman

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

Guess the word by sending a message with a letter!

viral cloak
#

H

#

N

#

L

#

H

#

B

#

A

#

U

wicked parrotBOT
#
You lost.

The word was report.

viral cloak
#

.h

#

.help

wicked parrotBOT
#
Command Help

BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.

BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.

Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.

viral cloak
#

.mosaic 4

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

viral cloak
#

.mosaic 2

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

viral cloak
#

.help mosaic

wicked parrotBOT
#
Command Help

**```
.avatar_modify mosaic [squares=16]

**Can also use:** `mosaic`

*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
viral cloak
#

.help

wicked parrotBOT
#
Command Help

DragNames
.dragname
Sends a message with a drag queen name.

DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.

EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.

EasterFacts
.eggfact
Get easter egg facts.

EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.

viral cloak
#

. riddle

#

.riddle

wicked parrotBOT
#
What does the easter bunny get for making a basket?

You have 10 seconds before the first hint.

viral cloak
#

H

wicked parrotBOT
#
Here's a hint: KOBE!!
#
Here's a hint: 1+1 = ?!
viral cloak
#

2

wicked parrotBOT
#

Nobody got it right...

The answer is: 2 points!
viral cloak
#

.h

#

.help

wicked parrotBOT
#
Command Help

DragNames
.dragname
Sends a message with a drag queen name.

DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.

EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.

EasterFacts
.eggfact
Get easter egg facts.

EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.

viral cloak
#

.duckduckduckgoose

wicked parrotBOT
#
Duck Duck Duck Goose!
#
Flights Found

Flights everyone missed:
(1, 7, 11)
(2, 3, 6)
(5, 9, 10)
(3, 10, 11)
(0, 3, 8)

viral cloak
#

.wikipedia human

wicked parrotBOT
#
Wikipedia Search Results

Human trafficking
Human trafficking is the trade of humans for the purpose of forced labour, sexual slavery, or commercial sexual exploitation for the trafficker or others

Human genome
The human genome is a complete set of nucleic acid sequences for humans, encoded as DNA within the 23 chromosome pairs in cell nuclei and in a small DNA

viral cloak
#

.google

#

.fool

wicked parrotBOT
#

Check out this April Fools' video by google.

https://youtu.be/UmJ2NBHXTqo

Introducing Google Play for Pets, a new category of games, apps and training tools to keep your pet stimulated.

Wouldn’t it be great to keep your pets occupied when you’re not around? With Google Play for Pets, your furry friends can keep busy with thousands of games and apps throughout the day.

Updates include:
-New collections of games, app...

▶ Play video
viral cloak
#

.help

wicked parrotBOT
#
Command Help

PrideAnthem
.prideanthem [genre]
Sends a message with a video of a random pride anthem.

PrideFacts
.pridefact [option]
Sends a message with a pride fact of the day.

PrideLeader
.pride_leader <pride_leader_name>
Information about a Pride Leader.

PythonFacts
.pythonfact
Sends a Random fun fact about Python.

Quackstack
.quack [ducktype=duck] [seed]
Use the Quackstack API to generate a random duck.

viral cloak
#

.anagram

wicked parrotBOT
#
Find anagrams from these letters: 'DELOR'

You have 60 seconds to find correct words.

#
Time's up!

Final scores:

viral cloak
#

.cheat

wicked parrotBOT
#

Result Of cht.sh

#  Python: significance of -u option?
#  
#  From python --help:
#  
#  >     -u     : unbuffered binary stdout and stderr; also
#  PYTHONUNBUFFERED=x
          see man page for details on internal buffering relating to '-u'

#  The manpage states:
#  
#  >     -u     Force  stdin,  stdout and stderr to be totally
#  unbuffered.  On systems where it matters, also put stdin,
        stdout and stderr in binary mode.  Note that there is internal buffering  in  xreadlines(),  readlines()
        and  file-object  iterators  ("for  line in sys.stdin") which is not influenced by this option.  To work
        around this, you will want to use "sys.stdin.readline()" inside a "while 1:" loop.

#  Python opens the stdin, -out and -error streams in a buffered mode;
#  it'll read or write in larger chunks, keeping data in memory until a
#  threshold is reached. -u disables those buffers.
#  
#  Also, python can interpret newlines on open files and translate them
#  from and to the native platform
... (truncated - too many lines)

Full results: https://cheat.sh/python/

viral cloak
#

.dragname

wicked parrotBOT
#

Sam Armie

#

Nobody got it right.

The words were: `lored`, `older`!
viral cloak
#

.halloweenify

wicked parrotBOT
#
Not spooky enough?

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

Your new nickname will be:
:ghost: Jack Torrance :jack_o_lantern:

viral cloak
#

.8ball

wicked parrotBOT
#
I can't believe you've done this

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

Usage:```
.8ball <question>

viral cloak
#

.madlibs

wicked parrotBOT
#
Madlibs
Enter a word that fits the given part of speech!

Part of speech: verb

Make sure not to spam, or you may get auto-muted!

viral cloak
#

.movie

wicked parrotBOT
#
Command Help

**```
.movies [genre] [amount=5]

**Can also use:** `movie`

*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.*

**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
viral cloak
#

.movie 2022

wicked parrotBOT
#
Command Help

**```
.movies [genre] [amount=5]

**Can also use:** `movie`

*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.*

**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
viral cloak
#

.movies genere

wicked parrotBOT
#
Command Help

**```
.movies [genre] [amount=5]

**Can also use:** `movie`

*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.*

**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
viral cloak
#

.pythonfact

wicked parrotBOT
#
Python Facts

If you type import antigravity in the Python REPL, you'll be directed to an xkcd comic about how easy Python is.

Suggestions

Suggest more facts here!

#

@viral cloak

Out of the question.

Uh oh! You took too long to respond!

dense pulsar
#

.mosaic 2

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 4 squares.

dense pulsar
#

who tf came up with this

#

kinda cool tho

sleek violet
#

.uwu

wicked parrotBOT
#
Do you mind?

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

sleek violet
#

.uwu hello

wicked parrotBOT
#

hewwo

sleek violet
#

.help mosaic

wicked parrotBOT
#
Command Help

**```
.avatar_modify mosaic [squares=16]

**Can also use:** `mosaic`

*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
sleek violet
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

tough topaz
#

. mosaic

#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 16 squares.

tough topaz
#

.mosaic 1

wicked parrotBOT
#
Hooh... that was a lot of work

I present to you... Yourself!

tough topaz
#

.mosaic 0

wicked parrotBOT
#
Noooooo!!

Your input was invalid: Squares must be a positive number less than or equal to 10,000.

Usage:```
.avatar_modify mosaic [squares=16]

tough topaz
#

.mosaic 10000

wicked parrotBOT
#
Testing the limits I see...

What a masterpiece. :star:

tough topaz
#

.mosaic 1000

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 1024 squares.

tough topaz
#

.mosaic 100

wicked parrotBOT
#
Your mosaic avatar

Here is your avatar. I think it looks a bit puzzling
Made with 100 squares.

neon cave
#

.uwu

wicked parrotBOT
#
You blew it.

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

neon cave
#

.uwu test

wicked parrotBOT
#

test

neon cave
#

.uwu hello

wicked parrotBOT
#

hewwo

calm charm
#

.uwu test

wicked parrotBOT
#

test

calm charm
#

.uwu mama

wicked parrotBOT
#

mama

calm charm
#

.uwu kurwa

wicked parrotBOT
#

kurwa

calm charm
#

.uwu you a girl

wicked parrotBOT
#

you a giww

frozen apex
#

.uwu abcdefghijklmnopqrstuvwxyz

wicked parrotBOT
#

abcdefghijkwmnyopqwstuvwxyz

frozen apex
#

.uwu rrrrrrllllllll

wicked parrotBOT
#

wwwwwwwwwwwwww

frozen apex
#

Lmfao

rocky pond
#

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

rocky pond
#

.help

wicked parrotBOT
rocky pond
#

.help quiz

wicked parrotBOT
#
Command Help

**```
.quiz <category> <questions>

**Can also use:** `trivia`, `triviaquiz`

*Start a quiz!

Questions for the quiz can be selected from the following categories:
- general: Test your general knowledge.
- retro: Questions related to retro gaming.
- math: General questions about mathematics ranging from grade 8 to grade 12.
- science: Put your understanding of science to the test!
- cs: A large variety of computer science questions.
- python: Trivia on our amazing language, Python!
- wikipedia: Guess the title of random wikipedia passages.

(More to come!)*

**Subcommands:**
**`leaderboard `**
*View everyone's score for this bot session.*
**`stop `**
*Stop a quiz game if its running in the channel.*
rocky pond
#

.help connect4

wicked parrotBOT
#
Command Help

**```
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]

**Can also use:** `4inarow`, `c4`, `connect4`, `connectfour`

*Play the classic game of Connect Four with someone!

Sets up a message waiting for someone else to react and play along.
The game will start once someone has reacted.
All inputs will be through reactions.*

**Subcommands:**
**`ai [board_size=7] [emoji1=🔵] [emoji2=🔴]`**
*Play Connect Four against a computer player.*
rocky pond
#

.connect4 7 ☠️ 👁‍🗨

wicked parrotBOT
#
You have to stop.

Your input was invalid: Emoji "👁‍🗨" not found.

Usage:```
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]

rocky pond
#

.connect4 7 ☠️ 💀

wicked parrotBOT
#

@rocky pond Game cancelled.

rocky pond
#

.connect4 ai 7 ☠️ 💀

wicked parrotBOT
#
Connect 4: Hi (Don’t ping unless respondin) VS Sir Lancebot

1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: 💀 :white_circle: :white_circle: :white_circle:
:white_circle: 💀 ☠️ ☠️ ☠️ ☠️ 💀

#

Game Over! @rocky pond won against @wicked parrot

rocky pond
#

bruh

wise sigil
#

.anagram

wicked parrotBOT
#
Find anagrams from these letters: 'AAILTV'

You have 60 seconds to find correct words.

wise sigil
#

Litva

wicked parrotBOT
#

Nobody got it right.

The words were: `avital`, `latvia`!
wicked parrotBOT
#
Moon Raker

Color information for Color Moon Raker.

RGB

(214, 206, 246)

HSV

(252, 16, 96)

HSL

(252, 69, 89)

CMYK

(13, 16, 0, 4)

Hex

#D6CEF6

Name

Moon Raker

#
Foam

Color information for Color Foam.

RGB

(216, 252, 250)

HSV

(177, 14, 99)

HSL

(177, 86, 92)

CMYK

(14, 0, 1, 1)

Hex

#D8FCFA

Name

Foam

#
Allports

Color information for Color Allports.

RGB

(0, 118, 163)

HSV

(197, 100, 64)

HSL

(197, 100, 32)

CMYK

(100, 28, 0, 36)

Hex

#0076A3

Name

Allports

#
Peanut

Color information for Color Peanut.

RGB

(120, 47, 22)

HSV

(15, 82, 47)

HSL

(15, 69, 28)

CMYK

(0, 61, 82, 53)

Hex

#782F16

Name

Peanut

#
Regal Blue

Color information for Color Regal Blue.

RGB

(1, 63, 106)

HSV

(205, 99, 42)

HSL

(205, 98, 21)

CMYK

(99, 41, 0, 58)

Hex

#013F6A

Name

Regal Blue

#
Rosewood

Color information for Color Rosewood.

RGB

(101, 0, 11)

HSV

(353, 100, 40)

HSL

(353, 100, 20)

CMYK

(0, 100, 89, 60)

Hex

#65000B

Name

Rosewood

#
Tonys Pink

Color information for Color Tonys Pink.

RGB

(231, 159, 140)

HSV

(13, 39, 91)

HSL

(13, 65, 73)

CMYK

(0, 31, 39, 9)

Hex

#E79F8C

Name

Tonys Pink

#
Pink

Color information for Color pink.

RGB

(255, 192, 203)

HSV

(350, 25, 100)

HSL

(350, 100, 88)

CMYK

(0, 25, 20, 0)

Hex

#FFC0CB

Name

Pink

#
Rust

Color information for Color Rust.

RGB

(183, 65, 14)

HSV

(18, 92, 72)

HSL

(18, 86, 39)

CMYK

(0, 64, 92, 28)

Hex

#B7410E

Name

Rust

#
Sweet Pink

Color information for Color Sweet Pink.

RGB

(253, 159, 162)

HSV

(358, 37, 99)

HSL

(358, 96, 81)

CMYK

(0, 37, 36, 1)

Hex

#FD9FA2

Name

Sweet Pink

#
Hemlock

Color information for Color Hemlock.

RGB

(94, 93, 59)

HSV

(58, 37, 37)

HSL

(58, 23, 30)

CMYK

(0, 1, 37, 63)

Hex

#5E5D3B

Name

Hemlock

#
Cardinal Pink

Color information for Color Cardinal Pink.

RGB

(140, 5, 94)

HSV

(320, 96, 55)

HSL

(320, 93, 28)

CMYK

(0, 96, 33, 45)

Hex

#8C055E

Name

Cardinal Pink

#
Sahara Sand

Color information for Color Sahara Sand.

RGB

(241, 231, 136)

HSV

(54, 44, 95)

HSL

(54, 79, 74)

CMYK

(0, 4, 44, 5)

Hex

#F1E788

Name

Sahara Sand

#
Blue

Color information for Color blue.

RGB

(0, 0, 255)

HSV

(240, 100, 100)

HSL

(240, 100, 50)

CMYK

(100, 100, 0, 0)

Hex

#0000FF

Name

Blue

#
Boulder

Color information for Color Boulder.

RGB

(122, 122, 122)

HSV

(0, 0, 48)

HSL

(0, 0, 48)

CMYK

(0, 0, 0, 52)

Hex

#7A7A7A

Name

Boulder

#
Mondo

Color information for Color Mondo.

RGB

(74, 60, 48)

HSV

(28, 35, 29)

HSL

(28, 21, 24)

CMYK

(0, 19, 35, 71)

Hex

#4A3C30

Name

Mondo

#
Red Berry

Color information for Color Red Berry.

RGB

(142, 0, 0)

HSV

(0, 100, 56)

HSL

(0, 100, 28)

CMYK

(0, 100, 100, 44)

Hex

#8E0000

Name

Red Berry

#
Metallic Copper

Color information for Color Metallic Copper.

RGB

(113, 41, 29)

HSV

(9, 74, 44)

HSL

(9, 59, 28)

CMYK

(0, 64, 74, 56)

Hex

#71291D

Name

Metallic Copper

#
Blue Ribbon

Color information for Color Blue Ribbon.

RGB

(0, 102, 255)

HSV

(216, 100, 100)

HSL

(216, 100, 50)

CMYK

(100, 60, 0, 0)

Hex

#0066FF

Name

Blue Ribbon

#
Paarl

Color information for Color Paarl.

RGB

(166, 85, 41)

HSV

(21, 75, 65)

HSL

(21, 60, 41)

CMYK

(0, 49, 75, 35)

Hex

#A65529

Name

Paarl

#
Cyprus

Color information for Color Cyprus.

RGB

(0, 62, 64)

HSV

(182, 100, 25)

HSL

(182, 100, 13)

CMYK

(100, 3, 0, 75)

Hex

#003E40

Name

Cyprus

#
Blue Whale

Color information for Color Blue Whale.

RGB

(4, 46, 76)

HSV

(205, 95, 30)

HSL

(205, 90, 16)

CMYK

(95, 39, 0, 70)

Hex

#042E4C

Name

Blue Whale

#
Saffron Mango

Color information for Color Saffron Mango.

RGB

(249, 191, 88)

HSV

(38, 65, 98)

HSL

(38, 93, 66)

CMYK

(0, 23, 65, 2)

Hex

#F9BF58

Name

Saffron Mango

#
Bean

Color information for Color Bean .

RGB

(61, 12, 2)

HSV

(10, 97, 24)

HSL

(10, 94, 12)

CMYK

(0, 80, 97, 76)

Hex

#3D0C02

Name

Bean

#
Teal Blue

Color information for Color Teal Blue.

RGB

(4, 66, 89)

HSV

(196, 96, 35)

HSL

(196, 91, 18)

CMYK

(96, 26, 0, 65)

Hex

#044259

Name

Teal Blue

#
Honeysuckle

Color information for Color Honeysuckle.

RGB

(237, 252, 132)

HSV

(68, 48, 99)

HSL

(68, 95, 75)

CMYK

(6, 0, 48, 1)

Hex

#EDFC84

Name

Honeysuckle

#
Blizzard Blue

Color information for Color Blizzard Blue.

RGB

(163, 227, 237)

HSV

(188, 31, 93)

HSL

(188, 67, 78)

CMYK

(31, 4, 0, 7)

Hex

#A3E3ED

Name

Blizzard Blue

#
Thatch

Color information for Color Thatch.

RGB

(182, 157, 152)

HSV

(10, 16, 71)

HSL

(10, 17, 65)

CMYK

(0, 14, 16, 29)

Hex

#B69D98

Name

Thatch

#
Bossanova

Color information for Color Bossanova.

RGB

(78, 42, 90)

HSV

(285, 53, 35)

HSL

(285, 36, 26)

CMYK

(13, 53, 0, 65)

Hex

#4E2A5A

Name

Bossanova

#
Eunry

Color information for Color Eunry.

RGB

(207, 163, 157)

HSV

(7, 24, 81)

HSL

(7, 34, 71)

CMYK

(0, 21, 24, 19)

Hex

#CFA39D

Name

Eunry

#
Mikado

Color information for Color Mikado.

RGB

(45, 37, 16)

HSV

(43, 64, 18)

HSL

(43, 48, 12)

CMYK

(0, 18, 64, 82)

Hex

#2D2510

Name

Mikado

#
Karaka

Color information for Color Karaka.

RGB

(30, 22, 9)

HSV

(37, 70, 12)

HSL

(37, 54, 8)

CMYK

(0, 27, 70, 88)

Hex

#1E1609

Name

Karaka

#
Gray Asparagus

Color information for Color Gray Asparagus.

RGB

(70, 89, 69)

HSV

(117, 22, 35)

HSL

(117, 13, 31)

CMYK

(21, 0, 22, 65)

Hex

#465945

Name

Gray Asparagus

#
Vanilla

Color information for Color Vanilla.

RGB

(209, 190, 168)

HSV

(32, 20, 82)

HSL

(32, 31, 74)

CMYK

(0, 9, 20, 18)

Hex

#D1BEA8

Name

Vanilla

#
Aqua Squeeze

Color information for Color Aqua Squeeze.

RGB

(232, 245, 242)

HSV

(166, 5, 96)

HSL

(166, 39, 94)

CMYK

(5, 0, 1, 4)

Hex

#E8F5F2

Name

Aqua Squeeze

#
Zest

Color information for Color Zest.

RGB

(229, 132, 27)

HSV

(31, 88, 90)

HSL

(31, 80, 50)

CMYK

(0, 42, 88, 10)

Hex

#E5841B

Name

Zest

#
New Orleans

Color information for Color New Orleans.

RGB

(243, 214, 157)

HSV

(40, 35, 95)

HSL

(40, 78, 78)

CMYK

(0, 12, 35, 5)

Hex

#F3D69D

Name

New Orleans

#
Highland

Color information for Color Highland.

RGB

(111, 142, 99)

HSV

(103, 30, 56)

HSL

(103, 18, 47)

CMYK

(22, 0, 30, 44)

Hex

#6F8E63

Name

Highland

#
Topaz

Color information for Color Topaz.

RGB

(124, 119, 138)

HSV

(256, 14, 54)

HSL

(256, 8, 50)

CMYK

(10, 14, 0, 46)

Hex

#7C778A

Name

Topaz

#
Deluge

Color information for Color Deluge.

RGB

(117, 99, 168)

HSV

(256, 41, 66)

HSL

(256, 28, 52)

CMYK

(30, 41, 0, 34)

Hex

#7563A8

Name

Deluge

#
Grape

Color information for Color Grape.

RGB

(56, 26, 81)

HSV

(273, 68, 32)

HSL

(273, 51, 21)

CMYK

(31, 68, 0, 68)

Hex

#381A51

Name

Grape

#
Tory Blue

Color information for Color Tory Blue.

RGB

(20, 80, 170)

HSV

(216, 88, 67)

HSL

(216, 79, 37)

CMYK

(88, 53, 0, 33)

Hex

#1450AA

Name

Tory Blue

#
Blizzard Blue

Color information for Color Blizzard Blue.

RGB

(163, 227, 237)

HSV

(188, 31, 93)

HSL

(188, 67, 78)

CMYK

(31, 4, 0, 7)

Hex

#A3E3ED

Name

Blizzard Blue

#
Serenade

Color information for Color Serenade.

RGB

(255, 244, 232)

HSV

(31, 9, 100)

HSL

(31, 100, 95)

CMYK

(0, 4, 9, 0)

Hex

#FFF4E8

Name

Serenade

#
Bronze

Color information for Color Bronze.

RGB

(63, 33, 9)

HSV

(27, 86, 25)

HSL

(27, 75, 14)

CMYK

(0, 48, 86, 75)

Hex

#3F2109

Name

Bronze

#
Maroon Oak

Color information for Color Maroon Oak.

RGB

(82, 12, 23)

HSV

(351, 85, 32)

HSL

(351, 74, 18)

CMYK

(0, 85, 72, 68)

Hex

#520C17

Name

Maroon Oak

#
Tulip Tree

Color information for Color Tulip Tree.

RGB

(234, 179, 59)

HSV

(41, 75, 92)

HSL

(41, 81, 57)

CMYK

(0, 24, 75, 8)

Hex

#EAB33B

Name

Tulip Tree

#
Temptress

Color information for Color Temptress.

RGB

(59, 0, 11)

HSV

(349, 100, 23)

HSL

(349, 100, 12)

CMYK

(0, 100, 81, 77)

Hex

#3B000B

Name

Temptress

#
Falu Red

Color information for Color Falu Red.

RGB

(128, 24, 24)

HSV

(0, 81, 50)

HSL

(0, 68, 30)

CMYK

(0, 81, 81, 50)

Hex

#801818

Name

Falu Red

rough gladeBOT
#

failmail :ok_hand: applied mute to @main scarab until <t:1658082590:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

wicked parrotBOT
#
Wisp Pink

Color information for Color Wisp Pink.

RGB

(254, 244, 248)

HSV

(336, 4, 100)

HSL

(336, 83, 98)

CMYK

(0, 4, 2, 0)

Hex

#FEF4F8

Name

Wisp Pink

#
Orinoco

Color information for Color Orinoco.

RGB

(243, 251, 212)

HSV

(72, 16, 98)

HSL

(72, 83, 91)

CMYK

(3, 0, 16, 2)

Hex

#F3FBD4

Name

Orinoco

#
Hippie Blue

Color information for Color Hippie Blue.

RGB

(88, 154, 175)

HSV

(194, 50, 69)

HSL

(194, 35, 52)

CMYK

(50, 12, 0, 31)

Hex

#589AAF

Name

Hippie Blue

#
Mindaro

Color information for Color Mindaro.

RGB

(227, 249, 136)

HSV

(72, 45, 98)

HSL

(72, 90, 75)

CMYK

(9, 0, 45, 2)

Hex

#E3F988

Name

Mindaro

#
Golden Tainoi

Color information for Color Golden Tainoi.

RGB

(255, 204, 92)

HSV

(41, 64, 100)

HSL

(41, 100, 68)

CMYK

(0, 20, 64, 0)

Hex

#FFCC5C

Name

Golden Tainoi

#
Bronze Olive

Color information for Color Bronze Olive.

RGB

(78, 66, 12)

HSV

(49, 85, 31)

HSL

(49, 73, 18)

CMYK

(0, 15, 85, 69)

Hex

#4E420C

Name

Bronze Olive

#
Kenyan Copper

Color information for Color Kenyan Copper.

RGB

(124, 28, 5)

HSV

(12, 96, 49)

HSL

(12, 92, 25)

CMYK

(0, 77, 96, 51)

Hex

#7C1C05

Name

Kenyan Copper

#
Lipstick

Color information for Color Lipstick.

RGB

(171, 5, 99)

HSV

(326, 97, 67)

HSL

(326, 94, 35)

CMYK

(0, 97, 42, 33)

Hex

#AB0563

Name

Lipstick

#
Aqua Spring

Color information for Color Aqua Spring.

RGB

(234, 249, 245)

HSV

(164, 6, 98)

HSL

(164, 56, 95)

CMYK

(6, 0, 2, 2)

Hex

#EAF9F5

Name

Aqua Spring

#
Onahau

Color information for Color Onahau.

RGB

(205, 244, 255)

HSV

(193, 20, 100)

HSL

(193, 100, 90)

CMYK

(20, 4, 0, 0)

Hex

#CDF4FF

Name

Onahau

#
Mule Fawn

Color information for Color Mule Fawn.

RGB

(140, 71, 47)

HSV

(15, 66, 55)

HSL

(15, 50, 37)

CMYK

(0, 49, 66, 45)

Hex

#8C472F

Name

Mule Fawn

frank basin
#

.holyhandgrenade

#

hm. Sir Lanebot definitely needs a holy hand grenade (of antioch)

quartz spear
#

.uwu unicorns

wicked parrotBOT
#

unicowns

drifting silo
#

.color

wicked parrotBOT
#
Rajah

Color information for Color Rajah.

RGB

(247, 182, 104)

HSV

(33, 58, 97)

HSL

(33, 90, 69)

CMYK

(0, 26, 58, 3)

Hex

#F7B668

Name

Rajah

whole pilot
#

.color

wicked parrotBOT
#
Rangoon Green

Color information for Color Rangoon Green.

RGB

(28, 30, 19)

HSV

(71, 37, 12)

HSL

(71, 22, 10)

CMYK

(7, 0, 37, 88)

Hex

#1C1E13

Name

Rangoon Green

whole pilot
#

oh

#

.color

wicked parrotBOT
#
Salem

Color information for Color Salem.

RGB

(9, 127, 75)

HSV

(154, 93, 50)

HSL

(154, 87, 27)

CMYK

(93, 0, 41, 50)

Hex

#097F4B

Name

Salem

whole pilot
#

.color

wicked parrotBOT
#
Citrine White

Color information for Color Citrine White.

RGB

(250, 247, 214)

HSV

(55, 14, 98)

HSL

(55, 78, 91)

CMYK

(0, 1, 14, 2)

Hex

#FAF7D6

Name

Citrine White

whole pilot
#

.color pink

wicked parrotBOT
#
Pink

Color information for Color pink.

RGB

(255, 192, 203)

HSV

(350, 25, 100)

HSL

(350, 100, 88)

CMYK

(0, 25, 20, 0)

Hex

#FFC0CB

Name

Pink

whole pilot
#

oh

pastel yoke
#

.color random

wicked parrotBOT
#
Sorbus

Color information for Color Sorbus.

RGB

(253, 124, 7)

HSV

(29, 97, 99)

HSL

(29, 98, 51)

CMYK

(0, 51, 97, 1)

Hex

#FD7C07

Name

Sorbus

pastel yoke
#

Thats a nice color

viral cloak
#

.souce

#

.source

wicked parrotBOT
viral cloak
#

.source color

wicked parrotBOT
#
Command: colour

Create an embed that displays colour information.

Source Code
viral cloak
#

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

viral cloak
#

.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 a user's avatar.*
viral cloak
#

.avatarmod 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

viral cloak
#

.avatarmod avatareasterify

wicked parrotBOT
#
Your Lovely Easterified Avatar!

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

viral cloak
#

.avatarmod spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
viral cloak
#

.avatarmod spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
viral cloak
#

.avatarmod spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
viral cloak
#

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

viral cloak
#

.battleship

wicked parrotBOT
#

@viral cloak Game cancelled.

viral cloak
#

.help battleship

wicked parrotBOT
#
Command Help

**```
.battleship

*Play a game of Battleship with someone else!

This will set up a message waiting for someone else to react and play along.
The game takes place entirely in DMs.
Make sure you have your DMs open so that the bot can message you.*

**Subcommands:**
**`ships `**
*Lists the ships that are found on the battleship grid.*
viral cloak
#

.ships

#

.battleship

#

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

#

@viral cloak Seems like there's no one here to play...

viral cloak
#

.games 5

wicked parrotBOT
#
Command Help

**```
.games [amount=5] <genre>

**Can also use:** `game`

*Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.

Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>*

**Subcommands:**
**`company [amount=5]`**
*Get random Game Companies companies from IGDB API.*
**`genres `**
*Get all available genres.*
**`search <search_term>`**
*Find games by name.*
**`top [amount=10]`**
*Get current Top games in IGDB.*
viral cloak
#

.latex

wicked parrotBOT
#
You blew it.

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

Usage:```
.latex <query>

viral cloak
#

.latex h

wicked parrotBOT
viral cloak
#

.monster

wicked parrotBOT
#
Monster Voting

Vote for your favorite monster!

.monster show monster_name(optional)

Show a specific monster. If none is listed, it will give you an error with valid choices.

.monster vote monster_name

Vote for a specific monster. You get one vote, but can change it at any time.

.monster leaderboard

Which monster has the most votes? This command will tell you.

viral cloak
#

.movies

wicked parrotBOT
#
Command Help

**```
.movies [genre] [amount=5]

**Can also use:** `movie`

*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.*

**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
viral cloak
#

.movie

wicked parrotBOT
#
Command Help

**```
.movies [genre] [amount=5]

**Can also use:** `movie`

*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.*

**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
viral cloak
#

.movies all

wicked parrotBOT
#
Command Help

**```
.movies [genre] [amount=5]

**Can also use:** `movie`

*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.

Default 5. Use .movies genres to get all available genres.*

**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
viral cloak
#

.rps

wicked parrotBOT
#
You have to stop.

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

Usage:```
.rps <move>

viral cloak
#

.rps scissors

wicked parrotBOT
#

Sir Lancebot played rock! @viral cloak lost!

viral cloak
#

.space

wicked parrotBOT
#
Command Help

**```
.space

*Head command that contains commands about space.*

**Subcommands:**
**`apod <date>`**
*Get Astronomy Picture of Day from NASA API. Date is optional parameter, what formatting is YYYY-MM-DD.*
**`epic <date>`**
*Get a random image of the Earth from the NASA EPIC API. Support date parameter, format is YYYY-MM-DD.*
**`mars <date> [rover=curiosity]`**
*Get random Mars image by date. Support both SOL (martian solar day) and earth date and rovers.*
**`nasa <search_term>`**
*Get random NASA information/facts + image. Support `search_term` parameter for more specific search.*
viral cloak
#

.speedrun

wicked parrotBOT
viral cloak
#

.uwu h

wicked parrotBOT
#

h

viral cloak
#

.xkcd

wicked parrotBOT
#

CLIMAX is good, but SEXCLIMAX is even better.

languid palm
#

.space

#

.space

wicked parrotBOT
#
Command Help

**```
.space

*Head command that contains commands about space.*

**Subcommands:**
**`apod <date>`**
*Get Astronomy Picture of Day from NASA API. Date is optional parameter, what formatting is YYYY-MM-DD.*
**`epic <date>`**
*Get a random image of the Earth from the NASA EPIC API. Support date parameter, format is YYYY-MM-DD.*
**`mars <date> [rover=curiosity]`**
*Get random Mars image by date. Support both SOL (martian solar day) and earth date and rovers.*
**`nasa <search_term>`**
*Get random NASA information/facts + image. Support `search_term` parameter for more specific search.*
languid palm
#

.space epic 18

wicked parrotBOT
#

Invalid date 18. Please make sure your date is in format YYYY-MM-DD.

languid palm
#

.space epic 2003-06-30

wicked parrotBOT
#

Can't find any images in this date.

languid palm
#

.space epic 2012-06-30

wicked parrotBOT
#

Can't find any images in this date.

languid palm
#

.space epic 2020-06-30

wicked parrotBOT
#
Earth Image

This image was taken by NASA's EPIC camera onboard the NOAA DSCOVR spacecraft

languid palm
#

.space epic 2022-06-30

wicked parrotBOT
#
Earth Image

This image was taken by NASA's EPIC camera onboard the NOAA DSCOVR spacecraft

harsh wyvern
#

@wicked parrot help

wicked parrotBOT
#
Command Help

SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.

SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.

ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.

Snakes
.snakes
Commands from our first code jam.

Space
.space
Head command that contains commands about space.

harsh wyvern
#

.role 998671824453910680

brave shoal
#

!projects

rough gladeBOT
#

Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

proven plover
#

!code

rough gladeBOT
#

Here's how to format Python code on Discord:

```py
print('Hello world!')
```

These are backticks, not quotes. Check this out if you can't find the backtick key.

dreamy meteor
#

.roll 998671824453910680

wicked parrotBOT
#
Noooooo!!

Your input was invalid: .roll only supports between 1 and 6 rolls.

Usage:```
.roll [num_rolls=1]

dreamy meteor
#

.roll 5

wicked parrotBOT
dreamy meteor
#

.roll 6

wicked parrotBOT
dreamy meteor
#

.roll 2

wicked parrotBOT
humble grove
#

.savethedate

wicked parrotBOT
#
:sparkling_heart:Ice skating:revolving_hearts:

There is something incredibly fun about ice skating that brings people closer together and just keeps you laughing (maybe it’s all the falling and clinging to the other person for dear life). You can have some great fun and then move on to a more private location for some alone time.

radiant jewel
#

.reverse Australia is nice indeed.

wicked parrotBOT
#

.deedni ecin si ailartsuA

austere rivet
#

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

austere rivet
#

.reverse racecar

wicked parrotBOT
#

racecar

wise sun
#

!voiceverify

narrow spade
#

.reverse this is cool

wicked parrotBOT
#

looc si siht

narrow spade
#

or not

#

yknow

#

that works too

rugged pike
#

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

tepid oracle
#

.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.*
tepid oracle
#

.draw

#

.snake draw

wicked parrotBOT
tepid oracle
#

.snake draw

wicked parrotBOT
tepid oracle
#

.snake hatch

wicked parrotBOT
#

:tada: Congrats! You hatched: Baby Anaconda

tepid oracle
#

.help snake

wicked parrotBOT
#
Command Help | "snakes"

Subcommands:
name [name]
Snakifies a username.
quiz
Asks a snake-related question in the chat and validates the user's guess.
sal
Play a game of Snakes and Ladders.
snakify [message]
How would I talk if I were a snake?
video [search]
Gets a YouTube video about snakes.
zen
Gets a random quote from the Zen of Python, except as if spoken by a snake.

tepid oracle
#

.snake sal

wicked parrotBOT
#

Snakes and Ladders: A new game is about to start!

#

Snakes and Ladders: The game is starting!
Players: @tepid oracle

#

Snakes and Ladders: A new round has started! Current board:

#

Current positions:
@tepid oracle: Tile 97

Use 🎲 to roll the dice!

#

@tepid oracle rolled a 3!

#

Snakes and Ladders: @tepid oracle has won the game! :tada:

tepid oracle
#

I just speedrunned this game

radiant jewel
#

.anagram never

wicked parrotBOT
#
Find anagrams from these letters: 'DEORST'

You have 60 seconds to find correct words.

radiant jewel
#

Strode

wicked parrotBOT
#

Well done @radiant jewel for getting it right!

The words were: `doters`, `sorted`, `stored`, `strode`!
radiant jewel
south spire
#

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

south spire
#

.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 `**
*NOTE: This command has been moved to !subscribe*
south spire
#

.adventofcode countdown

wicked parrotBOT
#

The Advent of Code event is not currently running. The next event will start <t:1669870800:R>.

south spire
#

.fool

wicked parrotBOT
#

Check out this April Fools' video by google.

https://youtu.be/F0F6SnbqUcE

The future of home delivery arrives today. From above.

Google Express offers fast delivery of things you need from stores you love. With our new delivery technology, packages will arrive even faster and land anywhere you want them - whether you're at the beach, in the woods, or even on a run.

Start getting deliveries from Google Express:
Web...

▶ Play video
pastel yoke
#

.challenge

wicked parrotBOT
#
You're bad at computers.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

native walrus
#

.help challenge

wicked parrotBOT
#
Command Help

**```
.challenge [language=python] [query]

**Can also use:** `kata`

*The challenge command pulls a random kata (challenge) from codewars.com.

The different ways to use this command are:
`.challenge <language>` - Pulls a random challenge within that language's scope.
`.challenge <language> <difficulty>` - The difficulty can be from 1-8,
1 being the hardest, 8 being the easiest. This pulls a random challenge within that difficulty & language.
`.challenge <language> <query>` - Pulls a random challenge with the query provided under the language
`.challenge <language> <query>, <difficulty>` - Pulls a random challenge with the query provided,
under that difficulty within the language's scope.*
native walrus
#

hi brad

pastel yoke
#

.challenge kyu=8

wicked parrotBOT
#
Noooooo!!

Your input was invalid: This is not a recognized language on codewars.com!

Usage:```
.challenge [language=python] [query]

pastel yoke
#

.challenge sort

wicked parrotBOT
#
Noooooo!!

Your input was invalid: This is not a recognized language on codewars.com!

Usage:```
.challenge [language=python] [query]

pastel yoke
#

Hrmmmm

slim crystal
#

.challenge

wicked parrotBOT
#
Please don't do that.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

pastel yoke
#

.kata language=python snail sort

wicked parrotBOT
#
I can't believe you've done this

Your input was invalid: This is not a recognized language on codewars.com!

Usage:```
.challenge [language=python] [query]

pastel yoke
#

.help challenge

wicked parrotBOT
#
Command Help

**```
.challenge [language=python] [query]

**Can also use:** `kata`

*The challenge command pulls a random kata (challenge) from codewars.com.

The different ways to use this command are:
`.challenge <language>` - Pulls a random challenge within that language's scope.
`.challenge <language> <difficulty>` - The difficulty can be from 1-8,
1 being the hardest, 8 being the easiest. This pulls a random challenge within that difficulty & language.
`.challenge <language> <query>` - Pulls a random challenge with the query provided under the language
`.challenge <language> <query>, <difficulty>` - Pulls a random challenge with the query provided,
under that difficulty within the language's scope.*
slim crystal
#

I wonder if the API changed

native walrus
#

are we scraping for this?

pastel yoke
#

.src challenge

wicked parrotBOT
#
Command: challenge

The challenge command pulls a random kata (challenge) from codewars.com.

Source Code
rough gladeBOT
#

bot/exts/utilities/challenges.py line 282

get_kata_link = f"https://codewars.com/kata/search/{language}"```
pastel yoke
#

.challenge python

wicked parrotBOT
#
I can't believe you've done this

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

pastel yoke
#

Weird

native walrus
#

we are apparently

#

ig their HTML structure changed

sage widget
#

.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 a user's avatar.*
sage widget
#

.avatar_modify 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 a user's avatar.*
sage widget
#

.avatar_modify spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
sage widget
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

merry jackal
#

.help name_modify

wicked parrotBOT
#
Query "name_modify" not found.
merry jackal
#

.name_modify

#

.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 a user's avatar.*
merry jackal
#

.avatar_modify spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
echo oxide
wicked parrotBOT
gloomy hollow
#

.uwu

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

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

gloomy hollow
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

#

cat

merry jackal
#

.uwu I like to code in python and also play minecraft

wicked parrotBOT
#

i wike to code in python and awso pway m-minyecwaft

night cape
#

.challenge python

wicked parrotBOT
#
I can't believe you've done this

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

merry jackal
#

.challenge minecraft

wicked parrotBOT
#
You have to stop.

Your input was invalid: This is not a recognized language on codewars.com!

Usage:```
.challenge [language=python] [query]

merry jackal
#

.challenge

wicked parrotBOT
#
You're bad at computers.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

merry jackal
#

.challenge python minecraft

wicked parrotBOT
#
I can't believe you've done this

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

merry jackal
#

.challenge

wicked parrotBOT
#
You're bad at computers.

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

brittle stratus
#

.uwu

wicked parrotBOT
#
Please don't do that.

Your input was invalid: Your message must have content or you must reply to a message.

Usage:```
.uwu [text]

brittle stratus
#

.uwu what the frick

wicked parrotBOT
#

nyani the fwick

brittle stratus
#

.challenge test

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

Your input was invalid: This is not a recognized language on codewars.com!

Usage:```
.challenge [language=python] [query]

brittle stratus
#

.challenge python

wicked parrotBOT
#
Noooooo!!

Your input was invalid: No katas could be found with the filters provided.

Usage:```
.challenge [language=python] [query]

brittle stratus
#

.challenge c++ vector

wicked parrotBOT
#
Not in a million years.

We ran into an error when getting the kata from codewars.com, try again later.

brittle stratus
#

🤷‍♂️

quasi geyser
#

.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 a user's avatar.*
quasi geyser
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

quasi geyser
#

Lol

queen bridge
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

remote crag
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

remote crag
#

.avatar_modify 14bitify

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 a user's avatar.*
remote crag
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

remote crag
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

real sage
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
real sage
#

that is awful

noble flame
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

peak kelp
#

.avatar_modify

wicked parrotBOT
#
Your 8-bit avatar

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

peak kelp
#

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

peak kelp
#

.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 a user's avatar.*
peak kelp
#

.avatar_modify spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
mellow maple
#

.uwu uwu

wicked parrotBOT
#

uwu

wicked parrotBOT
#
You have to stop.

Your input was invalid: Unable to convert eval to valid command or Cog.

Usage:```
.source [source_item]

main scarab
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
main scarab
#

😳

olive lily
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
olive lily
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
olive lily
#

you are paranoid

zinc mirage
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
zinc mirage
#

woah

runic solstice
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

runic solstice
#

ew

#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
runic solstice
#

thats really cool

urban linden
#

.you

#

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

urban linden
#

.fool

wicked parrotBOT
urban linden
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

urban linden
#

.anagram

wicked parrotBOT
#
Find anagrams from these letters: 'AELNRST'

You have 60 seconds to find correct words.

urban linden
#

help

#

ALNEST

urban linden
wicked parrotBOT
#

Nobody got it right.

The words were: `antlers`, `rentals`, `saltern`, `slanter`, `starnel`, `sternal`!
urban linden
#

.anagram

wicked parrotBOT
#
Find anagrams from these letters: 'ADEH'

You have 60 seconds to find correct words.

urban linden
#

HEAD

urban linden
urban linden
urban linden
wicked parrotBOT
#

Well done @urban linden for getting it right!

The words were: `hade`, `haed`, `head`!
urban linden
#

.point

main scarab
#

.epoch 53 years ago

wicked parrotBOT
#

Date and time parsed as: Mon, 21 Jul 1969 17:39:46 +0000

#

-14106013

main scarab
#

<t:-14106013:R>

main scarab
#

.epoch 1658440800

wicked parrotBOT
#
Do you mind?

Your input was invalid: 1658440800 Could not be parsed to a relative or absolute date.

Usage:```
.epoch [date_time]

sleek jackal
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

sleek jackal
#

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

sleek jackal
#

.avatareasterify