#sir-lancebot-playground
1 messages · Page 192 of 1
It's time for the game! Let's begin.
2️⃣ 
6️⃣

:tada: @vivid frigate won this game! :tada:
.catify
Your catified nickname is: Nisanick | ᓂᘏᗢ
.bm 865576223978815508 cursed c++ in python
.love @lean sleet @slow eagle
kylee#1175 ❤ нυηтєя#2809 scored 66%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
Splendid
.love @lean sleet @coarse canopy
kylee#1175 ❤ Gab-Chan#3333 scored 57%!
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.
.love @coarse canopy @lean sleet
Gab-Chan#3333 ❤ kylee#1175 scored 2%!
The chance of this relationship working out is really low. You can get it to work, but with high costs and no guarantee of working out. Do not sit back, spend as much time together as possible, talk a lot with each other to increase the chances of this relationship's survival.
lol 2


.love @lean sleet @coarse canopy
kylee#1175 ❤ Gab-Chan#3333 scored 57%!
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.
.love @coarse canopy @coarse canopy
Gab-Chan#3333 ❤ Gab-Chan#3333 scored 72%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

.love @wicked parrot @rough glade
Sir Lancebot#9543 ❤ Python#4329 scored 86%!
Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.
Its rigged 
.love @lean sleet @lean sleet
kylee#1175 ❤ kylee#1175 scored 42%!
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
What the heck
.love @slow eagle @slow eagle
нυηтєя#2809 ❤ нυηтєя#2809 scored 89%!
Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.
.love @rough glade
Python#4329 ❤ CookieTheCat#1756 scored 42%!
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.
.wa short define
determine the essential quality of
!e "a"type(a)
@deep beacon :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | "a"type(a)
003 | ^
004 | SyntaxError: invalid syntax
!e "a", type(a)
@deep beacon :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'a' is not defined
!doc random.shuffle
random.shuffle(x[, random])```
Shuffle the sequence *x* in place.
The optional argument *random* is a 0-argument function returning a random float in [0.0, 1.0); by default, this is the function [`random()`](https://docs.python.org/3/library/random.html#random.random "random.random").
To shuffle an immutable sequence and return a new shuffled list, use `sample(x, k=len(x))` instead.
Note that even for small `len(x)`, the total number of permutations of *x* can quickly grow larger than the period of most random number generators. This implies that most permutations of a long sequence can never be generated. For example, a sequence of length 2080 is the largest that can fit within the period of the Mersenne Twister random number generator.
Deprecated since version 3.9, will be removed in version 3.11: The optional parameter *random*.
.catify
Your catified nickname is: beastmatser | ᓚᘏᗢ
.ttt
It's time for the game! Let's begin.
2️⃣ 
4️⃣


:tada: @fallow rock won this game! :tada:
.8bitify
.avatar_modify 8bitify
Can also use: 8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.8bitify
.ttt
It's time for the game! Let's begin.
2️⃣ 
6️⃣

:tada: @main scarab won this game! :tada:
.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.
.spookyavatar [member]
Spookify an user's avatar.
.spookyavatar
.mosaic
.help 2
.avatareasterify
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.
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.
.bunnifyme
çòòķìņ | Velvetpaw
.source
!doc open
open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None)```
Open *file* and return a corresponding [file object](https://docs.python.org/3/glossary.html#term-file-object). If the file cannot be opened, an [`OSError`](https://docs.python.org/3/library/exceptions.html#OSError "OSError") is raised. See [Reading and Writing Files](https://docs.python.org/3/tutorial/inputoutput.html#tut-files) for more examples of how to use this function.
*file* is a [path-like object](https://docs.python.org/3/glossary.html#term-path-like-object) giving the pathname (absolute or relative to the current working directory) of the file to be opened or an integer file descriptor of the file to be wrapped. (If a file descriptor is given, it is closed when the returned I/O object is closed, unless *closefd* is set to `False`.)
.snake
.snakes
Can also use: snake
Commands from our first code jam.
Subcommands:
about
Show an embed with information about the event, its participants, and its winners.
antidote
Antidote! Can you create the antivenom before the patient dies?
card [name]
Create an interesting little card from a snake.
draw
Draws a random snek using Perlin noise.
fact
Gets a snake-related fact.
get [name]
Fetches information about a snake from Wikipedia.
guess
Snake identifying game.
hatch
Hatches your personal snake.
movie
Gets a random snake-related movie from TMDB.
!code-blocks
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
!doc str.replace
str.replace(old, new[, count])```
Return a copy of the string with all occurrences of substring *old* replaced by *new*. If the optional argument *count* is given, only the first *count* occurrences are replaced.
.wa is 1 + 1 equal to 2
.wa is a ladybug vertebrate
.quiz python
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: python
Is everything an instance of the object class (y/n)?
y
@vocal nova got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 6
GennieGuy#3182: 100
What decorator is used to allow a protocol to be checked at runtime?
20s left!
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 5
GennieGuy#3182: 100
Can you pickle a running list_iterator (y/n)?
y
@vocal nova got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 4
GennieGuy#3182: 200
Which of these is a subclass of Exception?
(NotImplemented, asyncio.CancelledError, StopIteration)
20s left!
asyncio.CancelledError
10s left!
StopIteration
@vocal nova got the correct answer :tada: 50 points!
Let's move to the next question.
Remaining questions: 3
GennieGuy#3182: 250
What exception, other than StopIteration, can you raise from a __getitem__ dunder to indicate to an iterator that it should stop?
20s left!
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 2
indexis
GennieGuy#3182: 250
Name the only non-dunder method of the builtin slice object.
__sitemodule
20s left!
getter
10s left!
setitem
Better luck next time...
Let's move to the next question.
Remaining questions: 1
GennieGuy#3182: 250
Which of these is not a generator method?
(next, send, throw, close)
20s left!
next
@vocal nova got the correct answer :tada: 75 points!
Remaining questions: 0
GennieGuy#3182: 325
The round has ended.
Congratulations @vocal nova :tada: You have won this quiz game with a grand total of 325 points!
.quiz leaderboard
CookieTheCat#1756: 26975
Aboo Minister#8971: 19150
Guilhotina#6649: 4250
GennieGuy#3182: 3275
StarRanger#8139: 1950
OreoFTW#1097: 1000
Pim#3520: 925
Peter parker#0001: 825
ConfusedReptile#6830: 700
aph#8103: 525
ValenArb#6969: 375
Rush2618#0001: 375
Brodevil#0001: 350
nop#6157: 300
》》• PokemonMaster • 《《#7673: 175
noobbody#2529: 75
Avangunite#6108: 75
.love @slow eagle @plucky tide
нυηтєя#2809 ❤ Delta#3949 scored 11%!
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.

Damn
.love @coarse canopy @coarse canopy
Gab-Chan#3333 ❤ Gab-Chan#3333 scored 72%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.

.love @plucky tide @plucky tide
Delta#3949 ❤ Delta#3949 scored 83%!
Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.
Mine was 89
The fuck
😂
.love @slow eagle @slow eagle
нυηтєя#2809 ❤ нυηтєя#2809 scored 89%!
Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.
Bruh
But I seriously think 89 is too much
Bruh
🤦
.love @plucky tide @slow eagle
Delta#3949 ❤ нυηтєя#2809 scored 73%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
😂
SEE I KNEW IT WOULD WORK OUT
Delta#3949 ❤ Gab-Chan#3333 scored 61%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
😁
.love @slow eagle @severe harness
нυηтєя#2809 ❤ snowyx#9999 scored 38%!
The chance of this relationship working is not very high, but its not that low either. If you both want this relationship to work, and put time and effort into it, meaning spending time together, talking to each other etc., than nothing shall stand in your way.

Wait
See me and hunter world better smh
Works*
He already has a girlfriend
snow
😂
make it a poly relationship
Lmao
MoreTheMerrier
Wtf no
Lol

.love @slow eagle @coarse canopy
нυηтєя#2809 ❤ Gab-Chan#3333 scored 55%!
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

Damn I'm the winner it seems
Last time I checked
😂ok calm down now
You could be gay smh
😶
I'm bi. I just love everyone smh
Delta#3949 ❤ kylee#1175 scored 69%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
😂🤣
69 LMFAO

😂🤣kyleeee
ew, your new name-
I don't even know who that person is
SQL Injection
Wdym 
-> Better coder than me
-> Birthday boy today
.love @lean sleet @coarse canopy
kylee#1175 ❤ Gab-Chan#3333 scored 57%!
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.

Lmao
Lmao
I don't really expect anything from anyone hehe
Well my birthday comes in last week of September
So the whole last week we should wish? 😂
What day?
Man say th date
😂

Will tell when my bday goes by the right time comes
🥺
^^
I don't have a problem 😁

@coarse canopy as I told you yesterday, I don't really care about it anymore
best of luck
™️
thanks
:D
.love vinam github
vinam#1984 ❤ github#9825 scored 68%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: science
The Heisenberg's Uncertainty Principle states that the position and ________ of a quantum object can't be both exactly measured at the same time.
20s left!
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
Which law states that the global entropy in a closed system can only increase?
20s left!
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 5
No one has made it onto the leaderboard yet.
Which cell organelle is nicknamed "the powerhouse of the cell"?
20s left!
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 4
No one has made it onto the leaderboard yet.
About how many neurons are in the human brain?
(A. 1 billion, B. 10 billion, C. 100 billion, D. 300 billion)
20s left!
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 3
No one has made it onto the leaderboard yet.
What is the process used to separate substances with different polarity in a mixture, using a stationary and mobile phase?
20s left!
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 2
No one has made it onto the leaderboard yet.
How does one describe a chemical reaction wherein heat is released?
20s left!
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 1
No one has made it onto the leaderboard yet.
Which particle is emitted during the beta decay of a radioactive element?
20s left!
10s left!
Better luck next time...
Remaining questions: 0
No one has made it onto the leaderboard yet.
The round has ended.
.help
BunnyNameGenerator
.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.
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.
.source
.help source
.source [source_item]
Can also use: src
Display information and a GitHub link to the source code of a command, tag, or cog.
.src sr
Your input was invalid: Unable to convert sr to valid command or Cog.
Usage:.source [source_item]
.src src
ok
.connect_four
@main scarab Game cancelled.
.quiz leaderboard
CookieTheCat#1756: 26975
Aboo Minister#8971: 19150
Guilhotina#6649: 4250
GennieGuy#3182: 3275
StarRanger#8139: 1950
OreoFTW#1097: 1000
Pim#3520: 925
Peter parker#0001: 825
ConfusedReptile#6830: 700
aph#8103: 525
ValenArb#6969: 375
Rush2618#0001: 375
Brodevil#0001: 350
nop#6157: 300
》》• PokemonMaster • 《《#7673: 175
noobbody#2529: 75
Avangunite#6108: 75
.ttt
.ttt
It's time for the game! Let's begin.
2️⃣ 
6️⃣

:tada: @fresh coral won this game! :tada:
GithubInfo
.github
Commands for finding information related to GitHub.
HTTPStatusCodes
.http_status <code>
Choose a cat or dog randomly for the given status code.
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
.github
.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.
.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.
.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.
.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.
broken?
.help
GithubInfo
.github
Commands for finding information related to GitHub.
HTTPStatusCodes
.http_status <code>
Choose a cat or dog randomly for the given status code.
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
.8bitify
.ttt
It's time for the game! Let's begin.
2️⃣ 3️⃣
6️⃣

:tada: AI won this game! :tada:
.ttt
It's time for the game! Let's begin.

4️⃣
6️⃣
7️⃣

:tada: AI won this game! :tada:
.ttt
.ttt
.ttt
.ttt
.ttt
It's time for the game! Let's begin.
2️⃣ 

8️⃣ 
:tada: @tidal stirrup won this game! :tada:
.ttt
It's time for the game! Let's begin.
2️⃣ 
6️⃣

:tada: @forest crest won this game! :tada:
.catify
Your catified nickname is: Windsmith | ᘡᘏᗢ
.ttt
.ttt
.ttt
It's time for the game! Let's begin.

4️⃣

8️⃣ 
:tada: @shadow pebble won this game! :tada:
.ttt
It's time for the game! Let's begin.

6️⃣
8️⃣ 
:tada: @fallow rock won this game! :tada:
.ttt
It's time for the game! Let's begin.

4️⃣

8️⃣ 
:tada: @fallow rock won this game! :tada:
.ttt
.ttt
It's time for the game! Let's begin.
2️⃣ 3️⃣
4️⃣


:tada: AI won this game! :tada:
.ttt
It's time for the game! Let's begin.
2️⃣ 

8️⃣ 
:tada: @fallow rock won this game! :tada:
.ttt
.ttt
.ttt
It's time for the game! Let's begin.

4️⃣
6️⃣

:tada: @fallow rock won this game! :tada:
.help
BunnyNameGenerator
.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.
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.
.connect_four 100

100 is not a valid board size. A valid board size is between 5 and 9.
.connect_four 9

@fallow rock Game cancelled.
.help 4
.help games
.games [amount=5] <genre>
Can also use: game
*Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>*
Subcommands:
company [amount=5]
Get random Game Companies companies from IGDB API.
genres
Get all available genres.
search <search_term>
Find games by name.
top [amount=10]
Get current Top games in IGDB.
.games 9 fun
Invalid genre Fun.
Currently available genres: Fighting, Shooter, Music, Platform, Puzzle, Racing, Real time strategy, Rts, Role playing, Rpg, Simulator, Sport, Strategy, Turn based strategy, Tbs, Tactical, Quiz/trivia, Hack and slash, Pinball, Adventure, Arcade, Visual novel, Indie, Card & board game, Moba, Point-and-click
.game arcade
M. I. A. - Missing In Action
Missing In Action is a 3D action helicopter game that takes place during the Vietnam War. The game features a single player campaign which is divided into 26 missions, which are briefed by full motion videos with real life actors. Missions include finding MIAs, providing back-up for a damaged helicopter, destroying Vietcong camps or scouting an area. Each missions is action packed with many enemies that try to shoot you out of the air. The game features a radar that shows nearby enemy and friendly troops so that you know who to shoot.
Each mission you receive a new helicopter of a different type. Each new helicopter has more firepower than the previous one. It is also possible to call in artillery support, SEAL teams, napalm strikes and drop flare and smoke grenades.
Release Date: 1998-08-01
Rating: 0/100 :star: (based on ? ratings)
Platforms: PC (Microsoft Windows)
Status: ?
Age Ratings: ?
Made by: GT Interactive, Glass Ghost
.ttt
It's time for the game! Let's begin.
2️⃣ 
6️⃣

:tada: @clever token won this game! :tada:
.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.
.spookyavatar [member]
Spookify an user's avatar.
@timber kettle
Oh well thank you
@remote ravine
.avatar_modify
.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.
spookyavatar [member]
Spookify an user's avatar.
.help
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.
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.
Your input was invalid: Unable to convert https://github.com/KatsumiKougen/hololive_schedule to valid command or Cog.
Usage:.source [source_item]
.source KatsumiKougen/hololive_schedule
Your input was invalid: Unable to convert KatsumiKougen/hololive_schedule to valid command or Cog.
Usage:.source [source_item]
.help
RPS
.rps <move>
Play the classic game of Rock Paper Scissors with your own sir-lancebot!
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.
.reddit hololive
.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.
.reddit r/Hololive
.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.
.reddit daily r/Hololive
Here are today's top r/ultraman posts!
Gymaira got nerfed
191
26
BattleUpSaber
Define "slight"
180
45
Pressure-Head
Only muscles can defeat muscles
134
10
Maddie_Russell
Does anyone always know how to fight? ¯\_( ツ )_/¯
107
6
DiscombobulatedFly64
Don’t Toy With Me , Miss Carmeara
85
9
Acceptable-Ordinary2
.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.
.spookyavatar [member]
Spookify an user's avatar.
.8bitify
.help 2
.ttt
.ttt
It's time for the game! Let's begin.
2️⃣ 
6️⃣

:tada: @tribal coyote won this game! :tada:
.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.
.spookyavatar [member]
Spookify an user's avatar.
.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
.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 status
.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 stats
:x: Can't fetch leaderboard for stats right now!
.mosaic
.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.
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.
.eggquiz
You have 30 seconds to vote.
🇦 -> 18%
🇧 -> 21%
🇨 -> 25%
🇩 -> 31%
Nobody got it right...
VOTES:
🇦 - 0 votes (0%)
🇧 - 0 votes (0%)
🇨 - 1 vote (100%)
🇩 - 0 votes (0%)
.speedrun
Run starts at 7:09
This speedrun was recorded live at Awesome Games Done Quick 2018, a weeklong charity speedrun marathon raising money for Prevent Cancer Foundation. Awesome Games Done Quick 2018 is just one of the many charity marathons put on by Games Done Quick. For more information on AGDQ2018, find us at: https://gamesdonequick.com
Looki...
.quiz leaderboard
No one has made it onto the leaderboard yet.
.quiz science
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: science
What range of frequency are the average human ears capable of hearing?
(A. 10Hz-10kHz, B. 20Hz-20kHz, C. 20Hz-2000Hz, D. 10kHz-20kHz)
B
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 6
CookieTheCat#1756: 100
The type of rock that is formed by the accumulation or deposition of mineral or organic particles at the Earth's surface, followed by cementation, is called...
sedimentary
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 5
CookieTheCat#1756: 200
In particle physics, the hypothetical isolated elementary particle with only one magnetic pole is termed as...
magnetic monopole
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 4
CookieTheCat#1756: 300
What is the intermolecular force caused by temporary and induced dipoles?
Ldf
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 3
CookieTheCat#1756: 400
About how many neurons are in the human brain?
(A. 1 billion, B. 10 billion, C. 100 billion, D. 300 billion)
C
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 2
CookieTheCat#1756: 500
The three main components of a normal atom are: protons, neutrons, and...
Electron
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 1
CookieTheCat#1756: 600
Who discovered the theories of relativity?
Einstein
@prime mirage got the correct answer :tada: 100 points!
Remaining questions: 0
CookieTheCat#1756: 700
The round has ended.
Congratulations @prime mirage :tada: You have won this quiz game with a grand total of 700 points!
.mosaic
.quiz
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: python
Which attribute is the documentation string of a function/method/class stored in (answer should be enclosed in backticks!)?
20s left!
10s left!
No one answered correctly!
__dos__
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
Where does the name Python come from?
from the snake python
20s left!
snake
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 5
No one has made it onto the leaderboard yet.
What is the official name of this operator :=, introduced in 3.8?
20s left!
assigning operator
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 4
No one has made it onto the leaderboard yet.
What type is the attribute of a frame object that contains the current local variables?
bruh
20s left!
10s left!
idk
No one answered correctly!
Let's move to the next question.
Remaining questions: 3
No one has made it onto the leaderboard yet.
Which module when imported opens up a web browser tab that points to the classic 353 XKCD comic mentioning Python?
stop
20s left!
10s left!
.quiz stop
Quiz stopped.
.quiz python
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: python
No one answered correctly!
Let's move to the next question.
Remaining questions: 2
No one has made it onto the leaderboard yet.
What type does the & operator return when given 2 dict_keys objects?
Name the only non-dunder method of the builtin slice object.
20s left!
20s left!
10s left!
10s left!
.quiz stop
Quiz stopped.
.quiz sto[
- 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!
.quiz stop
No quiz running.
.quiz leaderboard
CookieTheCat#1756: 700
.help
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.
.romancemovie
While under the care of the Outer Sailor Guardians, Hotaru begins to age rapidly. Then, the time comes for all the Sailor Guardians to reunite!
2021-02-11
8.2
.romancemovie -help
A lighthouse keeper and his wife living off the coast of Western Australia raise a baby they rescue from an adrift rowboat.
2016-09-02
7.1
.hangman
.wa short translate ябланчик
Failed to get response.
ok
.love @slow eagle @plucky tide
нυηтєя#2809 ❤ Delta#3949 scored 11%!
There might be a chance of this relationship working out somewhat well, but it is not very high. With a lot of time and effort you'll get it to work eventually, however don't count on it. It might fall apart quicker than you'd expect.
Delta#3949 ❤ нυηтєя#2809 scored 73%!
Your relationship will most likely work out. It won't be perfect and you two need to spend a lot of time together, but if you keep on having contact, the good times in your relationship will outweigh the bad ones.
Hmm, that's possible tho, ig
.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.
.spookyavatar [member]
Spookify an user's avatar.
.8bitify
.pyfact
Python was named after Monty Python, a British Comedy Troupe, which Guido van Rossum likes.
Suggest more facts here!
.pyfact
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)
Suggest more facts here!
.ttt
.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.
.ms start
@tardy wagon 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: :bomb: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question:
:two: :grey_question: :bomb: :grey_question: :bomb: :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: :bomb: :bomb:
:four: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb:
:five: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb:
:six: :bomb: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:eight: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :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: :bomb: :grey_question: :grey_question: :grey_question: :bomb: :bomb: :bomb: :grey_question: :x: :grey_question:
.fool
Check out this April Fools' video by google.
Dozens of wild Pokémon have taken up residence on streets, amidst forests and atop mountains throughout Google Maps.
To catch 'em all, grab your Poké Ball and the newest version of Google Maps for iPhone or Android. Then tap the search bar, "press start," and begin your quest.
And, follow Google Maps on Google+, Facebook or Twitter for hints ...
You are not authorized to use this command.
:fire: @tardy wagon just lost Minesweeper! :fire:
.8bitify
.help
DragNames
.dragname
Sends a message with a drag queen name.
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.
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
.quiz
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: general
Who gifted the Statue Of Liberty?
20s left!
France
@mighty cosmos got the correct answer :tada: 75 points!
Information
The Statue of Liberty was a gift from the French people commemorating the alliance of France and the United States during the American Revolution. Yet, it represented much more to those individuals who proposed the gift.
Let's move to the next question.
Remaining questions: 6
The Living Tribunal#0101: 75
What is the name of the largest dam in the world?
20s left!
Hoover Dam
10s left!
No one answered correctly!
Information
At 1.4 miles wide (2.3 kilometers) and 630 feet (192 meters) high, Three Gorges Dam is the largest hydroelectric dam in the world, according to International Water Power & Dam Construction magazine. Three Gorges impounds the Yangtze River about 1,000 miles (1,610 km) west of Shanghai.
Let's move to the next question.
Remaining questions: 5
Hoover
The Living Tribunal#0101: 75
Which is the largest hot desert in the world?
20s left!
Sahara desrer
10s left!
The Saharah desrt
Better luck next time...
Information
The Sahara Desert covers 3.6 million square miles. It is almost the same size as the United States or China. There are sand dunes in the Sahara as tall as 590 feet.
Let's move to the next question.
Remaining questions: 4
The Living Tribunal#0101: 75
What year was the IBM PC model 5150 introduced into the market?
.quiz stop
Quiz stopped.
.quiz
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: science
The Heisenberg's Uncertainty Principle states that the position and ________ of a quantum object can't be both exactly measured at the same time.
20s left!
state
10s left!
state
No one answered correctly!
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
As of 2021, how many elements are there in the Periodic Table?
20s left!
118
@mighty cosmos got the correct answer :tada: 75 points!
Let's move to the next question.
Remaining questions: 5
The Living Tribunal#0101: 75
The type of rock that is formed by the accumulation or deposition of mineral or organic particles at the Earth's surface, followed by cementation, is called...
20s left!
Sediment
10s left!
Coal
No one answered correctly!
Let's move to the next question.
Remaining questions: 4
The Living Tribunal#0101: 75
What type of image is formed by a convex mirror?
20s left!
Virtual image
@mighty cosmos got the correct answer :tada: 75 points!
Let's move to the next question.
Remaining questions: 3
The Living Tribunal#0101: 150
How does one describe a chemical reaction wherein heat is released?
20s left!
10s left!
Supa hot faya
No one answered correctly!
Let's move to the next question.
Remaining questions: 2
The Living Tribunal#0101: 150
Which law states that the global entropy in a closed system can only increase?
bruh
20s left!
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 1
The Living Tribunal#0101: 150
Is the Richter scale (common earthquake scale) linear or logarithmic?
20s left!
10s left!
.quiz stop
Quiz stopped.
.quiz help
- 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!
.quiz python
This game consists of 7 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: python
Name the only non-dunder method of the builtin slice object.
20s left!
.hint
10s left!
.quiz hint
Game is already running... do .quiz stop
No one answered correctly!
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
Which attribute is the documentation string of a function/method/class stored in (answer should be enclosed in backticks!)?
20s left!
10s left!
/string/
No one answered correctly!
Let's move to the next question.
Remaining questions: 5
No one has made it onto the leaderboard yet.
Which module when imported opens up a web browser tab that points to the classic 353 XKCD comic mentioning Python?
.quiz stop
Quiz stopped.
.quiz help
- 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!
.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.
.spookyavatar [member]
Spookify an user's avatar.
.fool
Check out this April Fools' video by google.
Once and for all, remove all the bad jokes from your phone with Files Go.
https://gc23t.app.goo.gl/badjoke
.fool
Check out this April Fools' video by google.
The Chrome team is excited to announce Google Translate support for Emoji built directly into Chrome for Android and iOS. You can now read all your favorite web content using efficient and emotive illustrations on your phone and tablet.
To view webpages in Emoji on your Android, iPhone, and iPad today, download the latest version of Chrome for ...
.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.
.spookyavatar [member]
Spookify an user's avatar.
.8bitify
.8bitify
.avatareasterify
.mosaic
.spookyavatar
.8bitify
.mosaic
oh great
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.
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.
Pipkin
.battleship
Game over! @mighty cosmos surrendered to @finite iris!
.battleship
@mighty cosmos Game cancelled.
.battleship
Game over! @raven lagoon surrendered to @mighty cosmos!
.help
Issues
.issue <numbers> [repository=sir-lancebot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.
LoveCalculator
.love <who> [whom]
Tells you how much the two love each other.
Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
Minesweeper
.minesweeper
Commands for Playing Minesweeper.
MonsterBio
.monsterbio
Sends your monster bio!
.earth_photos
.love @raven lagoon @slate matrix
NotEntropy#3833 ❤ joe#6000 scored 4%!
The chance of this relationship working out is really low. You can get it to work, but with high costs and no guarantee of working out. Do not sit back, spend as much time together as possible, talk a lot with each other to increase the chances of this relationship's survival.
.love @mighty cosmos @mighty cosmos
The Living Tribunal#0101 ❤ The Living Tribunal#0101 scored 81%!
Your relationship will most likely work out well. Don't hesitate on making contact with each other though, as your relationship might suffer from a lack of time spent together. Talking with each other and spending time together is key.
SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.
ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.
Snakes
.snakes
Commands from our first code jam.
Space
.space
Head command that contains commands about space.
Speedrun
.speedrun
Sends a link to a video of a random speedrun.
.uptime
I started up 15 hours ago.
.movie sci-fi 4
.movies [genre] [amount=5]
Can also use: movie
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
Subcommands:
genres
Show all currently available genres for .movies command.
.movie genre
Current available genres: Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Music, Mystery, Romance, Science, Thriller, Western
.movie crime5
.movies [genre] [amount=5]
Can also use: movie
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
Subcommands:
genres
Show all currently available genres for .movies command.
.movie Fantasy 5
Bon Bon Fire
Rating: 0.0/10 :star:
Release Date: 2016-04-23
Production Information
Made by:
Made in: Canada
Some Numbers
Budget: $?
Revenue: $?
Duration: 0 hour(s) 10 minute(s)
Sinclaire embarks on a killing spree to collect sin in the form of candy under the command of her dead mother from Hell.
.movie romance 15
Love Struck Café
Rating: 6.5/10 :star:
Release Date: 2017-10-14
Production Information
Made by: Hallmark Entertainment
Made in: Canada, United States of America
Some Numbers
Budget: $?
Revenue: $?
Duration: 1 hour(s) 24 minute(s)
Megan Quinn, an aspiring architect, faces multiple tasks – developing her hometown lake into a commercialized entertainment center, forcing Mrs. Frances Figgins, her childhood mentor, out of her family’s home, and helping out at her family café after her father breaks his leg, all while also dealing with the return of her childhood sweetheart, Joe, who broke her heart.
!voiceverify
.quiz science 30
This game consists of 30 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: science
Is the Richter scale (common earthquake scale) linear or logarithmic?
logarithmic
@prime mirage got the correct answer :tada: 100 points!
Remaining questions: 0
CookieTheCat#1756: 100
The round has ended.
Congratulations @prime mirage :tada: You have won this quiz game with a grand total of 100 points!
This game consists of 30 questions.
**Rules: **
- Only enclose your answer in backticks when the question tells you to.
- If the question specifies an answer format, follow it or else it won't be accepted.
- You have 30s per question. Points for each question reduces by 25 after 10s or after a hint.
- No cheating and have fun!
Category: science
In the biological taxonomic hierarchy, what is placed directly above species?
genus
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 29
CookieTheCat#1756: 100
How does one describe a chemical reaction wherein heat is released?
Aboo Minister#8971: 3750
TheRick#5496: 2075
hahastinkypoop#8591: 1175
Avangunite#6108: 1100
CookieTheCat#1756: 900
The Living Tribunal#0101: 225
Srijandev#1715: 150
vinam#1984: 100
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 28
CookieTheCat#1756: 100
TheRick#5496: 100
exothermic
What type of image is formed by a convex mirror?
Virtual
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 27
CookieTheCat#1756: 200
TheRick#5496: 100
About how many neurons are in the human brain?
(A. 1 billion, B. 10 billion, C. 100 billion, D. 300 billion)
c
@rugged pike got the correct answer :tada: 100 points!
C
Let's move to the next question.
Remaining questions: 26
CookieTheCat#1756: 200
TheRick#5496: 100
Aboo Minister#8971: 100
What is the process by which green plants and certain other organisms transform light energy into chemical energy?
photosyntheis
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 25
Photosynthesis
CookieTheCat#1756: 200
Aboo Minister#8971: 200
TheRick#5496: 100
Which law states that the global entropy in a closed system can only increase?
Second law
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 24
third
CookieTheCat#1756: 300
Aboo Minister#8971: 200
TheRick#5496: 100
What is the name of our galaxy group in which the Milky Way resides?
local group
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 23
CookieTheCat#1756: 300
Aboo Minister#8971: 300
TheRick#5496: 100
Local group
A ____________ reaction is the one wherein an atom or a set of atoms is/are replaced by another atom or a set of atoms
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 22
CookieTheCat#1756: 300
Aboo Minister#8971: 300
TheRick#5496: 200
Displacement
What range of frequency are the average human ears capable of hearing?
(A. 10Hz-10kHz, B. 20Hz-20kHz, C. 20Hz-2000Hz, D. 10kHz-20kHz)
b
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 21
CookieTheCat#1756: 400
Aboo Minister#8971: 300
TheRick#5496: 200
Which cell organelle is nicknamed "the powerhouse of the cell"?
mitchocondria
Mitochondria
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 20
CookieTheCat#1756: 400
TheRick#5496: 300
Aboo Minister#8971: 300
mitochonrdia
Which vascular tissue transports water and minerals from the roots to the rest of a plant?
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 19
xylem
CookieTheCat#1756: 400
TheRick#5496: 400
Aboo Minister#8971: 300
The three main components of a normal atom are: protons, neutrons, and...
electrons
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 18
CookieTheCat#1756: 400
TheRick#5496: 400
Aboo Minister#8971: 400
In particle physics, the hypothetical isolated elementary particle with only one magnetic pole is termed as...
Magnetic monopole
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 17
CookieTheCat#1756: 500
TheRick#5496: 400
Aboo Minister#8971: 400
What is the force that causes objects to float in fluids called?
buyoncy
boyancy
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 16
CookieTheCat#1756: 500
TheRick#5496: 500
Aboo Minister#8971: 400
Boyancy
How does one call the branch of physics that deals with the study of mechanical waves in gases, liquids, and solids including topics such as vibration, sound, ultrasound and infrasound
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 15
TheRick#5496: 600
CookieTheCat#1756: 500
Aboo Minister#8971: 400
Acustics
The type of rock that is formed by the accumulation or deposition of mineral or organic particles at the Earth's surface, followed by cementation, is called...
Sedimentary
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 14
CookieTheCat#1756: 600
TheRick#5496: 600
Aboo Minister#8971: 400
sedimentary
damn
What is the intermolecular force caused by temporary and induced dipoles?
Ldf
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 13
CookieTheCat#1756: 700
TheRick#5496: 600
Aboo Minister#8971: 400
Which law states that the current through a conductor between two points is directly proportional to the voltage across the two points?
ohms law
@languid python got the correct answer :tada: 100 points!
ohms law
Let's move to the next question.
Remaining questions: 12
Ohms law
CookieTheCat#1756: 700
TheRick#5496: 600
Aboo Minister#8971: 400
Srijandev#1715: 100
Is the Richter scale (common earthquake scale) linear or logarithmic?
smirk
linear
Logarithmic
@prime mirage got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 11
CookieTheCat#1756: 800
TheRick#5496: 600
Aboo Minister#8971: 400
Srijandev#1715: 100
logatherimc
Who discovered the theories of relativity?
enistein
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 10
CookieTheCat#1756: 800
TheRick#5496: 700
Aboo Minister#8971: 400
Srijandev#1715: 100
einstein
enstein
What is the 7th planet of our Solar System?
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 9
CookieTheCat#1756: 800
TheRick#5496: 800
Aboo Minister#8971: 400
Srijandev#1715: 100
Uranus
metre
no one know ist
20s left!
dance lol
10s left!

No one answered correctly!
Let's move to the next question.
Remaining questions: 8
idk
CookieTheCat#1756: 800
TheRick#5496: 800
Aboo Minister#8971: 400
Srijandev#1715: 100
How does one call the direct phase transition from gas to solid?
Deposition
@prime mirage got the correct answer :tada: 100 points!
condenstaiotn
Let's move to the next question.
Remaining questions: 7
CookieTheCat#1756: 900
TheRick#5496: 800
Aboo Minister#8971: 400
Srijandev#1715: 100
deposition
The Heisenberg's Uncertainty Principle states that the position and ________ of a quantum object can't be both exactly measured at the same time.
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 6
CookieTheCat#1756: 900
TheRick#5496: 800
Aboo Minister#8971: 500
Srijandev#1715: 100
Velocity
velocity
What is the process used to separate substances with different polarity in a mixture, using a stationary and mobile phase?
chromatography



