#sir-lancebot-playground
1 messages · Page 76 of 1
.snakes quiz
A: The python's stomach pressure is reduced, so prey is sucked in
B: An extra set of upper teeth 'walk' along the prey
C: The python holds its head up, so prey falls into its stomach
D: Prey is pushed against a barrier and is forced down the python's throat
Yep, that's exactly what it is. The correct answer was An extra set of upper teeth 'walk' along the prey.
.snakes quiz
A: To store sperm
B: To release pheromones
C: To grip females during mating
D: To fight off rival males
Uh-huh. Yep yep yep. The correct answer was To grip females during mating.
.snakes antidote
.snakes antidote
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.issue
Your input was invalid: number is a required argument that is missing.
Usage:
.issue <number> [repository=seasonalbot] [user=python-discord]
.issue 1
.issue 2
.issue 127 bot
.issue 34 site
.issue 57 seasonalbot
.issue 127 organization
[404] Issue/pull request not located! Please enter a valid number!
hah
.uwu Lol what is this
Wow what is dis
.uwu ```py
@commands.command(name="uwu", aliases=("uwuwize", "uwuify",))
async def uwu_command(self, ctx: Context, *, text: str) -> None:
"""
Converts a given text into it's uwu equivalent.
Also accepts a valid discord Message ID or link.
"""
conversion_func = functools.partial(
utils.replace_many, replacements=UWU_WORDS, ignore_case=True, match_case=True
)
text, embed = await Fun._get_text_and_embed(ctx, text)
# Convert embed if it exists
if embed is not None:
embed = Fun._convert_embed(conversion_func, embed)
converted_text = conversion_func(text)
# Don't put >>> if only embed present
if converted_text:
converted_text = f">>> {converted_text.lstrip('> ')}"
await ctx.send(content=converted_text, embed=embed)
@commands.command(name="uwu", awiases=("uwuwize", "uwuify",))
async def uwu_command(sewf, ctx: Context, *, text: stw) -> None:
"""
Convewts a given `text` into it's uwu equivawent.
Awso accepts a vawid discowd Message ID ow wink.
"""
convewsion_func = functoows.pawtiaw(
utiws.wepwace_many, wepwacements=UWU_WOWDS, ignowe_case=Twue, match_case=Twue
)
text, embed = await Fun._get_text_and_embed(ctx, text)
# Convewt embed if it exists
if embed is not None:
embed = Fun._convewt_embed(convewsion_func, embed)
convewted_text = convewsion_func(text)
# Don't put >>> if onwy embed pwesent
if convewted_text:
convewted_text = f">>> {convewted_text.wstwip('> ')}"
await ctx.send(content=convewted_text, embed=embed)
.movie
.[movies|movie] [genre] [amount=5]
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.
Commands:
genres Show all currently available genres for .movies command.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.movie animation
Blue Exorcist - Kyoto Saga: Snake and Poison
Rating: 6.0/10 :star:
Release Date: 2017-04-04
Production Information
Made by: A-1 Pictures
Made in: Japan
Some Numbers
Budget: $?
Revenue: $?
Duration: 0 hour(s) 24 minute(s)
Bundled with the 19th volume of the 'Blue Exorcist' manga. The story centers around Mamushi Hojo and Juzo Shima when they were students studying at the True Cross Academy.
.reddit programmerhumor
.8bitify
.uwu Whats this?
Whats dis?
.uwu Wow whats this
Wow whats dis
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.help antidote
No command called "antidote" found.
.help snakes antidote
.snakes antidote
Antidote! Can you create the antivenom before the patient dies?
Rules: You have 4 ingredients for each antidote, you only have 10 attempts
Once you synthesize the antidote, you will be presented with 4 markers
Tick: This means you have a CORRECT ingredient in the CORRECT position
Circle: This means you have a CORRECT ingredient in the WRONG position
Cross: This means you have a WRONG ingredient in the WRONG position
Info: The game automatically ends after 5 minutes inactivity.
You should only use each ingredient once.
This game was created by Lord Bisk and Runew0lf.
.snake antidote
.snake antidote
.snake antidote
.snake
.[snakes|snake]
Commands from our first code jam.
Commands:
about Show an embed with information about the event, its participants, ...
antidote Antidote! Can you create the antivenom before the patient dies?
card Create an interesting little card from a snake.
draw Draws a random snek using Perlin noise.
fact Gets a snake-related fact.
get Fetches information about a snake from Wikipedia.
guess Snake identifying game.
hatch Hatches your personal snake.
movie Gets a random snake-related movie from OMDB.
name Snakifies a username.
quiz Asks a snake-related question in the chat and validates the user's...
sal Play a game of Snakes and Ladders.
snakify How would I talk if I were a snake?
video Gets a YouTube video about snakes.
zen Gets a random quote from the Zen of Python, except as if spoken by...
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.snake antidote
.reddit programmerhumor
.snake zen
Errorss sshhhhhould never passss ssilently.
.reddit BrawlStars
1.sandy!😄
23
9
Kyoso114514
2.The Urge
407
16
JoyStabber
3.Throwback to the time Spike was 230$
129
19
Oblivions_Nebula
4.Day 4, 8–Bit Star Power Ideas 10/33 Brawlers
133
15
WarmMilkDude
5.When I’ll stop drawing Tara without mask? only whe
360
42
AnySketches
.help reddit
.reddit [subreddit=python] [sort=hot]
Fetch reddit posts by using this command.
Gets a post from r/python by default.
Usage:
--> .reddit [subreddit_name] [hot/top/new]
.reddit programmerhumor
By popular demand - making my comment into a meme
2137
27
memetheory1300013s
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.bm 684735961443467329
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.bm 528937022996611082
Your input was invalid: Message "528937022996611082" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
.bm 684759783727038521
.games
.[games|game] [amount=5] [genre]
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>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
refresh Refresh .games command genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.games adventure
.games rpg
Noel's Hope
If you are interested in magic, dark and dangerous dungeons with traps and enemies, unusual islands, bright weather conditions, mysteries, stories, sea voyages on your own ship, hiding deep secrets through the ocean, then this adventure is for you!
Release Date: ?
Rating: 0/100 :star: (based on ? ratings)
Platforms: ?
Status: Early
Age Ratings: ?
Made by: ?
.games adventure
Derrek Quest VII
You play for a Derrek. You are the worst enemy of Luana. You need to fly around on your ship all the worlds and planets. Capture and enslave them. Be wary of defensive systems, each planet is a separate world in which there are many pitfalls and danger. At any moment, you can run away to the siege ship, to replenish lives and cartridges.
Release Date: ?
Rating: 0/100 :star: (based on ? ratings)
Platforms: ?
Status: ?
Age Ratings: ?
Made by: ?
.games
.[games|game] [amount=5] [genre]
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>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.games hack
Invalid genre Hack.
.game slash
Invalid genre Slash.
.game hack and
Invalid genre Hack and. Maybe you meant Hack and slash?
.game g
Currently available genres: Simulator, Tactical, Quiz/trivia, Fighting, Strategy, Adventure, Role playing, Rpg, Shooter, Music, Indie, Turn based strategy, Tbs, Pinball, Puzzle, Real time strategy, Rts, Hack and slash, Visual novel, Platform, Racing, Sport, Arcade, Point-and-click
.game point
Invalid genre Point.
.game click
Invalid genre Click.
.game point and
Invalid genre Point and. Maybe you meant Point-and-click?
.game point and click
Invalid genre Point and click. Maybe you meant Point-and-click?
.game point-and-click
Machinarium Collector's Edition
Release Date: ?
Rating: 0/100 :star: (based on ? ratings)
Platforms: ?
Status: ?
Age Ratings: ?
Made by: ?
.game point-and-cli
Invalid genre Point-and-cli. Maybe you meant Point-and-click?
.game search python
Monty Python & the Quest for the Holy Grail
0/100 :star: (based on ? ratings)
Monty Python's Flying Circus: The Computer Game
0/100 :star: (based on ? ratings)
Funky Python
0/100 :star: (based on ? ratings)
.game search destiny 2
Destiny 2
79.08/100 :star: (based on 254 ratings)
EverQuest II: Destiny of Velious
0/100 :star: (based on ? ratings)
Fighter Destiny 2
0/100 :star: (based on ? ratings)
Destiny 2: Warmind
62.64/100 :star: (based on 12 ratings)
.game search control
Control: AWE
0/100 :star: (based on ? ratings)
Control
84.89/100 :star: (based on 115 ratings)
Flight Control
0/100 :star: (based on ? ratings)
Control: The Foundation
0/100 :star: (based on ? ratings)
DLCs are referenced 
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Games:
games Get random game(s) by genre from IGDB. Use .games genres comm...
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Games:
games Get random game(s) by genre from IGDB. Use .games genres comm...
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.8bitify
oof
.uptime
I started up 8 hours ago.
.8bitify
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
What does the acronym GPRS stand for?
POTATO
20s left!
10s left!
No one answered correctly!
Information
General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks.
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
What's the name of the largest river in the world?
20s left!
Nile
@olive rampart got the correct answer :tada: 75 points!
Information
The Nile, which is about 6,650 km (4,130 mi) long, is an "international" river as its drainage basin covers eleven countries, namely, Tanzania, Uganda, Rwanda, Burundi, the Democratic Republic of the Congo, Kenya, Ethiopia, Eritrea, South Sudan, Republic of the Sudan and Egypt.
Let's move to the next question.
Remaining questions:
DuckMasterAl#0001 : 75
When did the First World War start?
20s left!
10s left!
Better luck next time
Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.
Let's move to the next question.
Remaining questions:
1914
DuckMasterAl#0001 : 75
Which country is called "Battleground of Europe?"
20s left!
A country in Europe probably lol
10s left!
No one answered correctly!
Information
Belgium has been the "Battleground of Europe" since the Roman Empire as it had no natural protection from its larger neighbouring countries. The battles of Oudenaarde, Ramillies, Waterloo, Ypres and Bastogne were all fought on Belgian soil.
Let's move to the next question.
Remaining questions:
DuckMasterAl#0001 : 75
Name "the land of a thousand lakes"
20s left!
USA
peru
10s left!
rome
Better luck next time
Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."
Let's move to the next question.
Remaining questions:
DuckMasterAl#0001 : 75
The round has ended.
Congratulations @olive rampart :tada: You have won this quiz game with a grand total of 75 points!
Yay
oh that makes sense
I win
congrats
Thanks lol
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
In which country is Bali located in?
Thailand
20s left!
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
Name "the land of a thousand lakes"
20s left!
@real nexus got the correct answer :tada: 75 points!
Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
Which country is known as the "Land Of The Rising Sun"?
SouthKorea
20s left!
@real nexus got the correct answer :tada: 75 points!
Information
The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to "the suns origin".
Let's move to the next question.
Remaining questions:
Friend#5091 : 150
What's known as the "Playground of Europe"?
Britain
20s left!
Switzerland
@real nexus got the correct answer :tada: 75 points!
Information
It comes from the title of a book written in 1870 by Leslie Stephen (father of Virginia Woolf) detailing his exploits of mountain climbing (not skiing) of which sport he was one of the pioneers and trekking or walking.
Let's move to the next question.
Remaining questions:
Friend#5091 : 225
Which is the smallest planet in the Solar System?
20s left!
Pluto
10s left!
Better luck next time
Information
Mercury is the smallest planet in our solar system. It's just a little bigger than Earth's moon. It is the closest planet to the sun, but it's actually not the hottest. Venus is hotter.
Let's move to the next question.
Remaining questions:
Friend#5091 : 225
The round has ended.
Congratulations @real nexus :tada: You have won this quiz game with a grand total of 225 points!
There is a bug
.issue 1 seasonalbot
.bm 86072681770254340
Your input was invalid: Message "86072681770254340" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
.bm 686072681770254340
Your input was invalid: number is a required argument that is missing.
Usage:
.issue <number> [repository=seasonalbot] [user=python-discord]
Sorry, but you may only use this command within #bot-commands.
.8bitify
.issue
Your input was invalid: number is a required argument that is missing.
Usage:
.issue <number> [repository=seasonalbot] [user=python-discord]
.issue 1 pyfrost Den4200
mmm
.help bm
.[bookmark|bm|pin] <target_message> [title=Bookmark]
Send the author a link to `target_message` via DMs.
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Games:
games Get random game(s) by genre from IGDB. Use .games genres comm...
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.8bitify
Watch as speedrunner Kirua completes the classic Super Mario Bros. 3 in world record time without using any major glitches. Note: Hosting of this video was allowed by its original owner.
You can check out more of Kirua's speedruns here at https://www.twitch.tv/kirua.
Finish...
.uwu hello
hewwo
.recommendgame
The latest mainline Elder Scrolls game offered a fantastic role-playing experience with untethered freedom and a great story. Offering vast mod support, the game has endless customization and replay value.
.snakes
.[snakes|snake]
Commands from our first code jam.
Commands:
about Show an embed with information about the event, its participants, ...
antidote Antidote! Can you create the antivenom before the patient dies?
card Create an interesting little card from a snake.
draw Draws a random snek using Perlin noise.
fact Gets a snake-related fact.
get Fetches information about a snake from Wikipedia.
guess Snake identifying game.
hatch Hatches your personal snake.
movie Gets a random snake-related movie from OMDB.
name Snakifies a username.
quiz Asks a snake-related question in the chat and validates the user's...
sal Play a game of Snakes and Ladders.
snakify How would I talk if I were a snake?
video Gets a YouTube video about snakes.
zen Gets a random quote from the Zen of Python, except as if spoken by...
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.snakes about
The features in this cog were created by members of the community during our first ever code jam event.
The event saw over 50 participants, who competed to write a discord bot cog with a snake theme over 48 hours. The staff then selected the best features from all the best teams, and made modifications to ensure they would all work together before integrating them into the community bot.
It was a tight race, but in the end, @edgy aurora and @zinc heath walked away as grand champions. Make sure you check out !snakes sal, !snakes draw and !snakes hatch to see what they came up with.
@soft heart, @idle kayak, @young blaze, @placid ruin, @finite stump, @sharp cedar, @crimson river, @lucid elbow, @north drift, @fast carbon, @zinc hollow, @digital ingot, @edgy aurora, @zinc heath
Your input was invalid: number is a required argument that is missing.
Usage:
.issue <number> [repository=seasonalbot] [user=python-discord]
Snakes and Ladders: A new game is about to start!
ok
Snakes and Ladders: The game is starting!
Players: @olive rampart
Snakes and Ladders: A new round has started! Current board:
Current positions:
@olive rampart: Tile 10
Use 🎲 to roll the dice!
thats cool
Snakes and Ladders: The game has been surrendered!
.snakes about
The features in this cog were created by members of the community during our first ever code jam event.
The event saw over 50 participants, who competed to write a discord bot cog with a snake theme over 48 hours. The staff then selected the best features from all the best teams, and made modifications to ensure they would all work together before integrating them into the community bot.
It was a tight race, but in the end, @edgy aurora and @zinc heath walked away as grand champions. Make sure you check out !snakes sal, !snakes draw and !snakes hatch to see what they came up with.
@soft heart, @idle kayak, @young blaze, @placid ruin, @finite stump, @sharp cedar, @crimson river, @lucid elbow, @north drift, @fast carbon, @zinc hollow, @digital ingot, @edgy aurora, @zinc heath
.issue 398
[404] Issue/pull request not located! Please enter a valid number!
.issue 396
[404] Issue/pull request not located! Please enter a valid number!
.issue 374
.games
.[games|game] [amount=5] [genre]
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>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.games sandbox
Invalid genre Sandbox.
.games genre
Currently available genres: Simulator, Tactical, Quiz/trivia, Fighting, Strategy, Adventure, Role playing, Rpg, Shooter, Music, Indie, Turn based strategy, Tbs, Pinball, Puzzle, Real time strategy, Rts, Hack and slash, Visual novel, Platform, Racing, Sport, Arcade, Point-and-click
.game rpg
The Vanished Dragon
The Vanished Dragon is a Semi-Idle Game with varied kind of skills, treasures and heroes. At the same time, The Vanished Dragon satisfied both leisure and tactical.
Release Date: ?
Rating: 0/100 :star: (based on ? ratings)
Platforms: ?
Status: Early
Age Ratings: ?
Made by: ?
.issue 5 pyfrost Den4200
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Games:
games Get random game(s) by genre from IGDB. Use .games genres comm...
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.uwu hello
hewwo
.uwu Friend
Fwiend
.uwu gotcha
gotcha
nice
.bm 687051544826478631
Your input was invalid: Message "687051544826478631" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
oops wrong one
don't kill @wicked parrot 😦
i made quite a few of his commands i don't wanna kill it 😦
.help
Bookmark:
bookmark Send the author a link to `target_message` via DMs.
EightBitify:
8bitify Pixelates your avatar and changes the palette to an 8bit one.
Fun:
randomcase Randomly converts the casing of a given `text`.
roll Outputs a number of random dice emotes (up to 6).
uwu Converts a given `text` into it's uwu equivalent.
Games:
games Get random game(s) by genre from IGDB. Use .games genres comm...
Issues:
issue Command to retrieve issues from a GitHub repository.
Magic8ball:
8ball Return a Magic 8ball answer from answers list.
Minesweeper:
minesweeper Commands for Playing Minesweeper.
Movie:
movies Get random movies by specifying genre. Also support amount pa...
RecommendGame:
recommendgame Sends an Embed of a random game recommendation.
Reddit:
reddit Fetch reddit posts by using this command.
Snakes:
snakes Commands from our first code jam.
Speedrun:
speedrun Sends a link to a video of a random speedrun.
TriviaQuiz:
quiz Start a quiz!
Uptime:
uptime Responds with the uptime of the bot.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.uptime
I started up a week ago.
.uwu lmfao
wmfao
.help
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
What country is the world's largest coral reef system, the "Great Barrier Reef", located in?
@main scarab got the correct answer :tada: 100 points!
Information
The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia.
Let's move to the next question.
Remaining questions:
N-#1820 : 100
Which city is in two continents?
20s left!
10s left!
Better luck next time
Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.
Let's move to the next question.
Remaining questions:
N-#1820 : 100
Diamonds are always nice in Minecraft, but can you name the "Diamond Capital in the World"?
20s left!
10s left!
Better luck next time
Information
Antwerp, Belgium is where 60-80% of the world's diamonds are cut and traded, and is known as the "Diamond Capital of the World."
Let's move to the next question.
Remaining questions:
N-#1820 : 100
Which country is known as the "Land Of The Rising Sun"?
@main scarab got the correct answer :tada: 100 points!
Information
The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to "the suns origin".
Let's move to the next question.
Remaining questions:
N-#1820 : 200
Which country is the largest producer of coffee?
20s left!
10s left!
Better luck next time
Information
Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years.
Let's move to the next question.
Remaining questions:
N-#1820 : 200
The round has ended.
Congratulations @main scarab :tada: You have won this quiz game with a grand total of 200 points!
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Diamonds are always nice in Minecraft, but can you name the "Diamond Capital in the World"?
20s left!
10s left!
No one answered correctly!
Information
Antwerp, Belgium is where 60-80% of the world's diamonds are cut and traded, and is known as the "Diamond Capital of the World."
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
Which is the largest tropical rain forest in the world?
20s left!
10s left!
@main scarab got the correct answer :tada: 50 points!
Information
The Amazon is regarded as vital in the fight against global warming due to its ability to absorb carbon from the air. It's often referred to as the "lungs of the Earth," as more than 20 per cent of the world's oxygen is produced there.
Let's move to the next question.
Remaining questions:
N-#1820 : 50
Which country is the largest producer of tea in the world?
@main scarab got the correct answer :tada: 100 points!
Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.
Let's move to the next question.
Remaining questions:
N-#1820 : 150
What is the smallest country?
20s left!
10s left!
Better luck next time
Information
With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population.
Let's move to the next question.
Remaining questions:
N-#1820 : 150
What's the name of the tallest waterfall in the world.
20s left!
10s left!
Better luck next time
Information
Angel Falls (Salto Ángel) in Venezuela is the highest waterfall in the world. The falls are 3230 feet in height, with an uninterrupted drop of 2647 feet. Angel Falls is located on a tributary of the Rio Caroni.
Let's move to the next question.
Remaining questions:
N-#1820 : 150
The round has ended.
Congratulations @main scarab :tada: You have won this quiz game with a grand total of 150 points!
.help bm
.bookmark <target_message> [title=Bookmark]
Can also use: bm, pin
Send the author a link to target_message via DMs.
.bm 688356542369628205
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which country is known as the "Land Of The Rising Sun"?
Japan
@real nexus got the correct answer :tada: 100 points!
Information
The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to "the suns origin".
Let's move to the next question.
Remaining questions:
Friend#5091 : 100
What is the largest ocean in the world?
Pacific
@real nexus got the correct answer :tada: 100 points!
Information
The Pacific Ocean is the largest and deepest of the world ocean basins. Covering approximately 63 million square miles and containing more than half of the free water on Earth, the Pacific is by far the largest of the world's ocean basins.
Let's move to the next question.
Remaining questions:
Friend#5091 : 200
Where is the "International Court Of Justice" located at?
20s left!
France
10s left!
United States Of America
No one answered correctly!
Let's move to the next question.
Remaining questions:
Friend#5091 : 200
What does the acronym GPRS stand for?
20s left!
10s left!
No one answered correctly!
Information
General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks.
Let's move to the next question.
Remaining questions:
Friend#5091 : 200
Which city is in two continents?
Turkey
20s left!
Istanbul
@real nexus got the correct answer :tada: 75 points!
Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.
Let's move to the next question.
Remaining questions:
Friend#5091 : 275
The round has ended.
Congratulations @real nexus :tada: You have won this quiz game with a grand total of 275 points!
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which country is the largest producer of tea in the world?
italy
20s left!
Australia
10s left!
No one answered correctly!
Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
Who lived at 221B, Baker Street, London?
20s left!
Rich person
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
What is the largest ocean in the world?
pacific
@civic dragon got the correct answer :tada: 100 points!
Information
The Pacific Ocean is the largest and deepest of the world ocean basins. Covering approximately 63 million square miles and containing more than half of the free water on Earth, the Pacific is by far the largest of the world's ocean basins.
Let's move to the next question.
Remaining questions:
Rr#0408 : 100
Which country is called "Battleground of Europe?"
20s left!
Italy
10s left!
Better luck next time
Information
Belgium has been the "Battleground of Europe" since the Roman Empire as it had no natural protection from its larger neighbouring countries. The battles of Oudenaarde, Ramillies, Waterloo, Ypres and Bastogne were all fought on Belgian soil.
Let's move to the next question.
Remaining questions:
Rr#0408 : 100
What is the smallest country?
Australi
20s left!
10s left!
Italy
Better luck next time
Information
With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population.
Let's move to the next question.
Remaining questions:
Rr#0408 : 100
The round has ended.
Congratulations @civic dragon :tada: You have won this quiz game with a grand total of 100 points!
Yay.
.help
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
.games
.[games|game] [amount=5] [genre]
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>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.games genres
Currently available genres: Simulator, Tactical, Quiz/trivia, Fighting, Strategy, Adventure, Role playing, Rpg, Shooter, Music, Indie, Turn based strategy, Tbs, Pinball, Puzzle, Real time strategy, Rts, Hack and slash, Visual novel, Platform, Racing, Sport, Arcade, Point-and-click
.games quiz
Invalid genre Quiz.
.games trivia
Invalid genre Trivia.
Invalid genre Trivia.
.trivia
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Diamonds are always nice in Minecraft, but can you name the "Diamond Capital in the World"?
20s left!
uh
10s left!
idk
Better luck next time
Information
Antwerp, Belgium is where 60-80% of the world's diamonds are cut and traded, and is known as the "Diamond Capital of the World."
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
When did the Second World War end?
20s left!
10s left!
1945
@teal pecan got the correct answer :tada: 50 points!
Information
World War 2 ended with the unconditional surrender of the Axis powers. On 8 May 1945, the Allies accepted Germany's surrender, about a week after Adolf Hitler had committed suicide. VE Day – Victory in Europe celebrates the end of the Second World War on 8 May 1945.
Let's move to the next question.
Remaining questions:
f1re#3996 : 50
Name "the land of a thousand lakes"
@teal pecan got the correct answer :tada: 100 points!
Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."
Let's move to the next question.
Remaining questions:
f1re#3996 : 150
What is the smallest country?
rwanda
20s left!
uhh
10s left!
¯_(ツ)_/¯
Better luck next time
Information
With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population.
Let's move to the next question.
Remaining questions:
f1re#3996 : 150
Who gifted the Statue Of Liberty?
france
@teal pecan got the correct answer :tada: 100 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:
f1re#3996 : 250
The round has ended.
Congratulations @teal pecan :tada: You have won this quiz game with a grand total of 250 points!
.help
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
.uwu why does this exist
why does dis exist
.uwu why is this a command?
why is dis a command?
.uwu There was monkeys jumping on the bed, the mama called the doctor and said no more monkeys jumping on the bed, now there was six monkeys jumping on the bed.
Dewe was monkeys jumping on de bed, de mama cawwed de doctow and said no mowe monkeys jumping on de bed, now dewe was six monkeys jumping on de bed.
It is just a couple of replace iirc
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms start
@olive rampart is playing Minesweeper
Here's there 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::grey_question::bomb::grey_question::grey_question::grey_question:
:two: :bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb::grey_question::grey_question:
:three: :grey_question::grey_question::grey_question::grey_question::grey_question::bomb::bomb::grey_question::grey_question::grey_question:
:four: :bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::bomb:
:five: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::bomb::grey_question:
:six: :grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:seven: :bomb::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:eight: :grey_question::bomb::bomb::grey_question::grey_question::grey_question::grey_question::bomb::bomb::grey_question:
:nine: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::x:
:keycap_ten: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question:
:fire: @olive rampart just lost Minesweeper! :fire:
I started up 3 days ago.
.ms start
@fierce charm is playing Minesweeper
Here's there 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: :stop_button::one::x::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:two: :stop_button::one::one::one::one::one::grey_question::grey_question::grey_question::grey_question:
:three: :stop_button::stop_button::stop_button::stop_button::stop_button::one::grey_question::grey_question::grey_question::grey_question:
:four: :one::one::two::one::one::one::bomb::bomb::bomb::grey_question:
:five: :grey_question::bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:six: :bomb::grey_question::grey_question::grey_question::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::bomb:
:eight: :grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::bomb:
:nine: :grey_question::grey_question::bomb::grey_question::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:
That was freakin' bad luck
.ms
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms start
@mild delta is playing Minesweeper
Here's there 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::bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:two: :grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:three: :grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question:
:four: :grey_question::grey_question::bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:
:five: :grey_question::grey_question::grey_question::grey_question::x::bomb::grey_question::grey_question::grey_question::grey_question:
:six: :grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:seven: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:eight: :grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question:
:nine: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question:
:keycap_ten: :bomb::grey_question::bomb::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:fire: @mild delta just lost Minesweeper! :fire:
.ms start
@mild delta is playing Minesweeper
Here's there 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::two::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::one::grey_question:
:two: :bomb::three::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::one::bomb:
:three: :bomb::two::stop_button::stop_button::stop_button::stop_button::one::one::three::grey_question:
:four: :grey_question::one::one::one::two::one::two::bomb::grey_question::bomb:
:five: :grey_question::grey_question::grey_question::bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:six: :grey_question::grey_question::x::grey_question::bomb::grey_question::bomb::grey_question::grey_question::bomb:
:seven: :bomb::grey_question::grey_question::flag_black::grey_question::grey_question::grey_question::grey_question::bomb::two:
:eight: :grey_question::bomb::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:nine: :one::one::two::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::bomb:
:keycap_ten: :stop_button::stop_button::one::bomb::grey_question::grey_question::bomb::grey_question::bomb::bomb:
:fire: @mild delta just lost Minesweeper! :fire:
:fire: @fierce charm just lost Minesweeper! :fire:
.help 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.
Your input was invalid: Converting to "float" failed for parameter "bomb_chance".
Usage:
.minesweeper start [bomb_chance=0.2]
.minesweeper start 0
@worn horizon is playing Minesweeper
Here's there 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: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:two: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:three: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:four: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:five: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:six: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:seven: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:eight: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:nine: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:keycap_ten: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:tada: @worn horizon just won Minesweeper! :tada:
nice
.ms start 1
@austere canyon is playing Minesweeper
Here's there 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::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:two: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:three: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:four: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:five: :bomb::bomb::bomb::x::bomb::bomb::bomb::bomb::bomb::bomb:
:six: :bomb::bomb::bomb::bomb::bomb::bomb::grey_question::bomb::bomb::bomb:
:seven: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:eight: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:nine: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:keycap_ten: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:fire: @austere canyon just lost Minesweeper! :fire:
.ms start 1.2
@austere canyon is playing Minesweeper
Here's there 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::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:two: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:three: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:four: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::x::bomb::bomb:
:five: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:six: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:seven: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:eight: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:nine: :bomb::bomb::grey_question::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:keycap_ten: :bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb::bomb:
:fire: @austere canyon just lost Minesweeper! :fire:
.ms start -1
@austere canyon is playing Minesweeper
Here's there 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: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:two: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:three: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:four: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:five: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:six: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:seven: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:eight: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:nine: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:keycap_ten: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:tada: @austere canyon just won Minesweeper! :tada:
.ms start 0.2
@main scarab is playing Minesweeper
Here's there 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::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:two: :grey_question::x::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb:
:three: :grey_question::one::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::grey_question::grey_question::bomb::grey_question::bomb:
:five: :grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:six: :grey_question::bomb::grey_question::grey_question::bomb::grey_question::bomb::grey_question::grey_question::grey_question:
:seven: :bomb::grey_question::bomb::bomb::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:
:eight: :grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb:
:nine: :bomb::grey_question::grey_question::bomb::grey_question::bomb::bomb::grey_question::grey_question::grey_question:
:keycap_ten: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::bomb::grey_question:
.ms reveal B3
You are not authorized to use this command.
.help reveal
.ms start 0.2
@main scarab is playing Minesweeper
Here's there 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::grey_question::grey_question::grey_question::grey_question::bomb:
:two: :grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb:
:three: :grey_question::two::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:four: :grey_question::grey_question::two::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question:
:five: :grey_question::grey_question::bomb::grey_question::x::grey_question::bomb::bomb::bomb::grey_question:
:six: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:seven: :grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:eight: :grey_question::bomb::grey_question::grey_question::grey_question::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: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:fire: @main scarab just lost Minesweeper! :fire:
.ms start 0.001
@main scarab is playing Minesweeper
Here's there 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: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:two: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:three: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:four: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:five: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:six: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:seven: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:eight: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:nine: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:keycap_ten: :stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button::stop_button:
:tada: @main scarab just won Minesweeper! :tada:
.bm 689603189607104570
.ms start
@slender dune is playing Minesweeper
Here's there 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::bomb::grey_question::bomb::grey_question::grey_question::bomb:
:two: :bomb::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:three: :grey_question::grey_question::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::bomb::grey_question::grey_question::grey_question::bomb::grey_question:
:five: :bomb::grey_question::grey_question::one::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:six: :bomb::bomb::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:seven: :grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb:
:eight: :grey_question::grey_question::x::grey_question::grey_question::two::grey_question::grey_question::grey_question::grey_question:
:nine: :grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb:
:keycap_ten: :grey_question::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb:
.ms reveal d5
You are not authorized to use this command.
:fire: @slender dune just lost Minesweeper! :fire:
.ms start
@slender dune is playing Minesweeper
Here's there 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::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:two: :grey_question::grey_question::two::grey_question::grey_question::bomb::grey_question::grey_question::bomb::bomb:
:three: :grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:
:four: :bomb::grey_question::grey_question::bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:five: :grey_question::bomb::grey_question::bomb::four::grey_question::grey_question::bomb::grey_question::grey_question:
:six: :grey_question::grey_question::bomb::three::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:seven: :bomb::grey_question::bomb::three::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:eight: :bomb::grey_question::x::four::grey_question::grey_question::one::grey_question::grey_question::grey_question:
:nine: :grey_question::bomb::grey_question::bomb::bomb::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::bomb::grey_question:
:fire: @slender dune just lost Minesweeper! :fire:
.help
RecommendGame
.recommendgame
Sends an Embed of a random game recommendation.
Reddit
.reddit [subreddit=python] [sort=hot]
Fetch reddit posts by using this command.
Snakes
.snakes
Commands from our first code jam.
Speedrun
.speedrun
Sends a link to a video of a random speedrun.
TriviaQuiz
.quiz [category]
Start a quiz!
.uptime
I started up 4 days ago.
.snakes
.[snakes|snake]
Commands from our first code jam.
Commands:
about Show an embed with information about the event, its participants, ...
antidote Antidote! Can you create the antivenom before the patient dies?
card Create an interesting little card from a snake.
draw Draws a random snek using Perlin noise.
fact Gets a snake-related fact.
get Fetches information about a snake from Wikipedia.
guess Snake identifying game.
hatch Hatches your personal snake.
movie Gets a random snake-related movie from OMDB.
name Snakifies a username.
quiz Asks a snake-related question in the chat and validates the user's...
sal Play a game of Snakes and Ladders.
snakify How would I talk if I were a snake?
video Gets a YouTube video about snakes.
zen Gets a random quote from the Zen of Python, except as if spoken by...
Type .help command for more info on a command.
You can also type .help category for more info on a category.
nice
.ms
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms start
@tender pond is playing Minesweeper
Here's there 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: :stop_button::stop_button::stop_button::one::bomb::grey_question::grey_question::grey_question::bomb::grey_question:
:two: :one::one::one::one::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:three: :grey_question::bomb::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb:
:four: :grey_question::grey_question::grey_question::bomb::bomb::grey_question::bomb::grey_question::grey_question::grey_question:
:five: :grey_question::grey_question::grey_question::bomb::bomb::grey_question::grey_question::bomb::grey_question::grey_question:
:six: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb:
:seven: :grey_question::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::x::grey_question::grey_question:
:nine: :grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb::grey_question:
:keycap_ten: :grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::one:
.ms a1
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.help 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
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms 1a
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms reveal A2
You are not authorized to use this command.
Type .ms start and play in the DM
:fire: @tender pond just lost Minesweeper! :fire:
.ms start
@mild delta is playing Minesweeper
Here's there 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::grey_question::grey_question::grey_question::bomb::x:
: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::bomb::grey_question::bomb::grey_question::grey_question::bomb::grey_question::bomb:
:four: :bomb::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::bomb::grey_question::grey_question:
:five: :bomb::grey_question::one::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb:
:six: :grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::bomb:
:seven: :grey_question::grey_question::bomb::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:eight: :grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:nine: :grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::bomb:
:keycap_ten: :grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question:
:fire: @mild delta just lost Minesweeper! :fire:
.ms start
@tender pond is playing Minesweeper
Here's there 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::grey_question::grey_question::grey_question:
:two: :grey_question::grey_question::bomb::bomb::bomb::bomb::grey_question::grey_question::bomb::grey_question:
:three: :grey_question::bomb::grey_question::grey_question::bomb::grey_question::bomb::grey_question::grey_question::grey_question:
:four: :bomb::grey_question::bomb::bomb::grey_question::grey_question::grey_question::grey_question::bomb::grey_question:
:five: :grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:
:six: :grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::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::bomb::bomb::grey_question::bomb::grey_question::grey_question:
:nine: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::bomb:
:keycap_ten: :grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:fire: @tender pond just lost Minesweeper! :fire:
.ms start
@tender pond is playing Minesweeper
Here's there 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: :stop_button::one::flag_black::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:
:two: :one::two::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question:
:three: :flag_black::bomb::grey_question::two::bomb::grey_question::two::flag_black::one::bomb:
:four: :bomb::bomb::grey_question::grey_question::grey_question::bomb::flag_black::stop_button::one::one:
:five: :two::three::grey_question::two::grey_question::grey_question::two::one::stop_button::stop_button:
:six: :stop_button::one::bomb::bomb::grey_question::grey_question::bomb::two::one::one:
:seven: :stop_button::two::grey_question::grey_question::one::grey_question::one::grey_question::bomb::flag_black:
:eight: :stop_button::one::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::bomb::two:
:nine: :stop_button::one::three::bomb::x::grey_question::grey_question::two::grey_question::grey_question:
:keycap_ten: :stop_button::stop_button::two::bomb::grey_question::bomb::grey_question::bomb::grey_question::grey_question:
:fire: @tender pond just lost Minesweeper! :fire:
.uptime
I started up 2 hours ago.
.uptime
I started up 6 hours ago.
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
In which country is Bali located in?
inndonnesia
@random delta got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions:
poke#0001 : 100
Diamonds are always nice in Minecraft, but can you name the "Diamond Capital in the World"?
antwerp
@random delta got the correct answer :tada: 100 points!
Information
Antwerp, Belgium is where 60-80% of the world's diamonds are cut and traded, and is known as the "Diamond Capital of the World."
Let's move to the next question.
Remaining questions:
poke#0001 : 200
When did the Second World War end?
@random delta got the correct answer :tada: 100 points!
Information
World War 2 ended with the unconditional surrender of the Axis powers. On 8 May 1945, the Allies accepted Germany's surrender, about a week after Adolf Hitler had committed suicide. VE Day – Victory in Europe celebrates the end of the Second World War on 8 May 1945.
Let's move to the next question.
Remaining questions:
poke#0001 : 300
When did the First World War start?
20s left!
10s left!
Better luck next time
Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.
Let's move to the next question.
Remaining questions:
poke#0001 : 300
Which country is the largest producer of coffee?
brazil
@random delta got the correct answer :tada: 100 points!
Information
Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years.
Let's move to the next question.
Remaining questions:
poke#0001 : 400
The round has ended.
Congratulations @random delta :tada: You have won this quiz game with a grand total of 400 points!
lol that world war question was embarrassing
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which country is known as the "Land Of The Rising Sun"?
jAPAN
@main scarab got the correct answer :tada: 100 points!
Information
The title stems from the Japanese names for Japan, Nippon/Nihon, both literally translating to "the suns origin".
Let's move to the next question.
Remaining questions:
AG#7863 : 100
When did the First World War start?
1914
@main scarab got the correct answer :tada: 100 points!
Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.
Let's move to the next question.
Remaining questions:
AG#7863 : 200
What's the name of the largest bird?
eagle
20s left!
Quiz stopped.
Congratulations @main scarab :tada: You have won this quiz game with a grand total of 200 points!
.help
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
.8bitify
.randomcase i like potatos
I LIkE pOtatoS
.8bitify
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Who lived at 221B, Baker Street, London?
20s left!
St. Peter
Dr strange
10s left!
Queen Victoria
Better luck next time
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
Which city is in two continents?
oh yeah lol
Turkey
20s left!
Istanbul
@real nexus got the correct answer :tada: 75 points!
Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
In which country is Bali located in?
Italy
20s left!
Brazil
Italy
10s left!
Malaysia
China
No one answered correctly!
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
New guinea
Name "the land of a thousand lakes"
the land of a thousand lakes
20s left!
Michigan
10s left!
Finland
@inland orchid got the correct answer :tada: 50 points!
Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
Altair Aguilar#0001 : 50
Bangladesh
I cheated
What is the smallest country?
Vatican
20s left!
Vetican
New Guinea
10s left!
Orangutan
Better luck next time
Information
With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population.
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
Altair Aguilar#0001 : 50
The round has ended.
Congratulations @real nexus :tada: You have won this quiz game with a grand total of 75 points!
You get 175pts, dw
Thank you @wicked parrot
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
What is the name of the largest dam in the world?
20s left!
Hubei dam
10s left!
Better luck next time
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:
dam it
No one has made it onto the leaderboard yet.
Who lived at 221B, Baker Street, London?
Sherlock Holmes
@inland orchid got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions:
Altair Aguilar#0001 : 100
What's the name of the tallest waterfall in the world.
Amazon fall
Amazon Falls
Better luck next time
Information
Angel Falls (Salto Ángel) in Venezuela is the highest waterfall in the world. The falls are 3230 feet in height, with an uninterrupted drop of 2647 feet. Angel Falls is located on a tributary of the Rio Caroni.
Let's move to the next question.
Remaining questions:
Altair Aguilar#0001 : 100
In which country is Bali located in?
Indonesia
@inland orchid got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions:
Altair Aguilar#0001 : 200
woo
Which country is Mount Etna, one of the most active volcanoes in the world, located?
20s left!
Australia
New Zealand
10s left!
Better luck next time
Information
Mount Etna is the highest volcano in Europe. Towering above the city of Catania on the island of Sicily, it has been growing for about 500,000 years and is in the midst of a series of eruptions that began in 2001.
Let's move to the next question.
Remaining questions:
Altair Aguilar#0001 : 200
The round has ended.
Congratulations @inland orchid :tada: You have won this quiz game with a grand total of 200 points!
:)
😃
.bm 690645659077967922
.uptime
I started up a day ago.
.battleship
@worn horizon Game cancelled.
.battleship
@elder phoenix Seems like there's no one here to play...
.help
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
When did the First World War start?
1914
@shadow girder got the correct answer :tada: 100 points!
Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.
Let's move to the next question.
Remaining questions:
isidentical#1849 : 100
Who lived at 221B, Baker Street, London?
20s left!
Mr. Paddington
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions:
isidentical#1849 : 100
What does the acronym GPRS stand for?
20s left!
10s left!
Global Systsm
No one answered correctly!
Information
General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks.
Let's move to the next question.
Remaining questions:
isidentical#1849 : 100
Who gifted the Statue Of Liberty?
20s left!
France
@shadow girder 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:
isidentical#1849 : 175
Which country is known as the "Land of Thunderbolt"?
Greece
20s left!
Egypt
10s left!
England
No one answered correctly!
Information
Bhutan is known as the "Land of Thunder Dragon" or "Land of Thunderbolt" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon.
Let's move to the next question.
Remaining questions:
isidentical#1849 : 175
The round has ended.
Congratulations @shadow girder :tada: You have won this quiz game with a grand total of 175 points!
tesT
.help
Battleship
.battleship
Play a game of Battleship with someone else!
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
What country is the world's largest coral reef system, the "Great Barrier Reef", located in?
Greece
Australia
@stable osprey got the correct answer :tada: 50 points!
Information
The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia.
Let's move to the next question.
Remaining questions:
ZeroG#7148 : 50
Which is the largest island in the world?
Britain
20s left!
10s left!
Greenland
@stable osprey got the correct answer :tada: 50 points!
Information
Commonly thought to be Australia, but as it's actually a continental landmass, it doesn't get to make it in the list.
Let's move to the next question.
Remaining questions:
ZeroG#7148 : 100
What does the acronym GPRS stand for?
20s left!
10s left!
No one answered correctly!
Information
General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks.
Let's move to the next question.
Remaining questions:
ZeroG#7148 : 100
Which is the largest hot desert in the world?
20s left!
It
10s left!
Sahara
@stable osprey got the correct answer :tada: 50 points!
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:
ZeroG#7148 : 150
What's the name of the largest bird?
20s left!
@stable osprey got the correct answer :tada: 75 points!
Information
The largest living bird, a member of the Struthioniformes, is the ostrich (Struthio camelus), from the plains of Africa and Arabia. A large male ostrich can reach a height of 2.8 metres (9.2 feet) and weigh over 156 kilograms (344 pounds).
Let's move to the next question.
Remaining questions:
ZeroG#7148 : 225
The round has ended.
Congratulations @stable osprey :tada: You have won this quiz game with a grand total of 225 points!
.snakes antidote
.games
.[games|game] [amount=5] [genre]
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>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.games 1 action
Invalid genre Action.
.games 1 rpg
N0-EXIT
The game tells the story of a miner who was trapped in an iron mine after a strong earthquake , now he fights contro many monsters to survive and find a way out .
Release Date: 2017-02-22
Rating: 0/100 :star: (based on ? ratings)
Platforms: PC (Microsoft Windows)
Status: Early
Age Ratings: ?
Made by: NedoStudio
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Who lived at 221B, Baker Street, London?
20s left!
Franklin
10s left!
Better luck next time
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
Which country is the largest producer of coffee?
Indonesia
20s left!
India
Brazil
@real nexus got the correct answer :tada: 75 points!
Information
Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years.
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
The Valley Of The Kings is located in which country?
India
Imma out
20s left!
Indonesia
India
10s left!
No one answered correctly!
Information
The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom (the Eighteenth to the Twentieth Dynasties of Ancient Egypt).
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
Which country is the largest producer of tea in the world?
India
20s left!
One day it will be india
Srilanka
10s left!
China
@elder phoenix got the correct answer :tada: 50 points!
Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.
Let's move to the next question.
Remaining questions:
Friend#5091 : 75
Akarys#2780 : 50
What is the smallest country?
@elder phoenix got the correct answer :tada: 100 points!
Information
With an area of 0.17 square miles (0.44 km2) and a population right around 1,000, Vatican City is the smallest country in the world, both in terms of size and population.
Let's move to the next question.
Remaining questions:
Akarys#2780 : 150
Friend#5091 : 75
The round has ended.
Congratulations @elder phoenix :tada: You have won this quiz game with a grand total of 150 points!
Vatican City