#sir-lancebot-playground

1 messages ยท Page 263 of 1

main scarab
#

bro

wicked parrotBOT
#
Question #5

Which protocol is used to pass self to methods when accessed on classes?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`Descriptor`**

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

#

No one has made it onto the leaderboard yet.

#
Question #6

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

main scarab
#

dict

wicked parrotBOT
#

@main scarab got the correct answer :tada: 100 points!

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

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

#
Score Board

pancake building#9996: 100

#
Question #7

What is the official name of this operator :=, introduced in 3.8?

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`assignment-expression operator`**

Remaining questions: 0

#
Score Board

pancake building#9996: 100

#

The round has ended.

#

@main scarab Congratulations on winning this quiz game with a grand total of 100 points :tada:

dusk grove
#

@wicked parrot

solar sluice
#

.color dark_green

wicked parrotBOT
#
Command Help

**```
.colour [colour_input]

**Can also use:** `color`

*Create an embed that displays colour information.

If no subcommand is called, a randomly selected colour will be shown.*

**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
tardy pagoda
#

Ihelp

muted plank
#

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

muted plank
#

Cruel

#

Charming

#

Nine

#

Perfect

#

Dog

#

Titanic

#

GoldFish

#

Rossum

#

play

#

Rough

#

Huge

wicked parrotBOT
#
A Spooky Campfire Story

Every summer, I get totally amped and Cruel to go camping in the deep, Charming forests. It's good to get away from it all - but not too far, like getting lost! Last year, my friend and I went hiking and got lost for Nine hour(s). We started off on a(n) Perfect adventure, but we kept losing the trail. Night began to fall, and when we heard the howls of a Dog, we began to panic. It was getting darker and our flashlights were running on Titanic. I'm sure glad my pet GoldFish, Rossum, was with us. He is one gifted creature, because he was able to guide us back by play the Rough s'mores by the campfire. This year, before setting off on an Huge journey, I'll be sure to have working flashlights - and of course, my gifted pet!

sonic mountain
#

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

sonic mountain
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

sonic mountain
#

lmao

wicked parrotBOT
#

Check out this April Fools' video by google.

https://youtu.be/XTTtkisylQw

The loading bar is a signal to many of us to take care of those little things- like making a cup of coffee, taking that bathroom break or just petting the dog. We have been told that Fiberโ€™s seemingly instant connections have taken away that valuable time. So today we are introducing Dial-Up Mode to slow your Fiber speeds down. Relax to your 56...

โ–ถ Play video
rough gladeBOT
#

:incoming_envelope: :ok_hand: applied mute to @sonic mountain until <t:1642685064:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).

main scarab
#

!unmute 911083216679608320

rough gladeBOT
#

:incoming_envelope: :ok_hand: pardoned infraction mute for @sonic mountain.

sonic mountain
#

thank you and sorry

main scarab
#

all good haha

sonic mountain
half cradle
#

help

#

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

half cradle
#

.challenge

wicked parrotBOT
#

Bob has a ladder. He wants to climb this ladder, but being a precocious child, he wonders in exactly how many ways he could climb this n size ladder using jumps of up to distance k.

Consider this example...

n = 5
k = 3

Here, Bob has a ladder of length 5, and with each jump, he can ascend up to 3 steps ( he can climb either 1, 2, or 3 steps at a time, each time ). This gives the following possibilities:

1 1 1 1 1
1 1 1 2
1 1 2 1 
1 2 1 1
2 1 1 1
1 2 2
2 2 1
2 1 2
1 1 3
1 3 1
3 1 1
2 3
3 2

Your task is to calculate for Bob the number of ways to climb a ladder of length n in steps up to k ( 13 in above case ).

Constraints:

<!-- unlisted languages use the top block -- please keep javascipt on top -->

1 <= n <= 50
1 <= k <= 15
1 <= n <= 50
1 <= k <= 20
Difficulty

7 kyu

half cradle
#

.realpython

wicked parrotBOT
#
Please don't do that.

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

Usage:```
.realpython [amount=5] <user_search>

half cradle
#

.realpython 1

wicked parrotBOT
#
You're bad at computers.

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

Usage:```
.realpython [amount=5] <user_search>

half cradle
#

.realpython 1 Uby

wicked parrotBOT
half cradle
#

.github

wicked parrotBOT
#
Command Help

**```
.github

**Can also use:** `gh`, `git`

*Commands for finding information related to GitHub.*

**Subcommands:**
**`repository [repo...]`**
*Fetches a repositories' GitHub information.*
**`user <username>`**
*Fetches a user's GitHub information.*
half cradle
#

.github repository Python generator exercise

wicked parrotBOT
#
Nuh-uh.

The repository should look like user/reponame or user reponame.

half cradle
#

.github repository Python generator

wicked parrotBOT
#
Huh? No.

The requested repository was not found.

half cradle
#

.github repository python/generators

wicked parrotBOT
#
Not in my house!

The requested repository was not found.

wicked parrotBOT
#
That was a mistake.

You must have at least one issue/PR!

#
Command Help

**```
.issue <numbers> [repository=sir-lancebot] [user=python-discord]

**Can also use:** `issues`, `pr`, `prs`

*Command to retrieve issue(s) from a GitHub repository.*
dapper geyser
#

$issues 1009

#

.issues 1009

wicked parrotBOT
dapper geyser
#

.uptime

wicked parrotBOT
#

I started up 3 days ago.

wind schooner
#

.help

wicked parrotBOT
#
Command Help

CheatSheet
.cheat [search_terms...]
Search cheat.sh.

CoinFlip
.coinflip [side]
Flips a coin.

Colour
.colour [colour_input]
Create an embed that displays colour information.

ConnectFour
.connect_four [board_size=7] [emoji1=๐Ÿ”ต] [emoji2=๐Ÿ”ด]
Play the classic game of Connect Four with someone!

ConvoStarters
.topic
Responds with a random topic to start a conversation.

wind schooner
#

.coinflip

wicked parrotBOT
#

@wind schooner flipped tails.

wind schooner
#

.bunnifyme

wicked parrotBOT
#

XToofyX

pastel yoke
#

.color

wicked parrotBOT
#
Deep Cove

Color information for Color Deep Cove.

RGB

(5, 16, 64)

HSV

(229, 92, 25)

HSL

(229, 86, 14)

CMYK

(92, 75, 0, 75)

Hex

#051040

Name

Deep Cove

pastel yoke
#

.color hex 013E62

wicked parrotBOT
#
Astronaut Blue

Color information for Hex 013E62.

RGB

(1, 62, 98)

HSV

(202, 99, 38)

HSL

(202, 98, 19)

CMYK

(99, 37, 0, 62)

Hex

#013E62

Name

Astronaut Blue

pastel yoke
#

.color hex 97CD2D

wicked parrotBOT
#
Atlantis

Color information for Hex 97CD2D.

RGB

(151, 205, 45)

HSV

(80, 78, 80)

HSL

(80, 64, 49)

CMYK

(26, 0, 78, 20)

Hex

#97CD2D

Name

Atlantis

pastel yoke
#

.color hex 0A6F75

wicked parrotBOT
#
Atoll

Color information for Hex 0A6F75.

RGB

(10, 111, 117)

HSV

(183, 91, 46)

HSL

(183, 84, 25)

CMYK

(91, 5, 0, 54)

Hex

#0A6F75

Name

Atoll

pastel yoke
#

.color hex DEE5C0

wicked parrotBOT
#
Beryl Green

Color information for Hex DEE5C0.

RGB

(222, 229, 192)

HSV

(71, 16, 90)

HSL

(71, 42, 83)

CMYK

(3, 0, 16, 10)

Hex

#DEE5C0

Name

Beryl Green

south zinc
#

.uptime

wicked parrotBOT
#

I started up 3 days ago.

main scarab
frozen apex
#

.bunnifyme

wicked parrotBOT
#

Fluff = Pog

frozen apex
#

lmao

sleek nexus
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WTFPython
.wtf_python [query]
Search WTF Python repository.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

pastel yoke
#

.color

wicked parrotBOT
#
Mountain Meadow

Color information for Color Mountain Meadow.

RGB

(26, 179, 133)

HSV

(162, 85, 70)

HSL

(162, 75, 40)

CMYK

(85, 0, 26, 30)

Hex

#1AB385

Name

Mountain Meadow

main scarab
#

.bunnifyme

wicked parrotBOT
#

ItzLukaear

main scarab
#

.bunnifyme

wicked parrotBOT
#

ItzLukanose

main scarab
#

making fun of me

#

Banned.

wicked parrotBOT
#

GO4Gear

#

GO4Gtail

#

GO4Gfoot

#

GO4Gnose

rough gladeBOT
#

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

main scarab
#

.coinflip heads

wicked parrotBOT
#

@main scarab flipped heads. You guessed correctly! lemon_hyperpleased

main scarab
#

.quiz

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 : wikipedia

#
Question #1

Guess the title of the Wikipedia article.

Constance **** ********** was a British teacher and conservative activist. She campaigned against social liberalism and the mainstream British media, both of which she accused of encouraging a more permissive society. She was the founder and first president of the National Viewers' and Listeners' Association, through which she led a longstanding campaign against the BBC. A hard-line social conservative, she was termed a reactionary by her socially liberal opponents. Her motivation derived from her traditional Christian beliefs, her aversion to the rapid social and political changes in British society of the 1960s, and her work as a teacher of sex education.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Mary Whitehouse`**

Information
Constance Mary Whitehouse was a British teacher and conservative activist. She campaigned against social liberalism and the mainstream British media, both of which she accused of encouraging a more permissive society. She was the founder and first president of the National Viewers' and Listeners' Association, through which she led a longstanding campaign against the BBC. A hard-line social conservative, she was termed a reactionary by her socially liberal opponents. Her motivation derived from her traditional Christian beliefs, her aversion to the rapid social and political changes in British society of the 1960s, and her work as a teacher of sex education.

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

#

No one has made it onto the leaderboard yet.

#
Question #2

Guess the title of the Wikipedia article.

******* ***** ***** is an Indian politician and the founder-patron of the Samajwadi Party. He served for three non-consecutive terms as the Chief Minister of Uttar Pradesh, and also served as the Minister of Defence, Government of India. A long-time parliamentarian, he is currently the Member of Parliament, representing the constituency of Mainpuri in the Lok Sabha, and has also earlier served as the Member of Parliament from Azamgarh and Sambhal constituencies. He is often referred to as Netaji by party leaders and workers.

#

20s left!

main scarab
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

main scarab
#

.quiz

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 : python

#
Question #1

Does numbers.Rational include the builtin object float (y/n)

#

10s left!

main scarab
#

n

wicked parrotBOT
#

@main scarab 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: 6

#
Score Board

pancake building#9996: 100

#
Question #2

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

#

No one answered correctly!

#
The correct answer is **`Mulayam Singh Yadav`**

Information
Mulayam Singh Yadav is an Indian politician and the founder-patron of the Samajwadi Party. He served for three non-consecutive terms as the Chief Minister of Uttar Pradesh, and also served as the Minister of Defence, Government of India. A long-time parliamentarian, he is currently the Member of Parliament, representing the constituency of Mainpuri in the Lok Sabha, and has also earlier served as the Member of Parliament from Azamgarh and Sambhal constituencies. He is often referred to as Netaji by party leaders and workers.

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

#
Score Board

pancake building#9996: 100

#
Question #3

Guess the title of the Wikipedia article.

The ******* ********, or ******* Cultural Revolution ********, was a series of events involving lynching and direct ******** in ******* during the Cultural Revolution (1966โ€“1976). The official record shows an estimated death toll from 100,000 to 150,000. Methods of slaughter included beheading, beating, live burial, stoning, drowning, boiling and disemboweling. In certain areas including Wuxuan County and Wuming District, massive human cannibalism occurred even though no famine existed. According to public records available, at least 137 peopleโ€”perhaps hundreds moreโ€”were eaten by others and at least thousands of people participated in the cannibalism. Other researchers have pointed out that 421 victims who could be identified by names were eaten, and there were reports of cannibalism across dozens of counties in *******.

#

20s left!

#

20s left!

#

10s left!

#

10s left!

#

No one answered correctly!

#
The correct answers are **`a metaclass, metaclass`**

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

#
Score Board

pancake building#9996: 100

#
Question #3

What file extension is used by the site module to determine what to do at every start?

#

Better luck next time...

#
The correct answer is **`Guangxi Massacre`**

Information
The Guangxi Massacre, or Guangxi Cultural Revolution Massacre, was a series of events involving lynching and direct massacre in Guangxi during the Cultural Revolution (1966โ€“1976). The official record shows an estimated death toll from 100,000 to 150,000. Methods of slaughter included beheading, beating, live burial, stoning, drowning, boiling and disemboweling. In certain areas including Wuxuan County and Wuming District, massive human cannibalism occurred even though no famine existed. According to public records available, at least 137 peopleโ€”perhaps hundreds moreโ€”were eaten by others and at least thousands of people participated in the cannibalism. Other researchers have pointed out that 421 victims who could be identified by names were eaten, and there were reports of cannibalism across dozens of counties in Guangxi.

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

#
Score Board

pancake building#9996: 100

#
Question #4

Guess the title of the Wikipedia article.

Venkatesh Prabhu Kasthuri Raja, known professionally as *******, is an Indian actor, producer, director, writer, lyricist, dancer and playback singer who predominantly works in Tamil cinema. Starring in 46 films over his career, among *******'s awards include 13 SIIMA Awards, nine Vijay Awards, seven Filmfare Awards South, five Vikatan Awards, five Edison Awards, four National Film Awards, and a Filmfare Award. He has been included in the Forbes India Celebrity 100 list six times, which is based on the earnings of Indian celebrities.

#

20s left!

main scarab
#

what even

wicked parrotBOT
#

20s left!

#

10s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`.pth`**

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

#
Score Board

pancake building#9996: 100

#
Question #4

What attribute of a closure contains the value closed over?

#

No one answered correctly!

#
The correct answer is **`Dhanush`**

Information
Venkatesh Prabhu Kasthuri Raja, known professionally as Dhanush, is an Indian actor, producer, director, writer, lyricist, dancer and playback singer who predominantly works in Tamil cinema. Starring in 46 films over his career, among Dhanush's awards include 13 SIIMA Awards, nine Vijay Awards, seven Filmfare Awards South, five Vikatan Awards, five Edison Awards, four National Film Awards, and a Filmfare Award. He has been included in the Forbes India Celebrity 100 list six times, which is based on the earnings of Indian celebrities.

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

#
Score Board

pancake building#9996: 100

#
Question #5

Guess the title of the Wikipedia article.

***** **** ****** was an American fashion journalist, stylist, creative director, and editor-at-large of Vogue magazine. He was the magazine's fashion news director from 1983 to 1987, its first African-American male creative director from 1988 to 1995, and then its editor-at-large from 1998 to 2013. Often regarded as a fashion icon, he was known for supporting emerging designers and advocating for diversity in the fashion industry; while the capes, caftans, and robes he wore became his trademark look. ****** also served on the judging panel for America's Next Top Model.

#

20s left!

#

20s left!

#

10s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`cell_contents`**

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

#
Score Board

pancake building#9996: 100

#
Question #5

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

#

Better luck next time...

#
The correct answer is **`Andrรฉ Leon Talley`**

Information
Andrรฉ Leon Talley was an American fashion journalist, stylist, creative director, and editor-at-large of Vogue magazine. He was the magazine's fashion news director from 1983 to 1987, its first African-American male creative director from 1988 to 1995, and then its editor-at-large from 1998 to 2013. Often regarded as a fashion icon, he was known for supporting emerging designers and advocating for diversity in the fashion industry; while the capes, caftans, and robes he wore became his trademark look. Talley also served on the judging panel for America's Next Top Model.

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

#
Score Board

pancake building#9996: 100

#
Question #6

Guess the title of the Wikipedia article.

**** ****** is a fictional superhero character appearing in American comic books published by Marvel Comics. Created by writer Doug Moench and artist Don Perlin, the character first appeared in Werewolf by Night #32.

#

20s left!

#

20s left!

#

10s left!

#

10s left!

main scarab
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

molten birch
#

.quiz

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 : cs

#
Question #1

What is the name for unicode codepoints that do not fit into 16 bits?

#

20s left!

#

10s left!

molten birch
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

molten birch
#

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

molten birch
#

.mosaic [squares=20]

wicked parrotBOT
#
That was a mistake.

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

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

molten birch
#

.avatar_modify mosaic [squares=16]

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

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

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

molten birch
#

.avatar_modify mosaic [squares=16]

wicked parrotBOT
#
Are you trying to kill me?

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

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

molten birch
#

.hel;p

formal gull
#

just do the number

#

the [numbers=] is just there to show you what it does

#

.mosaic 20

wicked parrotBOT
#
Your mosaic avatar

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

molten birch
#

.mosaic 10000000000000000000000000000000000000

wicked parrotBOT
#
Your mosaic avatar

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

molten birch
#

.mosaic 10,000

wicked parrotBOT
#
Are you trying to kill me?

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

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

molten birch
#

.mosaic 10,000

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

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

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

molten birch
#

.mosaic 10000

wicked parrotBOT
#
Testing the limits I see...

What a masterpiece. :star:

molten birch
#

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

molten birch
#

.reverse text

wicked parrotBOT
#

txet

molten birch
#

.reverse Pavel Isaev

wicked parrotBOT
#

veasI levaP

molten birch
#

.help

wicked parrotBOT
#
Command Help

TicTacToe
.tictactoe <opponent>
Tic Tac Toe game. Play against friends or AI. Use reactions to add your mark to field.

TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.

TimedCommands
.timed <command>
Time the command execution of a command.

Traditions
.easter_tradition
Responds with a random tradition or custom.

TriviaQuiz
.quiz <category> <questions>
Start a quiz!

molten birch
#

.quiz python

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 : python

#
Question #1

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

#

20s left!

#

10s left!

molten birch
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

molten birch
#

.tictactoe

wicked parrotBOT
#

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

#

It's a DRAW!

molten birch
#

.tictactoe

wicked parrotBOT
#

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

#

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

#

@molten birch ran out of time. Canceling game.

maiden stirrup
#

.mosaic 10

wicked parrotBOT
#
Your mosaic avatar

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

maiden stirrup
#

wow

maiden stirrup
#

.mosaic 16

wicked parrotBOT
#
Your mosaic avatar

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

maiden stirrup
#

.tictactoe

wicked parrotBOT
#

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

#

It's a DRAW!

maiden stirrup
#

.tictactoe

wicked parrotBOT
#

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

#

o_square 2๏ธโƒฃ x_square
o_square x_square 6๏ธโƒฃ
o_square x_square 9๏ธโƒฃ

#

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

vivid valley
#

.wa 9DE093

wicked parrotBOT
vivid valley
#

.color 9DE093

wicked parrotBOT
#
Command Help

**```
.colour [colour_input]

**Can also use:** `color`

*Create an embed that displays colour information.

If no subcommand is called, a randomly selected colour will be shown.*

**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
vivid valley
#

.color hex 9DE093

wicked parrotBOT
#
Granny Smith Apple

Color information for Hex 9DE093.

RGB

(157, 224, 147)

HSV

(112, 34, 88)

HSL

(112, 55, 73)

CMYK

(30, 0, 34, 12)

Hex

#9DE093

Name

Granny Smith Apple

vivid valley
#

.color name apple

wicked parrotBOT
#
Apple

Color information for Name apple.

RGB

(79, 168, 61)

HSV

(110, 64, 66)

HSL

(110, 47, 45)

CMYK

(53, 0, 64, 34)

Hex

#4FA83D

Name

Apple

vivid valley
#

.color name granny apple

wicked parrotBOT
#
Granny Apple

Color information for Name granny apple.

RGB

(213, 246, 227)

HSV

(145, 13, 96)

HSL

(145, 65, 90)

CMYK

(13, 0, 8, 4)

Hex

#D5F6E3

Name

Granny Apple

vivid valley
#

!role "Contributors"

rough gladeBOT
#
Contributors info
ID

295488872404484098

Colour (RGB)

#55cc6c

Colour (HSV)

0.37 0.58 204

Member count

45

Position

15

Permission code

6442450944

vivid valley
#

.color hex 55cc6c

wicked parrotBOT
#
55cc6c

Color information for Hex 55cc6c.

RGB

(85, 204, 108)

HSV

(132, 58, 80)

HSL

(132, 54, 57)

CMYK

(58, 0, 47, 20)

Hex

#55CC6C

Name

No match found

vivid valley
#

.color hex 9DE093

wicked parrotBOT
#
Granny Smith Apple

Color information for Hex 9DE093.

RGB

(157, 224, 147)

HSV

(112, 34, 88)

HSL

(112, 55, 73)

CMYK

(30, 0, 34, 12)

Hex

#9DE093

Name

Granny Smith Apple

zinc mulch
#

!hosting

#

!vps

#

!cloud

#

!help

rough gladeBOT
#
Command Help

Utils
!charinfo <characters>
Shows you information on up to 50 unicode characters.
!snowflake [snowflakes...]
Get Discord snowflake creation time.
!zen [search_value]
Show the Zen of Python.

main scarab
#

lol , similar type of pfp

hot fog
#

.mosaic 16

wicked parrotBOT
#
Your mosaic avatar

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

hot fog
#

.mosaic 64

wicked parrotBOT
#
Your mosaic avatar

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

hot fog
#

.mosaic 10000

wicked parrotBOT
#
Testing the limits I see...

What a masterpiece. :star:

hot fog
#

.mosaic 100000

wicked parrotBOT
#
Are you trying to kill me?

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

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

hot fog
#

.quiz start

wicked parrotBOT
#
The available question categories are:

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

hot fog
#

.general

#

general

#

-general

#

.-general

#

.quiz

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 : wikipedia

#
Question #1

Guess the title of the Wikipedia article.

******* ** is an American horror streaming television series developed by Rebecca Sonnenshine and executive produced by Sonnenshine, Paul Harris Boardman, and James Wan. The series is based on the podcast of the same name, about researchers cataloging the video ******* of a missing filmmaker. It stars Mamoudou Athie and Dina Shihabi in leading roles. The series was released on January 14, 2022 on Netflix.

#

20s left!

#

10s left!

#

No one answered correctly!

#
The correct answer is **`Archive 81`**

Information
Archive 81 is an American horror streaming television series developed by Rebecca Sonnenshine and executive produced by Sonnenshine, Paul Harris Boardman, and James Wan. The series is based on the podcast of the same name, about researchers cataloging the video archive of a missing filmmaker. It stars Mamoudou Athie and Dina Shihabi in leading roles. The series was released on January 14, 2022 on Netflix.

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

#

No one has made it onto the leaderboard yet.

#
Question #2

Guess the title of the Wikipedia article.

The **** ****** *** ** *******, known as the TotalEnergies **** ****** *** ** ******* for sponsorship reasons, is the 33rd edition ** the ****** *** ** *******, the biennial international men's football championship ** ****** organised by the Confederation ** African Football (CAF). The tournament is being hosted by Cameroon, and taking place from 9 January to 6 February 2022.

#

20s left!

#

10s left!

#

Better luck next time...

#
The correct answer is **`2021 Africa Cup of Nations`**

Information
The 2021 Africa Cup of Nations, known as the TotalEnergies 2021 Africa Cup of Nations for sponsorship reasons, is the 33rd edition of the Africa Cup of Nations, the biennial international men's football championship of Africa organised by the Confederation of African Football (CAF). The tournament is being hosted by Cameroon, and taking place from 9 January to 6 February 2022.

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

#

No one has made it onto the leaderboard yet.

#
Question #3

Guess the title of the Wikipedia article.

***** **** ****** was an American fashion journalist, stylist, creative director, and editor-at-large of Vogue magazine. He was the magazine's fashion news director from 1983 to 1987, its first African-American male creative director from 1988 to 1995, and then its editor-at-large from 1998 to 2013. Often regarded as a fashion icon, he was known for supporting emerging designers and advocating for diversity in the fashion industry; while the capes, kaftans, and robes he wore became his trademark look. ****** also served on the judging panel for America's Next Top Model.

#

20s left!

#

10s left!

hot fog
#

.quiz end

wicked parrotBOT
#

Game is already running... do .quiz stop

hot fog
#

.quiz stop

wicked parrotBOT
#

Quiz stopped.

hot fog
#

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

hot fog
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

hot fog
#

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

hot fog
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
hot fog
#

oh god

#

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

hot fog
#

.bunnynane

#

.yes

#

yes

#

.bunnyname

wicked parrotBOT
#

Goldie

hot fog
#

.help

wicked parrotBOT
#
Command Help

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

WonderTwins
.formof
Command to send a Wonder Twins inspired phrase to the user invoking the command.

XKCD
.xkcd <comic>
Getting an xkcd comic's information along with the image.

hot fog
#

.spooky gif

#

.spookify gif

wicked parrotBOT
#
Is this you or am I just really paranoid?
daring swift
#

site:348

#

site#348

wicked parrotBOT
daring swift
weak gazelle
#

.mosaic [squares=999]

wicked parrotBOT
#
You have to stop.

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

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

weak gazelle
#

.mosaic 9

wicked parrotBOT
#
Your mosaic avatar

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

weak gazelle
#

.mosaic 9

wicked parrotBOT
#
Your mosaic avatar

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

main scarab
#

.spookify

wicked parrotBOT
#
Is this you or am I just really paranoid?
smoky saddle
#

.help

wicked parrotBOT
#
Command Help

Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.

WonderTwins
.formof
Command to send a Wonder Twins inspired phrase to the user invoking the command.

XKCD
.xkcd <comic>
Getting an xkcd comic's information along with the image.

spring brook
#

.uptime

wicked parrotBOT
#

I started up 20 hours ago.

daring swift
#

.request 200

#

.ping

wicked parrotBOT
#
:ping_pong: Pong!

Gateway Latency: 117ms

daring swift
#

.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).
.uwu <text>
Converts a given text into it's uwu equivalent.

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.

daring swift
#

.src epoch

wicked parrotBOT
#
Command: epoch

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

Source Code
daring swift
#

.help http_status

wicked parrotBOT
#
Command Help

**```
.http_status <code>

**Can also use:** `httpstatus`, `status`

*Choose a cat or dog randomly for the given status code.*

**Subcommands:**
**`cat <code>`**
*Send a cat version of the requested HTTP status code.*
**`dog <code>`**
*Send a dog version of the requested HTTP status code.*
daring swift
#

.status 200

wicked parrotBOT
#
**Status: 200**
daring swift
#

.status 404

wicked parrotBOT
#
**Status: 404**
daring swift
#

.help status 1

#

.status 1

wicked parrotBOT
#
Input status code does not exist

The range of valid status codes is 100 to 599

daring swift
#

.status 101

wicked parrotBOT
#
**Status: 101**
daring swift
#

๐ŸคŒ

#

.status 102

wicked parrotBOT
#
Unable to find status floof for 102.
daring swift
#

.status 104

wicked parrotBOT
#
Unable to find status floof for 104.
glad bear
#

.spookify gif

wicked parrotBOT
#
Is this you or am I just really paranoid?
glad bear
#

.status 78

wicked parrotBOT
#
Input status code does not exist

The range of valid status codes is 100 to 599

glad bear
#

.status 125

wicked parrotBOT
#
Unable to find status floof for 125.
glad bear
#

.status 100

wicked parrotBOT
#
**Status: 100**
glad bear
#

.statues 404

#

.status 404

wicked parrotBOT
#
**Status: 404**
glad bear
#

.status 172

wicked parrotBOT
#
Unable to find status floof for 172.
static harbor
#

.status 69

wicked parrotBOT
#
Input status code does not exist

The range of valid status codes is 100 to 599

static harbor
#

.status 101

wicked parrotBOT
#
Unable to find status floof for 101.
main scarab
#

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

main scarab
#

romania

#

quickly

#

tall

#

monkey

#

fingering

#

jumping

#

jumping

#

swiftly

#

red

#

london

#

water

#

toe

#

running

wicked parrotBOT
#
How To Cross a Piranha-Infested River

If you are traveling in romania and find yourself having to cross a piranha-filled river, here's how to do it quickly:

  • Piranhas are more tall during the day, so cross the river at night.
  • Avoid areas with netted monkey traps--piranhas may be fingering there looking to jumping them!
  • When jumping the river, swim swiftly. You don't want to wake them up and make them red!
  • Whatever you do, if you have an open wound, try to find another way to get back to the london. Piranhas are attracted to fresh water and will most likely take a bite out of your toe if you running in the water!
wet lion
#

!e
import sys
import time
while true:
time.sleep(sys.maxsize)

rough gladeBOT
#

@wet lion :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 3, in <module>
003 | NameError: name 'true' is not defined. Did you mean: 'True'?
wet lion
#

!e
import sys
import time
while True:
time.sleep(sys.maxsize)

rough gladeBOT
#

@wet lion :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 4, in <module>
003 | OverflowError: timestamp too large to convert to C _PyTime_t
wet lion
#

!e
import sys
import time
while True:
time.sleep(1)

rough gladeBOT
#

@wet lion :warning: Your eval job timed out or ran out of memory.

[No output]
hot niche
#

.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).
.uwu <text>
Converts a given text into it's uwu equivalent.

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.

hot niche
#

.randomcase jdijw98

wicked parrotBOT
#

jDIJw98

hot niche
#

.http_status

wicked parrotBOT
#
You're bad at computers.

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

Usage:```
.http_status <code>

hot niche
#

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

hot niche
#

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

sly flint
#

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

storm plover
#

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

frigid osprey
#

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

frigid osprey
#

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

frigid osprey
#

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

frigid osprey
#

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

frigid osprey
#

frsoty

#

cancel

wicked parrotBOT
#

@frigid osprey

Huh? No.

Uh oh! You took too long to respond!

spring brook
#

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

wicked parrotBOT
#
Your 8-bit avatar

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

#
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.*
#
Your reversed avatar.

Here is your reversed avatar. I think it is a spitting image of you.

karmic dagger
#

.rp pathlib

wicked parrotBOT
#

Here are the top 5 results:

Python 3's pathlib Module: Taming the File System
Create and Modify PDF Files in Python
Build a Bulk File Rename Tool With Python and PyQt
Build a Python Directory Tree Generator for the Command Line
swift pagoda
#

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

swift pagoda
#

.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.*
swift pagoda
#

.avatar_modify 8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

swift pagoda
#

oh that looks cool tho

#

lol

#

.avatar_modify mosaic [squares=16]

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

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

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

swift pagoda
#

.avatar_modify mosaic 25

wicked parrotBOT
#
Your mosaic avatar

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

daring swift
#

.src code

wicked parrotBOT
#
You blew it.

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

Usage:```
.source [source_item]

daring swift
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

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

daring swift
#

!src code

rough gladeBOT
#
Bad argument

Unable to convert 'code' to valid command, tag, or Cog.

#
Command Help

!source [source_item]
Can also use: src

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

daring swift
#

๐ŸคŒ

gray flower
#

.quack

wicked parrotBOT
swift pagoda
#

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

swift pagoda
#

.anagram QWERTYman

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

You have 60 seconds to find correct words.

swift pagoda
#

ok

#

or

#

abe

#

lore

#

each

wicked parrotBOT
#

Nobody got it right.

The words were: `bachelor`, `crabhole`, `lochaber`!
swift pagoda
#

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

swift pagoda
#

.battleship

#

Cmon

wicked parrotBOT
#

@swift pagoda Seems like there's no one here to play...

swift pagoda
#

aww

#

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

swift pagoda
#

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

swift pagoda
#

big

#

purple

#

bread

#

red

#

cute

#

explode

#

exfoliate

#

redo

#

large

#

rip

wicked parrotBOT
#
Trip to the Park

Yesterday, my friend and I went to the park. On our way to the big park, we saw big purple balloons tied to a bread. Once we got to the red park, the sky turned cute. It started to explode and exfoliate. My friend and I redo all the way home. Tomorrow we will try to go to the large park again and hopefully it doesn't rip!

swift pagoda
#

.uwu I am a snake

wicked parrotBOT
#

I am a snake

swift pagoda
#

.uwu How are you doing?

wicked parrotBOT
#

How awe yuw doing?

swift pagoda
#

.topic

wicked parrotBOT
#
**Who is your favorite Writer?**

Suggest more topics here!

swift pagoda
#

.mablibs

#

yes

#

.madlibs

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

Part of speech: past tense verb

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

swift pagoda
#

red

#

asphyxiate

#

run

#

clap

#

servers

#

slap

#

reload

#

exploded

#

gamers

#

arrogant

#

cut

#

doctors

#

surgery

#

run

#

ran

#

table

#

chair

#

backpack

#

ate

#

dumb

#

watched

#

showed

#

Dora the Explorer

#

puked

wicked parrotBOT
#
Three Little Pigs

Once up a time, there were three red pigs. One day, their mother said, "You are all grown up and must asphyxiate on your own." So they left to run their houses. The first little pig wanted only to clap all day and quickly built his house out of servers. The second little pig wanted to slap and reload all day so he exploded his house with gamers. The third arrogant pig knew the wolf lived nearby and worked hard to cut his house out of doctors. One day, the wolf knocked on the first pig's surgery. "Let me in or I'll run your house down!" The pig didn't, so the wolf ran down the table. The wolf knocked on the second pig's chair. "Let me in or I'll blow your backpack down!" The pig didn't, so the wolf ate down the house. Then the wolf knocked on the third dumb pig's door. "Let me in or I'll blow your house down!" The little pig didn't so the wolf watched and showed. He could not blow the house down. All the pigs went to live in the Dora the Explorer house and they all puked happily ever after.

swift pagoda
#

.uwu This is a very strange thing

wicked parrotBOT
#

Dis is a vewy stwange fing

sullen beacon
#

.uwu should i talk to you in UwU

wicked parrotBOT
#

shouwd i tawk to yuw in UwU

hybrid pendant
#

.uwu kill

wicked parrotBOT
#

kiww

past remnant
#

.emoji ๐Ÿคทโ€โ™€๏ธ

wicked parrotBOT
#
Command Help

**```
.emoji <emoji>

*A group of commands related to emojis.*

**Subcommands:**
**`count [category_query]`**
*Returns embed with emoji category and info given by the user.*
**`info <emoji>`**
*Returns relevant information about a Discord Emoji.*
past remnant
#

.emoji pixels_snek_1

wicked parrotBOT
wicked parrotBOT
#
Command Help

**```
.emoji <emoji>

*A group of commands related to emojis.*

**Subcommands:**
**`count [category_query]`**
*Returns embed with emoji category and info given by the user.*
**`info <emoji>`**
*Returns relevant information about a Discord Emoji.*
glad cove
#

.uwu wsp

wicked parrotBOT
#

wsp

glad cove
#

.uwu How are you?

wicked parrotBOT
#

How awe yuw?

glad cove
#

.uwu How awe yuw?

wicked parrotBOT
#

How awe yuw?

glad cove
#

.uwu be right back

wicked parrotBOT
#

be wight back

main scarab
#

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

main scarab
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

scarlet galleon
#

.uptime

wicked parrotBOT
#

I started up 2 days ago.

scarlet galleon
#

.realpython vscode

wicked parrotBOT
#

Here are the top 5 results:

Advanced Visual Studio Code for Python Developers
Python Development in Visual Studio Code
Python News: What's New From October 2021?
Getting Started With Testing in Python
Python IDEs and Code Editors (Guide)
scarlet galleon
#

.realpython competitive-programming

wicked parrotBOT
#
No articles found for 'competitive-programming'
scarlet galleon
#

.realpython kivy

wicked parrotBOT
#

Here are the top 5 results:

Build a Mobile Application With the Kivy Python Framework
Python Community Interview With Mike Driscoll
Python GUI Programming With Tkinter
neon cave
#

.rps

wicked parrotBOT
#
You're bad at computers.

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

Usage:```
.rps <move>

neon cave
#

.rps rock

wicked parrotBOT
#

@neon cave You and Sir Lancebot played rock, it's a tie.

neon cave
#

.rps paper

wicked parrotBOT
#

Sir Lancebot played rock! @neon cave won!

neon cave
#

mosaic

#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

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

indigo spoke
#

.

#

.help

wicked parrotBOT
#
Command Help

TicTacToe
.tictactoe <opponent>
Tic Tac Toe game. Play against friends or AI. Use reactions to add your mark to field.

TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.

TimedCommands
.timed <command>
Time the command execution of a command.

Traditions
.easter_tradition
Responds with a random tradition or custom.

TriviaQuiz
.quiz <category> <questions>
Start a quiz!

hot niche
#

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

eager tartan
#

.mosaic

wicked parrotBOT
#
Your mosaic avatar

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

eager tartan
#

Cursed

eager tartan
#

nice joke

hot niche
#

.challenge

wicked parrotBOT
#

Consider a sequence u where u is defined as follows:

  1. The number u(0) = 1 is the first one in u.
  2. For each x in u, then y = 2 * x + 1 and z = 3 * x + 1 must be in u too.
  3. There are no other numbers in u.

Ex:
u = [1, 3, 4, 7, 9, 10, 13, 15, 19, 21, 22, 27, ...]

1 gives 3 and 4, then 3 gives 7 and 10, 4 gives 9 and 13, then 7 gives 15 and 22 and so on...

Task:

Given parameter n the function dbl_linear (or dblLinear...) returns the element u(n) of
the ordered (with <) sequence u (so, there are no duplicates).

Example:

dbl_linear(10) should return 22

Note:

Focus attention on efficiency

Difficulty

4 kyu

hot niche
#

.help

wicked parrotBOT
#
Command Help

TicTacToe
.tictactoe <opponent>
Tic Tac Toe game. Play against friends or AI. Use reactions to add your mark to field.

TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.

TimedCommands
.timed <command>
Time the command execution of a command.

Traditions
.easter_tradition
Responds with a random tradition or custom.

TriviaQuiz
.quiz <category> <questions>
Start a quiz!

pastel yoke
#

.color

wicked parrotBOT
#
Salomie

Color information for Color Salomie.

RGB

(254, 219, 141)

HSV

(41, 44, 100)

HSL

(41, 98, 77)

CMYK

(0, 14, 44, 0)

Hex

#FEDB8D

Name

Salomie

steady peak
#

.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.*
steady peak
#

.challenge pythone 1

wicked parrotBOT
#
Do you mind?

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

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

steady peak
#

.challenge language=pythone 1

wicked parrotBOT
#
You're bad at computers.

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

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

steady peak
#

.challenge python 1

wicked parrotBOT
#

The eight queens puzzle is the problem of placing eight chess queens on an 8ร—8 chessboard so that no two queens threaten each other. Thus, a solution requires that no two queens share the same row, column or diagonal. The eight queens puzzle is an example of the more general N queens problem of placing N non-attacking queens on an Nร—N chessboard. You can read about the problem on its Wikipedia page: Eight queens puzzle.
... continue reading

Difficulty

1 kyu

pastel yoke
#

.help lemon

#

!help lemon

rough gladeBOT
#
Query "lemon" not found.

Did you mean:
Clean

orchid thicket
#

.challenge

wicked parrotBOT
#

Task

In the field, two programmers A and B found some gold at the same time. They all wanted the gold, and they decided to use the following rules to distribute gold:

They divided gold into n piles and be in line. The amount of each pile and the order of piles all are randomly.

They took turns to take away a pile of gold from the far left or the far right.

In each round, the programmer will use his wisdom to choose the gold that is best for him.

Input

An integer array representing gold. 
An integer list representing gold

Output

Calculated final amount of gold obtained by A and B in a two-element array [amount of A, amount of B].
Calculated final amount of gold obtained by A and B in a two-element tuple (amount of A, amount of B)

Note, we can assume that A always takes first, and each time they used the best strategy.

Example

For golds = [10,1000,2,1], the output should be [1001,12].

Difficulty

5 kyu

orchid thicket
#

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

orchid thicket
#

.bunnifyme

wicked parrotBOT
#

felipe1982tail

orchid thicket
#

.catify

wicked parrotBOT
#

Your catified nickname is: felipe1982 | แ˜ฃแ˜แ—ข

orchid thicket
#

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

orchid thicket
#

!e import this

rough gladeBOT
#

@orchid thicket :white_check_mark: Your eval job has completed with return code 0.

001 | The Zen of Python, by Tim Peters
002 | 
003 | Beautiful is better than ugly.
004 | Explicit is better than implicit.
005 | Simple is better than complex.
006 | Complex is better than complicated.
007 | Flat is better than nested.
008 | Sparse is better than dense.
009 | Readability counts.
010 | Special cases aren't special enough to break the rules.
011 | Although practicality beats purity.
... (truncated - too many lines)

Full output: https://paste.pythondiscord.com/iniwuyuyid.txt?noredirect

orchid thicket
#

!e
import uuid
guid = uuid.uuid4()

rough gladeBOT
#

@orchid thicket :warning: Your eval job has completed with return code 0.

[No output]
quartz spear
#

.help

#

.issues 1024

wicked parrotBOT
#

:x: [404] Issue not found.

quartz spear
#

.issues 1009

wicked parrotBOT
quartz spear
#

.gh

wicked parrotBOT
#
Command Help

**```
.github

**Can also use:** `gh`, `git`

*Commands for finding information related to GitHub.*

**Subcommands:**
**`repository [repo...]`**
*Fetches a repositories' GitHub information.*
**`user <username>`**
*Fetches a user's GitHub information.*
#

Assorted scripts, notes, challenge solutions, etc...

quartz spear
#

darbiadev/melody#4

wicked parrotBOT
lusty valley
#

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

lusty valley
#

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

finite quartz
#

.challenge

wicked parrotBOT
#

Convert number to reversed array of digits

Given a random non-negative number, you have to return the digits of this number within an array in reverse order.

Example:

348597 => [7,9,5,8,4,3]
0 => [0]
Difficulty

8 kyu

finite quartz
#

.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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*NOTE: This command has been moved to !subscribe*
finite quartz
#

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

finite quartz
main scarab
#

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

pastel yoke
#

.color

wicked parrotBOT
#
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

dense field
#

.rp c api

wicked parrotBOT
#

Here are the top 5 results:

Python & APIs: A Winning Combo for Reading Public Data
How to Make a Twitter Bot in Python With Tweepy
Raining Outside? Build a Weather CLI App With Python
Python REST APIs With Flask, Connexion, and SQLAlchemy
dense field
#

.rp c abi

#

.rp c abi

wicked parrotBOT
#

Here are the top 5 results:

How Long Does It Take to Learn Python?
Python Programming Challenge โ€“ First to Five
How to Make a Discord Bot in Python
What Are Python Wheels and Why Should You Care?
How to Build Command Line Interfaces in Python With argparse
dense field
#

.rp c interop

#

.rp c interop

wicked parrotBOT
#

Here are the top 5 results:

8 World-Class Software Companies That Use Python
The Python pickle Module: How to Persist Objects in Python
Using Pandas and Python to Explore Your Dataset
Representing Rational Numbers With Python Fractions
Java vs Python: Basic Python for Java Developers
left tapir
#

.color

wicked parrotBOT
#
Lonestar

Color information for Color Lonestar.

RGB

(109, 1, 1)

HSV

(0, 99, 43)

HSL

(0, 98, 22)

CMYK

(0, 99, 99, 57)

Hex

#6D0101

Name

Lonestar

covert vine
#

.color

wicked parrotBOT
#
Nepal

Color information for Color Nepal.

RGB

(142, 171, 193)

HSV

(206, 26, 76)

HSL

(206, 29, 66)

CMYK

(26, 11, 0, 24)

Hex

#8EABC1

Name

Nepal

covert vine
#

.color navy

wicked parrotBOT
#
Navy Blue

Color information for Color navy.

RGB

(0, 0, 128)

HSV

(240, 100, 50)

HSL

(240, 100, 25)

CMYK

(100, 100, 0, 50)

Hex

#000080

Name

Navy Blue

covert vine
#

.color gold

wicked parrotBOT
#
Gold

Color information for Color gold.

RGB

(255, 215, 0)

HSV

(51, 100, 100)

HSL

(51, 100, 50)

CMYK

(0, 16, 100, 0)

Hex

#FFD700

Name

Gold

covert vine
#

.color Sir Lancebot

wicked parrotBOT
#
Command Help

**```
.colour [colour_input]

**Can also use:** `color`

*Create an embed that displays colour information.

If no subcommand is called, a randomly selected colour will be shown.*

**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
covert vine
#

.color 2 3 4 5

wicked parrotBOT
#
Command Help

**```
.colour [colour_input]

**Can also use:** `color`

*Create an embed that displays colour information.

If no subcommand is called, a randomly selected colour will be shown.*

**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
covert vine
#

.cmyk 2 3 4 5

#

.rgb 2 3 3

#

.color.rgb 2 3 3

#

.color 2 3 3

wicked parrotBOT
#
Command Help

**```
.colour [colour_input]

**Can also use:** `color`

*Create an embed that displays colour information.

If no subcommand is called, a randomly selected colour will be shown.*

**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
covert vine
#

.color random

wicked parrotBOT
#
Spicy Mix

Color information for Color Spicy Mix.

RGB

(136, 83, 66)

HSV

(15, 51, 53)

HSL

(15, 35, 40)

CMYK

(0, 39, 51, 47)

Hex

#885342

Name

Spicy Mix

covert vine
#

.color rgb 2 3 3

wicked parrotBOT
#
Burnt Maroon

Color information for RGB (2, 3, 3).

RGB

(2, 3, 3)

HSV

(180, 33, 1)

HSL

(180, 20, 1)

CMYK

(33, 0, 0, 99)

Hex

#020303

Name

Burnt Maroon

covert vine
#

.color cmyk 1 2 255 2

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

Your input was invalid: CMYK values can only be from 0 to 100. User input was: (1, 2, 255, 2).

Usage:```
.colour cmyk <cyan> <magenta> <yellow> <key>

covert vine
#

.color cmyk 0 33.33333333333333 66.66666666666666 99.99999999999999999999999

wicked parrotBOT
#
Noooooo!!

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

Usage:```
.colour cmyk <cyan> <magenta> <yellow> <key>

covert vine
#

.color cmyk 0 33 67 100

wicked parrotBOT
#
Black

Color information for CMYK (0, 33, 67, 100).

RGB

(0, 0, 0)

HSV

(0, 0, 0)

HSL

(0, 0, 0)

CMYK

(0, 0, 0, 100)

Hex

#000000

Name

Black

covert vine
#

.color cmyk 0 33 67 0

wicked parrotBOT
#
(0, 33, 67, 0)

Color information for CMYK (0, 33, 67, 0).

RGB

(255, 171, 84)

HSV

(31, 67, 100)

HSL

(31, 100, 66)

CMYK

(0, 33, 67, 0)

Hex

#FFAB54

Name

No match found

covert vine
#

!e py import os os.popen("/bin/bash")

#

!e py import os os.execv("/bin/bash",["bash"])

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | FileNotFoundError: [Errno 2] No such file or directory
covert vine
#

!e py import os os.spawnv("/bin/bash",["bash"])

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | TypeError: spawnv() missing 1 required positional argument: 'args'
covert vine
#

!e py import os os.spawn("/bin/bash","bash")

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 | AttributeError: module 'os' has no attribute 'spawn'. Did you mean: 'spawnl'?
covert vine
#

!e py import os os.spawnl("/bin/bash","bash")

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 |   File "/usr/local/lib/python3.10/os.py", line 928, in spawnl
004 |     return spawnv(mode, file, args)
005 |   File "/usr/local/lib/python3.10/os.py", line 879, in spawnv
006 |     return _spawnvef(mode, file, args, None, execv)
007 |   File "/usr/local/lib/python3.10/os.py", line 850, in _spawnvef
008 |     raise ValueError('argv first element cannot be empty')
009 | ValueError: argv first element cannot be empty
covert vine
#

!e py import os os.spawnl(os.P_NOWAIT,"/bin/bash","bash")

rough gladeBOT
#

@covert vine :warning: Your eval job has completed with return code 0.

[No output]
covert vine
#

!e py import os os.execl(os.P_NOWAIT,"/bin/bash","bash")

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 |   File "/usr/local/lib/python3.10/os.py", line 542, in execl
004 |     execv(file, args)
005 | TypeError: execv: path should be string, bytes or os.PathLike, not int
covert vine
#

!e py import os os.execl("/bin/bash","bash")

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 |   File "/usr/local/lib/python3.10/os.py", line 542, in execl
004 |     execv(file, args)
005 | FileNotFoundError: [Errno 2] No such file or directory
covert vine
#

!e py import os os.spawnl(os.P_NOWAIT,os.sys.executable,"bash")

rough gladeBOT
#

@covert vine :warning: Your eval job has completed with return code 0.

[No output]
covert vine
#

!e py import os os.execl(os.sys.executable,"bash")

rough gladeBOT
#

@covert vine :warning: Your eval job has completed with return code 0.

[No output]
covert vine
#

!e py import os print(os.sys.executable)

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

/usr/local/bin/python
covert vine
#

!e py import os print(os.listdir("/usr"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['local', 'lib']
covert vine
#

!e py import os print(os.listdir("/usr/local"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['bin', 'lib']
covert vine
#

!e py import os print(os.listdir("/usr/local/bin"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['python3.10', 'python3', 'python']
covert vine
#

!e py import os print(os.listdir("/usr/lib"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['dpkg', 'os-release', 'mime', 'x86_64-linux-gnu', 'tmpfiles.d', 'locale', 'gcc', 'apt', 'gold-ld', 'compat-ld', 'bfd-plugins', 'ssl']
covert vine
#

!e py import os print(os.listdir("/usr/lib/apt"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['apt-helper', 'apt.systemd.daily', 'planners', 'methods', 'solvers']
covert vine
#

!e py import os print(os.listdir("/usr/lib/gcc/"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['x86_64-linux-gnu']
covert vine
#

!e py import os print(os.listdir("/usr/lib/gcc/x86_64-linux-gnu"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['8']
covert vine
#

!e py import os print(os.listdir("/usr/lib/gcc/x86_64-linux-gnu/8"))

rough gladeBOT
#

@covert vine :white_check_mark: Your eval job has completed with return code 0.

['libmpx.spec', 'libtsan.so', 'lto-wrapper', 'libgomp.spec', 'crtprec64.o', 'liblsan.a', 'liblsan_preinit.o', 'libgcov.a', 'libgcc_eh.a', 'crtend.o', 'cc1', 'libasan_preinit.o', 'libquadmath.a', 'libquadmath.so', 'libbacktrace.a', 'libatomic.a', 'crtbeginT.o', 'libubsan.so', 'liblto_plugin.so', 'crtprec32.o', 'include', 'libsanitizer.spec', 'libmpx.a', 'crtendS.o', 'plugin', 'libitm.spec', 'libmpx.so', 'crtfastmath.o', 'crtoffloadbegin.o', 'liblto_plugin.so.0', 'lto1', 'crtbeginS.o', 'libgomp.a', 'libtsan.a', 'libubsan.a', 'libasan.a', 'libmpxwrappers.a', 'libgcc.a', 'libssp_nonshared.a', 'crtprec80.o', 'libitm.a', 'libitm.so', 'libgcc_s.so', 'libatomic.so', 'libgomp.so', 'liblto_plugin.so.0.0.0', 'crtoffloadtable.o', 'libcc1.so', 'libasan.so', 'liblsan.so', 'crtbegin.o', 'collect2', 'libgcc_s.so.1', 'libmpxwrappers.so', 'crtoffloadend.o', 'include-fixed']
covert vine
#

!e py import os print(os.execl("/usr/lib/gcc","gcc"))

rough gladeBOT
#

@covert vine :x: Your eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "<string>", line 2, in <module>
003 |   File "/usr/local/lib/python3.10/os.py", line 542, in execl
004 |     execv(file, args)
005 | PermissionError: [Errno 13] Permission denied
main scarab
#

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

main scarab
#

.mosaic 10

wicked parrotBOT
#
Your mosaic avatar

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

main scarab
#

.github

wicked parrotBOT
#
Command Help

**```
.github

**Can also use:** `gh`, `git`

*Commands for finding information related to GitHub.*

**Subcommands:**
**`repository [repo...]`**
*Fetches a repositories' GitHub information.*
**`user <username>`**
*Fetches a user's GitHub information.*
main scarab
#

.source

wicked parrotBOT
main scarab
#

.user_info

#

.userinfo

#

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

main scarab
#

.dragname

wicked parrotBOT
#

Satty Phection

main scarab
#

.minesweeper

wicked parrotBOT
#
Command Help

**```
.minesweeper

**Can also use:** `ms`

*Commands for Playing Minesweeper.*

**Subcommands:**
**`end `**
*End your current game.*
**`start [bomb_chance=0.2]`**
*Start a game of Minesweeper.*
main scarab
#

.ms

wicked parrotBOT
#
Command Help

**```
.minesweeper

**Can also use:** `ms`

*Commands for Playing Minesweeper.*

**Subcommands:**
**`end `**
*End your current game.*
**`start [bomb_chance=0.2]`**
*Start a game of Minesweeper.*
main scarab
#

.ms start

wicked parrotBOT
#

@main scarab is playing Minesweeper.

#

:no_entry: Game canceled. :no_entry:
Here's your board!
:stop_button: :regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :regional_indicator_d: :regional_indicator_e: :regional_indicator_f: :regional_indicator_g: :regional_indicator_h: :regional_indicator_i: :regional_indicator_j:

:one: :bomb: :one: :stop_button: :stop_button: :stop_button: :one: :bomb: :one: :one: :one:
:two: :one: :two: :one: :one: :stop_button: :one: :two: :three: :four: :bomb:
:three: :stop_button: :one: :bomb: :two: :one: :one: :one: :bomb: :bomb: :bomb:
:four: :one: :two: :three: :three: :bomb: :one: :one: :two: :three: :two:
:five: :one: :bomb: :two: :bomb: :three: :two: :one: :stop_button: :stop_button: :stop_button:
:six: :two: :two: :three: :one: :two: :bomb: :two: :one: :stop_button: :stop_button:
:seven: :one: :bomb: :one: :stop_button: :two: :three: :bomb: :one: :stop_button: :stop_button:
:eight: :one: :one: :one: :one: :two: :bomb: :two: :one: :stop_button: :stop_button:
:nine: :one: :one: :one: :two: :bomb: :three: :two: :stop_button: :one: :one:
:keycap_ten: :bomb: :one: :one: :bomb: :three: :bomb: :one: :stop_button: :one: :bomb:

main scarab
#

.ms reveal a1

wicked parrotBOT
#
Not in my house!

You are not authorized to use this command.

main scarab
#

.ms reveal 1a

wicked parrotBOT
#
NEGATORY.

You are not authorized to use this command.

main scarab
#

.ms reveal 1 a

wicked parrotBOT
#
Huh? No.

You are not authorized to use this command.

main scarab
#

.ms reveal xy 1b

wicked parrotBOT
#
Not in my house!

You are not authorized to use this command.

main scarab
#

.ms flag 1b

wicked parrotBOT
#
Certainly not.

You are not authorized to use this command.

main scarab
#

.ms flag b1

wicked parrotBOT
#
Nope.

You are not authorized to use this command.

main scarab
#

.ms

wicked parrotBOT
#
Command Help

**```
.minesweeper

**Can also use:** `ms`

*Commands for Playing Minesweeper.*

**Subcommands:**
**`end `**
*End your current game.*
**`start [bomb_chance=0.2]`**
*Start a game of Minesweeper.*
main scarab
#

.ms stop

wicked parrotBOT
#
Command Help

**```
.minesweeper

**Can also use:** `ms`

*Commands for Playing Minesweeper.*

**Subcommands:**
**`end `**
*End your current game.*
**`start [bomb_chance=0.2]`**
*Start a game of Minesweeper.*
main scarab
#

.ms end

#

.support

#

.help

wicked parrotBOT
#
Command Help

HalloweenFacts
.spookyfact
Get the most recent Halloween fact

Halloweenify
.halloweenify
Change your nickname into a much spookier one!

Hangman
.hangman [min_length=0] [max_length=25] [min_unique_letters=0] [max_unique_letters=25]
Play hangman against the bot, where you have to guess the word it has provided!

Help
.help [commands...]
Shows Command Help.

Issues
.issue <numbers> [repository=sir-lancebot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.

main scarab
#

.ping

wicked parrotBOT
#
:ping_pong: Pong!

Gateway Latency: 128ms

main scarab
#

.hangman 5 10

wicked parrotBOT
#
Not likely.

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

main scarab
#

a

#

e

#

l

#

l

#

o

main scarab
#

.help

wicked parrotBOT
#
Command Help

ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.

ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.

WTFPython
.wtf_python [query]
Search WTF Python repository.

WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..

main scarab
#

.wikipediasearch hi

#

.wikipedia hi

molten birch
#

.ms start

wicked parrotBOT
#

@molten birch is playing Minesweeper.

#

:no_entry: Game canceled. :no_entry:
Here's your board!
:stop_button: :regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :regional_indicator_d: :regional_indicator_e: :regional_indicator_f: :regional_indicator_g: :regional_indicator_h: :regional_indicator_i: :regional_indicator_j:

:one: :one: :bomb: :two: :bomb: :bomb: :two: :one: :stop_button: :stop_button: :stop_button:
:two: :three: :four: :four: :four: :four: :bomb: :one: :stop_button: :stop_button: :stop_button:
:three: :bomb: :bomb: :bomb: :three: :bomb: :three: :one: :one: :one: :one:
:four: :bomb: :five: :two: :three: :bomb: :two: :stop_button: :one: :bomb: :two:
:five: :bomb: :two: :one: :two: :two: :one: :stop_button: :one: :two: :bomb:
:six: :one: :one: :one: :bomb: :one: :stop_button: :stop_button: :one: :two: :two:
:seven: :two: :two: :two: :one: :one: :stop_button: :stop_button: :one: :bomb: :one:
:eight: :bomb: :bomb: :one: :stop_button: :stop_button: :stop_button: :stop_button: :one: :one: :one:
:nine: :two: :two: :one: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:
:keycap_ten: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button: :stop_button:

molten birch
#

.ms

wicked parrotBOT
#
Command Help

**```
.minesweeper

**Can also use:** `ms`

*Commands for Playing Minesweeper.*

**Subcommands:**
**`end `**
*End your current game.*
**`start [bomb_chance=0.2]`**
*Start a game of Minesweeper.*
molten birch
#

.minesweeper

wicked parrotBOT
#
Command Help

**```
.minesweeper

**Can also use:** `ms`

*Commands for Playing Minesweeper.*

**Subcommands:**
**`end `**
*End your current game.*
**`start [bomb_chance=0.2]`**
*Start a game of Minesweeper.*
molten birch
#

.ms start bomb_chance=0.2

wicked parrotBOT
#
You blew it.

Your input was invalid: Converting to "float" failed for parameter "bomb_chance".

Usage:```
.minesweeper start [bomb_chance=0.2]

molten birch
#

.minesweeper

#

.minesweeper end

#

.help

#

.earth_photos

wicked parrotBOT
molten birch
#

.earth_photos

wicked parrotBOT
molten birch
#

.earth_photos

wicked parrotBOT
#
Earth Photo

A photo of Earth ๐ŸŒŽ from Unsplash.

Author

Photo by NASA on Unsplash.

molten birch
#

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

molten birch
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

molten birch
#

.8bitify

wicked parrotBOT
#
Your 8-bit avatar

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

molten birch
#

.avatarmodify

#

.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.*
molten birch
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

spookyavatar

#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.spookyavatar.spookyavatar.spookyavatar.spookyavatar.spookyavatar

#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
molten birch
#

.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.*
molten birch
#

.avatareasterify

wicked parrotBOT
#
Your Lovely Easterified Avatar!

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

molten birch
#

.avatareasterify

wicked parrotBOT
#
Your Lovely Easterified Avatar!

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

molten birch
#

.anagram leon

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

You have 60 seconds to find correct words.

molten birch
#

bird

#

.anagram

wicked parrotBOT
#

An anagram is already being solved in this channel!

molten birch
#

.help anagram

wicked parrotBOT
#
Command Help

**```
.anagram

**Can also use:** `ag`, `anag`, `gram`

*Given shuffled letters, rearrange them into anagrams.

Show an embed with scrambled letters which if rearranged can form words.
After a specific amount of time, list the correct answers and whether someone provided a
correct answer.*
#

Well done @molten birch for getting it right!

The words were: `bird`, `brid`, `drib`!
molten birch
#

.anagra

#

.anagram

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

You have 60 seconds to find correct words.

molten birch
#

aand

#

adna

#

anda

#

daan

#

dana

wicked parrotBOT
#

Well done @molten birch for getting it right!

The words were: `anda`, `dana`, `nada`!
molten birch
#

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

molten birch
#

.source

wicked parrotBOT
night field
#

h

main scarab
#

.catify Hello!

wicked parrotBOT
#

Hello! แ˜ฃแ˜แ—ข

main scarab
#

.hangman

wicked parrotBOT
#
Not in a million years.

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

main scarab
#

.hangman

wicked parrotBOT
#
Nope.

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

main scarab
#

.hangman

wicked parrotBOT
#
Not gonna happen.

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

small dew
#

.spookyavatar

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

.spookyavatar

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

nothing different

#

oh some small bats

#

scary

eager hemlock
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
eager hemlock
#

.spookyavatar

wicked parrotBOT
#
Is this you or am I just really paranoid?
eager hemlock
#

.spookyavatar

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

.hangman

wicked parrotBOT
#
Noooooo!!

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

main scarab
#

e

#

a

#

a

#

e

molten birch
#

.hangman

wicked parrotBOT
#
Please don't do that.

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

Usage:```
.hangman [min_length=0] [max_length=25] [min_unique_letters=0] [max_unique_letters=25]

molten birch
#

.hangman

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

Guess the word by sending a message with a letter!

molten birch
#

a

#

e

#

u

#

e

#

i

#

o

#

b

#

e

#

r

wicked parrotBOT
#
You lost.

The word was staff.

molten birch
#

.hangman

wicked parrotBOT
#
I don't think so.

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

molten birch
#

s

#

a

#

e

#

u

#

e

#

i

#

o

#

h

#

.hangman

wicked parrotBOT
#
I'm sorry Dave, I'm afraid I can't do that.

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

molten birch
#

.help hangman

wicked parrotBOT
#
Command Help

**```
.hangman [min_length=0] [max_length=25] [min_unique_letters=0] [max_unique_letters=25]

*Play hangman against the bot, where you have to guess the word it has provided!

The arguments for this command mean:
- min_length: the minimum length you want the word to be (i.e. 2)
- max_length: the maximum length you want the word to be (i.e. 5)
- min_unique_letters: the minimum unique letters you want the word to have (i.e. 4)
- max_unique_letters: the maximum unique letters you want the word to have (i.e. 7)*
molten birch
#

.hangman 2 2 0 0

wicked parrotBOT
#
Out of the question.

No words could be found that fit all filters specified.

molten birch
#

.hangman 2 2

wicked parrotBOT
#
NEGATORY.

No words could be found that fit all filters specified.

molten birch
#

.hangman 3 3

wicked parrotBOT
#
Certainly not.

No words could be found that fit all filters specified.

molten birch
#

.hangman 4 4

wicked parrotBOT
#
Huh? No.

No words could be found that fit all filters specified.

molten birch
#

.hangman 5 5

wicked parrotBOT
#
Nah.

No words could be found that fit all filters specified.

molten birch
#

.hangman 20 20

wicked parrotBOT
#
Nope.

No words could be found that fit all filters specified.

molten birch
#

.hangman

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

Guess the word by sending a message with a letter!

molten birch
#

t

#

e

#

s

#

r

wicked parrotBOT
#
You won!

The word was street.

molten birch
#

.hangman

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

Guess the word by sending a message with a letter!

molten birch
#

t

#

s

#

e

#

a

#

r

#

u

#

i

#

d

wicked parrotBOT
#
You lost.

The word was make.

molten birch
#

.hangman

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

Guess the word by sending a message with a letter!

molten birch
#

e

#

a

#

t

#

r

#

.hangman

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

Guess the word by sending a message with a letter!

molten birch
#

g

#

g

#

.hagman stop

#

.hangman stop

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

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

Usage:```
.hangman [min_length=0] [max_length=25] [min_unique_letters=0] [max_unique_letters=25]

molten birch
#

e

#

f

#

g

#

h

#

b

wicked parrotBOT
#
You lost.

The word was knowledge.

molten birch
#

s

#

d

#

d

#

y

wicked parrotBOT
#
You lost.

The word was better.

main scarab
#

**Word test **
Word test

molten birch
#

.hangman

wicked parrotBOT
#
Certainly not.

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

molten birch
#

t

#

e

#

s

#

t

#

hi ยฏ_(ใƒ„)_/ยฏ

#

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

molten birch
#

.battleship

wicked parrotBOT
#

@molten birch Game cancelled.

molten birch
#

.battleship

wicked parrotBOT
#

@molten birch Game cancelled.

molten birch
#

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

molten birch
#

.catify ext

wicked parrotBOT
#

ext แ“‚แ˜แ—ข

molten birch
#

.catify leon

wicked parrotBOT
#

แ“•แ˜แ—ข leon

molten birch
#

.catfy

#

.catify

wicked parrotBOT
#

Your catified nickname is: Leonivek | แ“šแ˜แ—ข

molten birch
#

.bunnyname

wicked parrotBOT
#

Thunderfoot

molten birch
#

.bunnifyme

wicked parrotBOT
#

Leonivek | Fluff

molten birch
#

.bunnifyme

wicked parrotBOT
#

Leonivek | FloofBounce

molten birch
#

.bunnifyme

wicked parrotBOT
#

Carrot | แ“šแ˜แ—ข

molten birch
#

.bunnifyme

wicked parrotBOT
#

Fluff | แ“šแ˜แ—ข

molten birch
#

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

molten birch
#

.dragname

wicked parrotBOT
#

Sue Pernova

molten birch
#

.eggfact

wicked parrotBOT
#
Easter Egg Fact

John Cadbury soon followed suit and made his first Cadbury Easter egg in 1875. By 1892 the company was producing 19 different lines, all made from dark chocolate.

molten birch
#

.riddle

wicked parrotBOT
#
What kind of bunny can't hop?

You have 10 seconds before the first hint.

#
Here's a hint: Might melt in the sun!
#
Here's a hint: Fragile and yummy!
molten birch
#

sun bunny

wicked parrotBOT
#

Nobody got it right...

The answer is: A chocolate one!
molten birch
#

.riddle'

#

.riddle

wicked parrotBOT
#
Where does the easter bunny eat breakfast?

You have 10 seconds before the first hint.