#sir-lancebot-playground
1 messages ยท Page 213 of 1
.reverse
.reverse
.rp import
Here are the top 5 results:
.reverse python
nohtyp
.reverse Sir Lancebot
tobecnaL riS
.realpython docer
Here are the top 5 results:
Cool
.quiz
Pass
**Hint #1
**They were used alternatively to playing cards.
Cards
**Hint #2
**They generally have handdrawn nature images on them.
Pokemon
Better luck next time...
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
What year was Tetris released?
1982
**Hint #1
**It was released before the 90's.
1988
**Hint #2
**It was released after 1980.
1984
@hallow ember got the correct answer :tada: 50 points!
Let's move to the next question.
Remaining questions: 5
What is Yoshi's (from Mario Bros.) full name?
**Hint #1
**It was revealed in the Nintendo Character Guide in 1993.
**Hint #2
**His last name has to do with eating Mario's enemies.
Better luck next time...
Let's move to the next question.
Remaining questions: 4
What is the best selling game on the Nintendo GameCube?
**Hint #1
**It is not a mainline Mario Game, although the plumber is present.
**Hint #2
**It is not a mainline Zelda Game, although Link is present.
No one answered correctly!
Let's move to the next question.
Remaining questions: 3
Who was Nintendo's biggest competitor in 1990?
**Hint #1
**Before being Nintendo's main competitor in home gaming, they were successful in arcades.
**Hint #2
**Their first console was called the Master System.
No one answered correctly!
Let's move to the next question.
Remaining questions: 2
What was Mario's original occupation?
**Hint #1
**The occupation was in construction
**Hint #2
**He appeared as this kind of worker in 1981's Donkey Kong
Better luck next time...
Let's move to the next question.
Remaining questions: 1
What was the first game Yoshi appeared in?
**Hint #1
**The game was released in 1990.
**Hint #2
**It was released on the SNES.
Better luck next time...
Remaining questions: 0
The round has ended.
@hallow ember Congratulations on winning this quiz game with a grand total of 50 points :tada:
@wicked parrot help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
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.
.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.
.aoc
**```
.adventofcode
**Can also use:** `aoc`
*All of the Advent of Code commands.*
**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.aoc about
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.
Sign up with one of these services:
GitHub
Google
Twitter
Reddit
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.
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.
.aoc
**```
.adventofcode
**Can also use:** `aoc`
*All of the Advent of Code commands.*
**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.aoc countdown
The Advent of Code event is not currently running. The next event will start in 75 days.
You can't subscribe to 2021's Advent of Code announcements yet!
.aoc join
The Python Discord leaderboard for 2021 is not yet available!
aight
!e
import argparse
parser = argparse.ArgumentParser(description="Generate and mail a TPS report.")
default_batch_date = "2021-09-01"
parser.add_argument(
"--date",
nargs="?",
default=default_batch_date,
help="report start date (default=%(default)s)"
)
print(parser.parse_args())
@deep beacon :white_check_mark: Your eval job has completed with return code 0.
Namespace(date='2021-09-01')
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
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.
.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.
.fool
Check out this April Fools' video by google.
Weโre extremely excited to share with you our latest Google Cloud groundbreaking technology: After enabling our customers to address senses through Speech & Vision API, we are now releasing a subset of Taste APIs started with a dish we all love - Hummus!
.help
...and

.randomcase hello
HElLO
SIR lAnCEBOt
Lmao
The with keyword triggers a context manager. Context managers automatically set up and take down data connections, or any other kind of object that implements the magic methods __enter__ and __exit__.
with open("test.txt", "r") as file:
do_things(file)
The above code automatically closes file when the with block exits, so you never have to manually do a file.close(). Most connection types, including file readers and database connections, support this.
For more information, read the official docs, watch Corey Schafer's context manager video, or see PEP 343.
.space apod
Fans of our fair planet might recognize the outlines of these cosmic clouds. On the left, bright emission outlined by dark, obscuring dust lanes seems to trace a continental shape, lending the popular name North America Nebula to the emission region cataloged as NGC 7000. To the right, just off the North America Nebula's east coast, is IC 5070, whose avian profile suggests the Pelican Nebula. The two bright nebulae are about 1,500 light-years away, part of the same large and complex star forming region, almost as nearby as the better-known Orion Nebula. At that distance, the 3 degree wide field of view would span 80 light-years. This careful cosmic portrait uses narrow band images combined to highlight the bright ionization fronts and the characteristic glow from atomic hydrogen, sulfur, and oxygen gas. These nebulae can be seen with binoculars from a dark location. Look northeast of bright star Deneb in the constellation Cygnus the Swan.
.adventofcode
**```
.adventofcode
**Can also use:** `aoc`
*All of the Advent of Code commands.*
**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
@terse terrace, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.help hackstats
**```
.hacktoberstats [github_username]
**Can also use:** `hackstats`
*Display an embed for a user's Hacktoberfest contributions.
If invoked without a subcommand or github_username, get the invoking user's stats if they've
linked their Discord name to GitHub using .stats link. If invoked with a github_username,
get that user's contributions*
**Subcommands:**
**`link [github_username]`**
*Link the invoking user's Github github_username to their Discord ID.*
**`unlink `**
*Remove the invoking user's account link from the log.*
.rp vim
Here are the top 5 results:
/space
.realpython docker
Here are the top 5 results:
.help
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.
CheatSheet
.cheat [search_terms...]
Search cheat.sh.
CoinFlip
.coinflip [side]
Flips a coin.
.reverse a
a
.reverse racecar
racecar
.reverse fhhff fg
gf ffhhf
ah ok
.close
.topic
Suggest more topics here!
Fly
nolispEmoT
!or
When checking if something is equal to one thing or another, you might think that this is possible:
if favorite_fruit == 'grapefruit' or 'lemon':
print("That's a weird favorite fruit to have.")
While this makes sense in English, it may not behave the way you would expect. In Python, you should have complete instructions on both sides of the logical operator.
So, if you want to check if something is equal to one thing or another, there are two common ways:
# Like this...
if favorite_fruit == 'grapefruit' or favorite_fruit == 'lemon':
print("That's a weird favorite fruit to have.")
# ...or like this.
if favorite_fruit in ('grapefruit', 'lemon'):
print("That's a weird favorite fruit to have.")
.rp inheritance
Here are the top 5 results:
.rp git
Here are the top 5 results:
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
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.
.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.
.fool
Check out this April Fools' video by google.
This spring, Google is introducing the self-driving bicycle in Amsterdam, the worldโs premier cycling city. The Dutch cycle more than any other nation in the world, almost 900 kilometres per year per person, amounting to over 15 billion kilometres annually. The self-driving bicycle enables safe navigation through the city for Amsterdam residents...
.reverse Giant
tnaiG
.reverse Hi Giant
tnaiG iH
.8bitify
.adventofcode
**```
.adventofcode
**Can also use:** `aoc`
*All of the Advent of Code commands.*
**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.join
!rank
Iterating over range(len(...)) is a common approach to accessing each item in an ordered collection.
for i in range(len(my_list)):
do_something(my_list[i])
The pythonic syntax is much simpler, and is guaranteed to produce elements in the same order:
for item in my_list:
do_something(item)
Python has other solutions for cases when the index itself might be needed. To get the element at the same index from two or more lists, use zip. To get both the index and the element at that index, use enumerate.
.reverse hello
olleh
.help
RecommendGame
.recommendgame
Sends an Embed of a random game recommendation.
Reddit
.reddit
View the top posts from various subreddits.
RomanceMovieFinder
.romancemovie
Randomly selects a romance movie and displays information about it.
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.
.ping
Gateway Latency: 133ms
.8bitify
.8bitify
hmm yeah -_-
.topic
.realpython case
Here are the top 5 results:
.realpython switch case
Here are the top 5 results:
.mosaic
.mosaic
ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.
WikipediaSearch
.wikipedia <search>
Sends paginated top 10 results of Wikipedia search..
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.
RecommendGame
.recommendgame
Sends an Embed of a random game recommendation.
Reddit
.reddit
View the top posts from various subreddits.
RomanceMovieFinder
.romancemovie
Randomly selects a romance movie and displays information about it.
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.
Your input was invalid: Unable to convert savetheplaner to valid command or Cog.
Usage:```
.source [source_item]
**```
.reddit
*View the top posts from various subreddits.*
**Subcommands:**
**`daily [subreddit=r/Python]`**
*Send the top posts of today from a given subreddit.*
**`top [subreddit=r/Python]`**
*Send the top posts of all time from a given subreddit.*
**`weekly [subreddit=r/Python]`**
*Send the top posts of this week from a given subreddit.*
Here are today's top r/Python posts!
EpyNN: Educational python for Neural Networks
For those wishing to understand and build from basic implementations of Neural Network...
โ
253โ
โ6โ
EveryBrief9315
GitHub - microsoft/PythonProgrammingPuzzles: A...
โ
147โ
โ0โ
pmz
An esoteric data type built entirely out of NaNs.
โ
37โ
โ12โ
cosmic_dozen
The most WTF Python code I've ever seen
\โฆLink to source...
โ
37โ
โ26โ
enterming
Should I just give up
I am a self learn programmer and have been working as an analyst for a fin tech company. I...
โ
25โ
โ23โ
SkeeterMcGoo
.8bitify
thats awesome
.reverse
.mosaic
.8bitify
.help
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.
CheatSheet
.cheat [search_terms...]
Search cheat.sh.
CoinFlip
.coinflip [side]
Flips a coin.
@crimson forge Game cancelled.
.bunnifyme
Spinachnose
.catify Spinach
Spinach แแแข
.coinflip heads
@crimson forge flipped tails. You guessed incorrectly. 
.help
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.
DragNames
.dragname
Sends a message with a drag queen name.
DuckGamesDirector
.duckduckduckgoose
Generate a board, send the game embed, and end the game after a time limit.
EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.
.topic
.topic
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
:incoming_envelope: :ok_hand: applied mute to @lime juniper until <t:1632026301:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!unmute 874613524918329364
:incoming_envelope: :ok_hand: pardoned infraction mute for @lime juniper.
lets keep the number of messages to a minimum xD
oki
.8bitify
!source help
An interactive instance for the bot help command.
.source 8bitify
.ttt @spring tapir
@daring swift Seems like there's no one here to play. Use .connect4 ai to play against a computer.
.hangman
The word was billion.
.hangman
The word was fear.
.hangman
.src hangman
The word was legal.
anyone connect4 ?
hmmmmm
uh
interesting
oh god no why do they delete so far
aaaaaaaaaaaa
e
a
r
f
k
a
c
t
The word was suddenly.
.hangman
.connect4 @azure wedge
Your input was invalid: Converting to "int" failed for parameter "board_size".
Usage:```
.connect_four [board_size=7] [emoji1=๐ต] [emoji2=๐ด]
The word was road.
.connect4 7
@daring swift Seems like there's no one here to play. Use .connect4 ai to play against a computer.
.hangman
The word was mind.
.hangman
The word was front.
.hangman
The word was conference.
.hangman
The word was through.
The word was evening.
The word was anyone.
.hangman
The word was love.
.hangman
The word was huge.
.hangman
The word was child.
.hangman
The word was structure.
.hangman start
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] ["s"|"m"|"S"|"M"=s]
.hangman 0 5
Looks like the bot timed out! You must send a letter within 60 seconds.
.hangman
The word was organization.
The word was hotel.
.hangman 7 0
No words could be found that fit all filters specified.
.hangman
The word was term.
.hangman 0 2
No words could be found that fit all filters specified.
.hangman 0 5
The word was unit.
.hangman
The word was year.
.reverse lmao
oaml
.reverse
.hangman
The word was worry.
.hangman 0 25 0 25 m
@spring tapir
Uh oh!
<@&267628507062992896> we might need to unload hangman for a little bit?
.unload hangman
Umm, I don't think that kills running commands right?
[Captured] Use exit() or Ctrl-D (i.e. EOF) to exit
.int e 0;exity()
Traceback (most recent call last):
File "<internal eval>", line 1, in <internal eval>
0;exity()
NameError: name 'exity' is not defined
Can you time out sir Lancelot?
You can only send one letter at a time, try again!
Mute it
You can only send one letter at a time, try again!
.int e 0;exit()
You can only send one letter at a time, try again!
It is reading them
Even when muted?
Now itโs off
Ah, ๐
.cogs
**```
.extensions
**Can also use:** `c`, `cogs`, `ext`, `exts`
*Load, unload, reload, and list loaded extensions.*
**Subcommands:**
**`list `**
*Get a list of all extensions, including their loaded status.*
**`load [extensions...]`**
*Load extensions given their fully qualified or unqualified names.*
**`reload [extensions...]`**
*Reload extensions given their fully qualified or unqualified names.*
**`unload [extensions...]`**
*Unload currently loaded extensions given their fully qualified or unqualified names.*
.c list
Fun
battleship
catify
coinflip
connect_four
duck_game
fun
game
hangman
magic_8ball
minesweeper
movie
recommend_game
rps
snakes
space
speedrun
status_codes
tic_tac_toe
trivia_quiz
wonder_twins
xkcd
Holidays - Earth Day
save_the_planet
.c unload hangman
:ok_hand: Extension successfully unloaded: bot.exts.fun.hangman.
hm? what's wrong?
That was.. quite the joyride
Sir Lancelot reads every single message when multiplayer mode is enabled
In all channels? or..
Yes
hm yeah, not good lol
So it was spamming "please only send 1 letter" messages
Or just not have a mp mode
No, not quite, it's in the reviewing stage
I'll open an issue, it should be a quick PR just adding a and msg.channel.id == ctx.channel.id
Is having multiplayer even a good idea? you're essentially hijacking the channel
Isn't sir Lancelot on 2.0?
We can have it use threads (though that feature will have to wait until @rough glade has 'em).
Yes seems like a good use case for threads
.bm
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:```
.bookmark [target_message] [title=Bookmark]
.bm
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:```
.bookmark [target_message] [title=Bookmark]
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:```
.bookmark [target_message] [title=Bookmark]
.bm #help-orange message @main scarab
Your input was invalid: You must either provide a valid message to bookmark, or reply to one.
Usage:```
.bookmark [target_message] [title=Bookmark]
.topic
Suggest more topics here!
.help
SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.
SpookyGif
.spookygif
Fetches a random gif from the GIPHY API and responds with it.
SpookyRating
.spookyrating [who]
Calculates the spooky rating of someone.
Stackoverflow
.stackoverflow <search_query>
Sends the top 5 results of a search query from stackoverflow.
TicTacToe
.tictactoe <opponent>
Tic Tac Toe game. Play against friends or AI. Use reactions to add your mark to field.
.catify
Your display name is too long to be catified! Please change it to be under 26 characters.
fuck
.hangman
The word was represent.
Damn
Your display name is too long to be catified! Please change it to be under 26 characters.
Double, double, toil and trouble,
Fire burn and cauldron bubble.
Cool it with a baboon's blood,
and tell me the answer to his question...
...the great cauldron can only confirm that the answer to your question is no.

.hangman
The word was behavior.
.ms
**```
.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.*
@restive wasp is playing Minesweeper.
Here's their 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: :x: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :bomb: :two: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :bomb:
:four: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:five: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :bomb: :bomb:
:six: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :bomb: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:nine: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb:
:keycap_ten: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :bomb:
.ms reveal 3d
You are not authorized to use this command.
:fire: @restive wasp just lost Minesweeper! :fire:
.minesweeper start
@restive wasp is playing Minesweeper.
Here's their 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: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :bomb: :grey_question:
:two: :grey_question: :grey_question: :x: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question:
:four: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :bomb:
:five: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb:
:six: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:eight: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :bomb:
:fire: @restive wasp just lost Minesweeper! :fire:
.minesweeper start
@restive wasp is playing Minesweeper.
Here's their 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: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :bomb: :bomb: :x: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:three: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :grey_question:
:five: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:six: :bomb: :bomb: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:keycap_ten: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:fire: @restive wasp just lost Minesweeper! :fire:
.minesweeper start
@restive wasp is playing Minesweeper.
Here's their 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: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:two: :grey_question: :grey_question: :bomb: :two: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :bomb: :grey_question: :bomb: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :bomb:
:five: :grey_question: :grey_question: :grey_question: :x: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:nine: :grey_question: :grey_question: :bomb: :bomb: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:fire: @restive wasp just lost Minesweeper! :fire:
Unfair :c
@main scarab is playing Minesweeper.
Here's their 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: :x: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:two: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:five: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
You are not authorized to use this command.
You are not authorized to use this command.
You are not authorized to use this command.
:fire: @main scarab just lost Minesweeper! :fire:
.help
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
Emojis
.emoji <emoji>
A group of commands related to emojis.
.riddle
You have 10 seconds before the first hint.
By
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
Bunnyhop
Easter bunny
Nobody got it right...
You have 10 seconds before the first hint.
A rabbit with fleas
Sir lancebot
Nobody got it right...
You have 30 seconds to vote.
๐ฆ -> President Jimmy Carter
๐ง -> President John F. Kennedy
๐จ -> Vice President Al Gore
๐ฉ -> Senator Gaylord Nelson
Nobody got it right...
VOTES:
๐ฆ - 0 votes (0%)
๐ง - 2 votes (100%)
๐จ - 0 votes (0%)
๐ฉ - 0 votes (0%)
.eggquiz
You have 30 seconds to vote.
๐ฆ -> currency
๐ง -> medicine
๐จ -> dye
๐ฉ -> fertilizer
Well done @crimson forge @prime mirage @timber dove for getting it correct!
VOTES:
๐ฆ - 3 votes (100%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 0 votes (0%)
You have 30 seconds to vote.
๐ฆ -> Between 200-230
๐ง -> Between 250-270
๐จ -> Between 300-330
๐ฉ -> Between 370-400
What u up to
๐
nothing much
Nobody got it right...
VOTES:
๐ฆ - 3 votes (100%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 0 votes (0%)
.eggquiz
You have 30 seconds to vote.
๐ฆ -> 1982
๐ง -> 2003
๐จ -> 1999
๐ฉ -> 1970
It is d
yes
Well done @crimson forge @timber dove for getting it correct!
VOTES:
๐ฆ - 0 votes (0%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 2 votes (100%)
.eggquiz
You have 30 seconds to vote.
๐ฆ -> hare
๐ง -> possum
๐จ -> cat
๐ฉ -> dove
uhhh
๐
a hare?
Yeah
Well done @crimson forge @timber dove for getting it correct!
VOTES:
๐ฆ - 2 votes (100%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 0 votes (0%)
.eggquiz
You have 30 seconds to vote.
๐ฆ -> hare
๐ง -> possum
๐จ -> cat
๐ฉ -> dove
lol same question
Well done @crimson forge @timber dove for getting it correct!
VOTES:
๐ฆ - 2 votes (100%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 0 votes (0%)
.eggquiz
You have 30 seconds to vote.
๐ฆ -> 1982
๐ง -> 2003
๐จ -> 1999
๐ฉ -> 1970
again the same question
You have 10 seconds before the first hint.
he was killed
he was expelled
he was banned
Well done @crimson forge @timber dove for getting it correct!
VOTES:
๐ฆ - 0 votes (0%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 2 votes (100%)
.eggquiz
You have 30 seconds to vote.
๐ฆ -> 1997
๐ง -> 2000
๐จ -> 2003
๐ฉ -> 2007
Nobody got it right...
this is hard
Nobody got it right...
VOTES:
๐ฆ - 0 votes (0%)
๐ง - 0 votes (0%)
๐จ - 0 votes (0%)
๐ฉ - 2 votes (100%)
You have 10 seconds before the first hint.
she was in 2nd place
because an eggbeater
egg
Nobody got it right...
bruh
how did you know
You have 10 seconds before the first hint.
rabbitware
14 carrot gold
14 carat gold
Well done @prime mirage for getting it right!
You have 10 seconds before the first hint.
Bugs Bunny
Bugs Bunny
this one is easy
yes
easyyy
Well done @crimson forge @timber dove for getting it right!
.riddle
You have 10 seconds before the first hint.
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
its a basket it has to be
Nobody got it right...
.source hangman
.eggquiz
You have 30 seconds to vote.
๐ฆ -> currency
๐ง -> medicine
๐จ -> dye
๐ฉ -> fertilizer
Nobody got it right...
VOTES:
๐ฆ - 0 votes (0%)
๐ง - 0 votes (0%)
๐จ - 1 vote (100%)
๐ฉ - 0 votes (0%)
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
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.
.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.
.wa ((x^-2)/4)^-(1/2)
Thanks wolfram, very helpful.
Sorry, you can't do that here!
The word was increase.
.hangman
The word was glass.
.hangman
The word was contain.
.hangman
The word was business.
.hangman
The word was activity.
.hangman
The word was across.
The word was movie.
.hangman
M
M
The word was compare.
2/2 ๐
Nvm xD
The word was middle.
now u try
.hangman
try a
m?
hmmmm
F
W
The word was follow.
.hangman
The word was adult.
The word was example.
.hangman
The word was between.
.hangman
The word was however.
.hangman
The word was surface.
.hangman
The word was eight.
.hangman
a

