#sir-lancebot-playground
1 messages · Page 133 of 1
this is something else
yah
.snakes sal @bitter salmon
Snakes and Ladders: A new game is about to start!
Press 🙋 to participate, and press ☑ to start the game
Snakes and Ladders: The game is starting!
Players: @royal timber, @bitter salmon
hehe
oof
hsha
ufff
haha
h😂
Snakes and Ladders: A new round has started! Current board:
Current positions:
@royal timber: Tile 75
@bitter salmon: Tile 39
Use 🎲 to roll the dice!
@bitter salmon rolled a 4!
@royal timber rolled a 3!
@royal timber climbs a ladder to 98
OH!
!
wtffff
where is the board?? againn
.snakes sal
broken?
wait
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.snakes sal @bitter salmon
Snakes and Ladders: A new game is about to start!
It is working
Snakes and Ladders: The game is starting!
Players: @royal timber, @languid python
shoot
shoot
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
lol, what is this ?
snakes and ladders
?
you at 1
🤣
lol I am close
lol
10 more to go
HAH!
lol
lol
Snakes and Ladders: A new round has started! Current board:
lol
Current positions:
@royal timber: Tile 98
@languid python: Tile 86
Use 🎲 to roll the dice!
@languid python rolled a 4!
@royal timber rolled a 3!
Snakes and Ladders: @royal timber has won the game! :tada:
User declined
It's time for the game! Let's begin.
🇽 🇴 🇴
🇽 🇽 🇽
🇴 🇽 🇴
:tada: @royal timber won this game! :tada:
.ttt
.ttt
It's time for the game! Let's begin.
🇽 2️⃣ 🇴
🇽 🇴 🇽
🇴 🇽 🇴
:tada: AI won this game! :tada:
.ttt
It's time for the game! Let's begin.
🇽 🇴 🇴
4️⃣ 🇽 6️⃣
🇴 🇽 🇽
:tada: @royal timber won this game! :tada:
.ttt
.ttt
It's time for the game! Let's begin.
🇽 🇴 🇴
4️⃣ 🇽 6️⃣
🇴 🇽 🇽
:tada: @royal timber won this game! :tada:
.ttt
It's time for the game! Let's begin.
🇽 2️⃣ 🇴
🇽 🇴 🇽
🇴 🇽 🇴
:tada: AI won this game! :tada:
It's time for the game! Let's begin.
1️⃣ 🇴 3️⃣
🇽 🇽 🇽
🇴 🇽 🇴
:tada: @fleet palm won this game! :tada:
It's time for the game! Let's begin.
🇽 2️⃣ 3️⃣
🇽 🇽 6️⃣
🇴 🇴 🇴
:tada: AI won this game! :tada:
It's time for the game! Let's begin.
1️⃣ 🇽 🇴
🇽 🇽 🇴
🇽 🇴 🇴
:tada: AI won this game! :tada:
It's time for the game! Let's begin.
🇽 🇴 🇴
🇴 🇽 🇽
🇽 🇽 🇴
It's a DRAW!
.ttt
It's time for the game! Let's begin.
1️⃣ 2️⃣ 3️⃣
4️⃣ 🇽 6️⃣
7️⃣ 8️⃣ 🇴
@deep goblet ran out of time. Canceling game.
.ttt
.ttt
.ttt
.halloweenify
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.help unhalloweenify
Did you mean:
halloweenify Halloweenify
.help
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.
DragNames
.dragname
Sends a message with a drag queen name.
EasterFacts
.eggfact
Get easter egg facts.
rename channel to #siw-wancebot-pwaygwound
Result Of cht.sh
# Python: significance of -u option?
#
# From python --help:
#
# > -u : unbuffered binary stdout and stderr; also
# PYTHONUNBUFFERED=x
see man page for details on internal buffering relating to '-u'
# The manpage states:
#
# > -u Force stdin, stdout and stderr to be totally
# unbuffered. On systems where it matters, also put stdin,
stdout and stderr in binary mode. Note that there is internal buffering in xreadlines(), readlines()
and file-object iterators ("for line in sys.stdin") which is not influenced by this option. To work
around this, you will want to use "sys.stdin.readline()" inside a "while 1:" loop.
# Python opens the stdin, -out and -error streams in a buffered mode;
# it'll read or write in larger chunks, keeping data in memory until a
# threshold is reached. -u disables those buffers.
#
# Also, python can interpret newlines on open files and translate them
# from and to the native platform
... (truncated - too many lines)```
Full results: https://cheat.sh/python/
siw-wancebot-pwaygwound
heww wight
.ttt
It's time for the game! Let's begin.
🇴 🇽 3️⃣
🇽 🇴 6️⃣
🇽 8️⃣ 🇴
:tada: AI won this game! :tada:
.ttt
.ttt
.ttt
.ttt
!e
You are not allowed to use that command here. Please use the #bot-commands channel instead.
You are not allowed to use that command here. Please use the #bot-commands channel instead.
NO!
It's a DRAW!
.help
BeMyValentine
.lovefest
Subscribe or unsubscribe from 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.
.bunnyname
Picks a random bunny name from a JSON file.
.bookmark Python [title=Bookmark]
Your input was invalid: Message "Python" not found.
Usage:
.bookmark <target_message> [title=Bookmark]
.bunnyname
Daffodil
.help 2
.help
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.
DragNames
.dragname
Sends a message with a drag queen name.
EasterFacts
.eggfact
Get easter egg facts.
.connect_four
@opal steppe Game cancelled.
@rain crow
.c4 ai
1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
🔵 :white_circle: :white_circle: :white_circle: :white_circle: 🔴 :white_circle:
@main scarab, it's your turn! React with the column you want to place your token in.
@main scarab, you took too long. Game over!
.help
Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
Minesweeper
.minesweeper
Commands for Playing Minesweeper.
MonsterBio
.monsterbio
Sends your monster bio!
Movie
.movies [genre] [amount=5]
Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
MyValenstate
.myvalenstate [name]
Find the vacation spot(s) with the most matching characters to the invoking user.
.8bitify
.help topic
.topic
*Responds with a random topic to start a conversation.
If in a Python channel, a python-related topic will be given.
Otherwise, a random conversation topic will be received by the user.*
.movies action 1
Ghulam
Rating: 6.2/10 :star:
Release Date: 1998-06-19
Production Information
Made by: NH Studioz
Made in: India
Some Numbers
Budget: $?
Revenue: $?
Duration: 2 hour(s) 42 minute(s)
Sidharth (Aamir Khan), is a Mumbai 'Tapori' and a boxing champion. His elder brother, Jai (Rajat Kapoor) works with Raunak Singh (Sharad Saxena), who now rules their "Basti" through terrorising its people and collecting 'Hafta' from local merchants. Sidharth idolized his father, a freedom fighter, whom he saw falling to his death as a child. This effects Sidharth through his adult life. Sidharth meets a young girl, Alisha (Ranee Mukherjee), who rides with a motorcycle gang and Charlie (Deepak Tijori), the gang leader. Sidharth also meets Hari, whose idealism reminds him of his father. Hari's social work in the community possess a threat to Raunak Singh's evil empire. What happens to Hari changes Sidharth's life forever. How Sidharth breaks Raunak Singh's chains of 'Ghulami' around the community forms the crux of the story. Featuring the superhit song "Aati Kya Khandala" sung by Aamir Khan.
.monsterbio
Your name is Blarzymerok, a member of the terrifying species Wogafja. The first Wogafja was created by Ellis A. R. in 1996 at mid-day. The species Wogafja is known for its tough black bones. It is said to even be able to devour dreams!
.ttt
It's time for the game! Let's begin.
1️⃣ 2️⃣ 3️⃣
4️⃣ 5️⃣ 6️⃣
7️⃣ 8️⃣ 9️⃣
@dusty barn ran out of time. Canceling game.
.ttt
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
@dusty barn Game cancelled.
WikipediaSearch
.wikipedia <search>
Return list of results containing your search query from wikipedia.
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.
.ttt
.help
Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.
WonderTwins
.formof
Command to send a Wonder Twins inspired phrase to the user invoking the command.
XKCD
.xkcd <comic>
Getting an xkcd comic's information along with the image.
:tada: @hybrid pendant won this game! :tada:
It's time for the game! Let's begin.
🇽 2️⃣ 🇴
🇽 🇴 6️⃣
🇴 8️⃣ 🇽
:tada: AI won this game! :tada:
.8bitify
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.[adventofcode|aoc]
All of the Advent of Code commands.
Commands:
about Learn about Advent of Code
countdown Return time left until next day
global Get a link to the global leaderboard
join Learn how to join the leaderboard (via DM)
leaderboard Get a snapshot of the PyDis private AoC leaderboard
stats Get daily statistics for the Python Discord leaderboard
subscribe Notifications for new days
Type .help command for more info on a command.
You can also type .help category for more info on a category.
@dusty barn Seems like there's no one here to play...
.help
BeMyValentine
.lovefest
Subscribe or unsubscribe from 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.
.bunnyname
Picks a random bunny name from a JSON file.
.bunnifyme
Snuffle Muggli
.bunnyname
Clover
.help
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.
DragNames
.dragname
Sends a message with a drag queen name.
EasterFacts
.eggfact
Get easter egg facts.
.eggfact
John Cadbury soon followed suit and made his first Cadbury Easter egg in 1875. By 1892 the company was producing 19 different lines, all made from dark chocolate.
.help
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emojicount [category_query]
Returns embed with emoji category and info given by the user.
.riddle
You have 10 seconds before the first hint.
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
14 carrot gold
14 carrot gold!
carrot
Well done @dusty barn for getting it right!
.riddle
You have 10 seconds before the first hint.
hmm
2
Nobody got it right...
You have 10 seconds before the first hint.
chicken
arm
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
2 points
Well done @dusty barn for getting it right!
.riddle
You have 10 seconds before the first hint.
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
eggplant
Nobody got it right...
~──▄▀▀▀▄▄▄▄▄▄▄▄▀▀▀▄─── ───█▒▒░░░░░░░░░▒▒█─── ────█░░█░░░░░█░░█──── ▄▄──█░░░▀█▀░░░█──▄▄ █░░█─▀▄░░░░░░░▄▀─█░░█
~──▄▀▀▀▄▄▄▄▄▄▄▄▀▀▀▄─── ───█▒▒░░░~──▄▀▀▀▄▄▄▄▄▄▄▄▀▀▀▄─── ───█▒▒░░░░░░░░░▒▒█─── ────█░░█░░░░░█░░█──── ▄▄──█░░░▀█▀░░░█──▄▄ █░░█─▀▄░░░░░░░▄▀─█░░█░░░░░░▒▒█─── ────█░░█░░░░░█░░█──── ▄▄──█░░░▀█▀░░░█──▄▄ █░░█─▀▄░░░░░░░▄▀─█░░█
.riddle
You have 10 seconds before the first hint.
She lost
Nobody got it right...
You have 10 seconds before the first hint.
Nobody got it right...
Ronald duck
.riddle
You have 10 seconds before the first hint.
carrots
carrot
carrat
Nobody got it right...
f u
.cht strftime
Result Of cht.sh
# datetime - How to get the current time in Python
#
# Use:
>>> import datetime
>>> datetime.datetime.now()
datetime(2009, 1, 6, 15, 8, 24, 78915)
# And just the time:
>>> datetime.datetime.time(datetime.datetime.now())
datetime.time(15, 8, 24, 78915)
# The same, but slightly more compact:
>>> datetime.datetime.now().time()
# See the documentation
# (https://docs.python.org/3/library/datetime.html) for more
# information.
#
# To save typing, you can import the datetime object from the datetime
# module:
>>> from datetime import datetime
# Then remove the leading datetime. from all of the above.
#
# [Harley Holcombe] [so/q/415511] [cc by-sa 3.0]
Result Of cht.sh
# You can just set the locale like in this example:
>>> import time
>>> print time.strftime("%a, %d %b %Y %H:%M:%S")
Sun, 23 Oct 2005 20:38:56
>>> import locale
>>> locale.setlocale(locale.LC_TIME, "sv_SE") # swedish
'sv_SE'
>>> print time.strftime("%a, %d %b %Y %H:%M:%S")
sön, 23 okt 2005 20:39:15
# [mikl] [so/q/985505] [cc by-sa 3.0]
old
.help
WikipediaSearch
.wikipedia <search>
Return list of results containing your search query from wikipedia.
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.
Result Of cht.sh
checker = None
if some_decision:
checker = True
if checker:
# some stuff
# [Edit]
#
# For more information:
# http://docs.python.org/library/functions.htmlbool
#
# Your code works too, since \`1\` is converted to \`True\` when necessary.
# Actually Python didn't have a boolean type for a long time (as in old
# C), and some programmers still use integers instead of booleans.
#
# [Bastien L&233;onard] [so/q/1748641] [cc by-sa 3.0]
Result Of cht.sh
# Python debugging tips
#
# PDB (http://docs.python.org/library/pdb.html)
#
# You can use the pdb module, insert pdb.set_trace() anywhere and it
# will function as a breakpoint.
>>> import pdb
>>> a="a string"
>>> pdb.set_trace()
--Return--
> <stdin>(1)<module>()->None
(Pdb) p a
'a string'
(Pdb)
# To continue execution use c (or cont or continue).
#
# It is possible to execute arbitrary Python expressions using pdb. For
# example, if you find a mistake, you can correct the code, then type a
# type expression to have the same effect in the running code
#
# ipdb is a version of pdb for IPython
# (http://en.wikipedia.org/wiki/IPython). It allows the use of pdb with
# all the IPython features including tab completion.
#
# It is also possible to set pdb to automatically run
# (http://code.activestate.com/recipes/65287/) on an uncaught exception.
#
# Pydb (http://bashdb.sourceforge.net/pydb/) was written to be an
# enhanced version of Pdb. Benefits?
#
# [ghost
... (truncated - too many lines)```
Full results: https://cheat.sh/python/debug
.cht await
Result Of cht.sh
# python - What does async/await do?
#
# > async and @coroutine functions returns coroutine/generator, not the
# returned value
#
# To be technical, types.coroutine returns a generator-based coroutine
# which is different than generators and different than coroutines.
#
# > await extracts the actual return value of coroutine/generator.
#
# await (https://www.python.org/dev/peps/pep-0492/await-expression),
# similar to yield from, suspends the execution of the coroutine until
# the awaitable it takes completes and returns the result.
#
# > async function result (coroutines) is meant to be added to event-
# loop.
#
# Yes.
#
# > await creates "bridge" between event-loop and awaited coroutine
# (enabling the next point).
#
# await creates a suspension point that indicates to the event loop that
# some I/O operation will take place thereby allowing it to switch to
# another task.
#
# > @coroutine's yield communicates directly with event-loop. (skipping
#
... (truncated - too many lines)```
Full results: https://cheat.sh/python/await
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.fool
Check out this April Fools' video by google.
Trial Version: http://goo.gl/i4onu
Google Maps is now available for 8-bit Nintendo Entertainment Systems (NES). Availability in Google Store is TBD but you can try it on your browser by going to http://maps.google.com and clicking "Quest" in the upper right hand corner of the map. Also...
Happy April Fools 2012!
.fool
Check out this April Fools' video by google.
Thanks for all your great entries.
YouTube finally has enough videos to begin selecting a winner.
What do you think is the #bestvideo on YouTube?
We've been thrilled with all of the diverse, creative entries we've seen so far, and we can't wait to begin the process of selecting the best video. We'll be announcing the winner in 10 years.
Subs...
.invite
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.battleship
@craggy gate Game cancelled.
Check out this April Fools' video by google.
The future is clear. Experience actual reality with Google Cardboard Plastic.
Learn more at http://google.com/cardboardplastic
!e print(a)
You are not allowed to use that command here. Please use the #bot-commands channel instead.
.8bitify

.riddle
You have 10 seconds before the first hint.
choclate
2
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
chicken
Nobody got it right...
.help
BeMyValentine
.lovefest
Subscribe or unsubscribe from 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.
.bunnyname
Picks a random bunny name from a JSON file.
.source ttt
.bunnifyme
valuknose
Check out this April Fools' video by google.
Now you can control Gmail with your body. Learn more at http://gmail.com/motion
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.adventofcode
.[adventofcode|aoc]
All of the Advent of Code commands.
Commands:
about Learn about Advent of Code
countdown Return time left until next day
global Get a link to the global leaderboard
join Learn how to join the leaderboard (via DM)
leaderboard Get a snapshot of the PyDis private AoC leaderboard
stats Get daily statistics for the Python Discord leaderboard
subscribe Notifications for new days
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.[adventofcode|aoc]
All of the Advent of Code commands.
Commands:
about Learn about Advent of Code
countdown Return time left until next day
global Get a link to the global leaderboard
join Learn how to join the leaderboard (via DM)
leaderboard Get a snapshot of the PyDis private AoC leaderboard
stats Get daily statistics for the Python Discord leaderboard
subscribe Notifications for new days
Type .help command for more info on a command.
You can also type .help category for more info on a category.
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.fool
Check out this April Fools' video by google.
Holland is one of the greatest countries to live in, but the biggest downside is that it rains 145 days a year. That’s why the Google Cloud Platform team in the Netherlands is launching Google Wind this Spring.
We leveraged existing Dutch infrastructure to realize this moonshot in record time. We upgraded some historical windmills in Holland w...
.fool
Check out this April Fools' video by google.
This spring, Google is introducing the self-driving bicycle in Amsterdam, the world’s premier cycling city. The Dutch cycle more than any other nation in the world, almost 900 kilometres per year per person, amounting to over 15 billion kilometres annually. The self-driving bicycle enables safe navigation through the city for Amsterdam residents...
.fool
Check out this April Fools' video by google.
The future of home delivery arrives today. From above.
Google Express offers fast delivery of things you need from stores you love. With our new delivery technology, packages will arrive even faster and land anywhere you want them - whether you're at the beach, in the woods, or even on a run.
Start getting deliveries from Google Express:
Web...
.8bitify
It's time for the game! Let's begin.
🇽 2️⃣ 🇴
🇴 🇴 6️⃣
🇽 🇽 🇽
@main scarab Seems like there's no one here to play...
:tada: @main scarab won this game! :tada:
.ttt
It's time for the game! Let's begin.
1️⃣ 2️⃣ 3️⃣
4️⃣ 5️⃣ 6️⃣
7️⃣ 8️⃣ 9️⃣
@main scarab ran out of time. Canceling game.
.ttt
It's time for the game! Let's begin.
🇽 🇴 🇴
4️⃣ 🇽 6️⃣
🇴 🇽 🇽
:tada: @azure wedge won this game! :tada:
.ttt
It's time for the game! Let's begin.
🇴 🇴 🇽
🇽 🇽 🇽
🇴 🇽 🇴
:tada: @azure wedge won this game! :tada:
.ttt
It's time for the game! Let's begin.
🇽 🇴 🇽
🇴 🇽 6️⃣
🇽 8️⃣ 🇴
:tada: @slow meadow won this game! :tada:
.ttt
It's time for the game! Let's begin.
🇽 🇴 🇽
4️⃣ 🇴 🇽
🇴 8️⃣ 🇽
:tada: @main scarab won this game! :tada:

.uwu qwertyuiopasdfghjklzxcvbnm
qwewtyuiopasdfghjkwzxcvbnm
.uwu abcdefghijklmnopqrstuvwxyz
abcdefghijkwmnopqwstuvwxyz
.uwu uwu
uwu
.uwu @hybrid pendant
@deweted-usew
.ttt
.ttt
.ttt
.ttt
It's time for the game! Let's begin.
🇽 🇴 🇽
4️⃣ 🇽 🇽
🇴 🇴 🇴
:tada: AI won this game! :tada:
.roll

.roll 6

@quaint otter
.help
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emojicount [category_query]
Returns embed with emoji category and info given by the user.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.help
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.
ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.
.uptime
I started up an hour ago.
.connect4
@main scarab Seems like there's no one here to play. Use .connect4 ai to play against a computer.
.connect4 ai
1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
🔴 :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
🔴 🔴 🔴 🔵 :white_circle: :white_circle: :white_circle:
🔵 🔴 🔵 🔵 :white_circle: :white_circle: :white_circle:
🔵 🔵 🔵 🔴 🔴 :white_circle: :white_circle:
🔵 🔵 🔵 🔴 🔴 :white_circle: :white_circle:
Game Over! @main scarab won against @wicked parrot
.connect4 ai
1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
🔴 :white_circle: 🔴 🔴 🔴 🔴 :white_circle:
🔵 🔵 🔵 🔴 🔵 🔵 🔵
🔵 🔴 🔵 🔵 🔴 🔵 🔴
🔵 🔵 🔴 🔴 🔴 🔵 🔴
Game Over! @wicked parrot won against @onyx tangle
dude 7!!
The description Sir Lancebot reacted with one was coming in between
Nop Nop
oh. works fine in my laptop
.connect4 ai
1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: 🔴 🔴
:white_circle: 🔴 :white_circle: 🔵 🔵 🔵 🔵
:white_circle: 🔴 🔴 🔵 🔵 🔵 🔴
:white_circle: 🔵 🔴 🔴 🔵 🔵 🔴
Game Over! @onyx tangle won against @wicked parrot
1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
:white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
🔵 :white_circle: :white_circle: :white_circle: :white_circle: :white_circle: :white_circle:
🔴 🔴 🔴 :white_circle: :white_circle: :white_circle: :white_circle:
🔵 🔵 🔵 🔵 🔴 :white_circle: :white_circle:
🔴 🔴 🔴 🔵 🔵 :white_circle: :white_circle:
🔴 🔵 🔵 🔵 🔴 :white_circle: :white_circle:
Game Over! @bright quarry won against @wicked parrot
- General
Test your general knowledge
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
What country is called "Land of White Elephants"?
india
Better luck next time
Information
White elephants were regarded to be holy creatures in ancient Thailand and some other countries. Today, white elephants are still used as a symbol of divine and royal power in the country. Ownership of a white elephant symbolizes wealth, success, royalty, political power, wisdom, and prosperity.
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 tea in the world?
india
20s left!
10s left!
Better luck next time
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.
What is the capital of Iraq?
20s left!
:x: According to my records, this user already has a mute infraction. See infraction #29245.
:incoming_envelope: :ok_hand: applied mute to @bright quarry until 2021-03-01 09:40 (9 minutes and 59 seconds) (reason: burst rule: sent 10 messages in 10s).
10s left!
No one answered correctly!
Information
Baghdad is the capital of Iraq. It has a population of 7 million people.
Let's move to the next question.
Remaining questions:
No one has made it onto the leaderboard yet.
In what country is the Ebro river located?
20s left!
10s left!
No one answered correctly!
Information
The Ebro river is located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea.
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?
20s left!
10s left!
No one answered correctly!
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:
No one has made it onto the leaderboard yet.
The round has ended.
.topic
.topic
Suggest more topics here!
.topic
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
:incoming_envelope: :ok_hand: applied mute to @stuck drum until 2021-03-01 09:51 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!unmute 749972819135168522
:incoming_envelope: :ok_hand: pardoned infraction mute for @stuck drum.
.topi
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
Suggest more topics here!
:incoming_envelope: :ok_hand: applied mute to @pearl zephyr until 2021-03-01 10:15 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!unmute 785425328033103872
:incoming_envelope: :ok_hand: pardoned infraction mute for @pearl zephyr.
Suggest more topics here!
.status dog
Your input was invalid: code is a required argument that is missing.
Usage:
.http_status dog <code>
.status dog
Your input was invalid: code is a required argument that is missing.
Usage:
.http_status dog <code>
.status dog 1
.status dog 502
.status cat 200
.status dog 404
.help status
.http_status
Can also use: status, httpstatus
Group containing dog and cat http status code commands.
Subcommands:
cat <code>
Sends an embed with an image of a cat, portraying the status code.
dog <code>
Sends an embed with an image of a dog, portraying the status code.
.topic
Yes
.ttt
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
@hollow iron ran out of time. Canceling game.
@hollow iron ran out of time. Canceling game.
.ttt
.http_status cat 404
.http_status dog 404
.http_status dog 403
.http_status cat 200
.http_status dog 200
.xkcd
.xkcd
Sue Missif
.uwu uwu
uwu
.romancemovie
A celebrity journalist and renowned womanizer starts to rethink his life choices after he falls for a mysterious model who leads a double life.
2021-02-11
6.3
.savatar
.uptime
I started up 9 hours ago.
.http_status
.[http_status|status|httpstatus]
Group containing dog and cat http status code commands.
Commands:
cat Sends an embed with an image of a cat, portraying the status code.
dog Sends an embed with an image of a dog, portraying the status code.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.http_status cat 404
.http_status cat 200
.http_status cat 401
.http_status cat 403
.http_status cat 500
.http_status cat 409
.http_status cat 405
.http_status cat 1
.http_status cat 100
.http_status cat 200
.http_status dog 401
.http_status dog 200
.source http_status
.wiki lemon
Lemon Tree
Lemon Tree may refer to: Lemon (Citrus limon), a tree bearing fruit Lemon myrtle (Backhousia citriodora), an Australian native tree with a distinct lemon
Lemon (disambiguation)
Lemon is both a tree and the fruit borne by that tree. Lemon or Lemons may also refer to: Lemon Andersen (born 1975), American poet, spoken word artist
.randomcase i qUeue WiTh iMmOrtAls aNd RadiEnTs, sO i sHoUlD bE mOd
I quEue with iMMorTAls AnD RADIenTs, sO i shOUld be moD
.ttt
.http_status cat 500
.http_status cat 404
.http_status 100 dog
.[http_status|status|httpstatus]
Group containing dog and cat http status code commands.
Commands:
cat Sends an embed with an image of a cat, portraying the status code.
dog Sends an embed with an image of a dog, portraying the status code.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.http_status dog 100
.help
.http_status dog 418
.http_status dog 201
.http_status dog 303
.http_status dog 303
.http_status dog 303
.http_status dog 303
.http_status dog 303
.help
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.
.help 8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
.8ball is it going to rain today?
My reply is no
.source
Ask again later
My reply is no
As I see it, yes
Yes definitely
:ok_hand: applied mute to @gritty spindle until 2021-03-01 21:03 (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!unmute 755977843468402779
:ok_hand: pardoned infraction mute for @gritty spindle.
👀
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.fool
Check out this April Fools' video by google.
Now you can control Gmail with your body. Learn more at http://gmail.com/motion
.fool
Check out this April Fools' video by google.
Literally a cloud. Introducing Google Actual Cloud Platform, the world’s first public cloud running on servers in the troposphere.
Available April 1. Watch the video to learn more. https://cloud.google.com/actual-cloud/
.fool
Check out this April Fools' video by google.
.help
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.
.bunnyname
Picks a random bunny name from a JSON file.
CheatSheet
.cheat [search_terms...]
Search cheat.sh.
.bunnifyme
FatCatMahtfoot
.help
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emojicount [category_query]
Returns embed with emoji category and info given by the user.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.eggquiz
You have 30 seconds to vote.
🇦 -> currency
🇧 -> medicine
🇨 -> dye
🇩 -> fertilizer
.help
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command 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.
Nobody got it right...
VOTES:
🇦 - 0 votes (0%)
🇧 - 0 votes (0%)
🇨 - 1 vote (100%)
🇩 - 0 votes (0%)
.8bitify
.halloweenify
.help
Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
Minesweeper
.minesweeper
Commands for Playing Minesweeper.
MonsterBio
.monsterbio
Sends your monster bio!
Movie
.movies [genre] [amount=5]
Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
MyValenstate
.myvalenstate [name]
Find the vacation spot(s) with the most matching characters to the invoking user.
.romancemovie
A narcissistic TV weatherman, along with his attractive-but-distant producer, and his mawkish cameraman, is sent to report on Groundhog Day in the small town of Punxsutawney, where he finds himself repeating the same day over and over.
1993-02-11
7.6
.pickupline
.8ball why do I not have a girlfriend?
Don't count on it
Thanks!
.8ball will rust be easy
Concentrate and ask again
.8ball will rust be easy
Outlook good
.8ball am i poggers champ
My sources say no
As I see it, yes
Yes definitely
.8ball am i not poggers champ
Outlook good
My sources say no
.8ball are you crimg
Ask again later
.8ball no
Usage: .8ball <question> (minimum length of 3 eg: will I win?)
.8ball eee
Usage: .8ball <question> (minimum length of 3 eg: will I win?)
.8ball poggers gaming haha?
Outlook not so good
sir-lancebot#596
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emojicount [category_query]
Returns embed with emoji category and info given by the user.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.caesarcipher
Can also use: caesar, cc
*Translates a message using the Caesar Cipher.
See decrypt, encrypt, and info subcommands.*
Subcommands:
decrypt <offset> <msg>
Given a positive integer offset, decrypt the given msg.
encrypt <offset> <msg>
Given a positive integer offset, encrypt the given msg.
info
Information about the Caesar Cipher.
Information
The Caesar Cipher, named after the Roman General Julius Caesar, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter given a specific position offset in the alphabet, with the letters wrapping around both sides.
Examples
Hello World<=>Khoor Zruogwhere letters are shifted forwards by3.Julius Caesar<=>Yjaxjh Rpthpgwhere letters are shifted backwards by11.
Your input was invalid: Converting to "int" failed for parameter "offset".
Usage:
.caesarcipher encrypt <offset> <msg>
.cc encrypt 3 test!
whvw!
.cc encrypt 3 `
`
.cc encrypt 3 *"':;!?
*"':;!?
.cc encrypt 3 print("Hello World")
sulqw("Khoor Zruog")
.help ttt
.tictactoe <opponent>
Can also use: ttt
Tic Tac Toe game. Play against friends or AI. Use reactions to add your mark to field.
Subcommands:
history
Show most recent tic-tac-toe games.
.help tttt
.help tt
.help tictac
.help
.source
.source 8bitify
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.
SpookyAvatar
.savatar [user]
Spookify an user's avatar.
SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.
.speedrun
Metroid for NES, finished on console in 15:43.9 (15:36.2 from control of Samus) on March 16 2013 by Chris 'cak' Knight. Verified by Speed Demos Archive: http://forum.speeddemosarchive.com/post/metroid__april_15th_2013.html . Please read the FAQ (click "Show more") before asking questions. Thanks for watching!
Q: Are you sure this is the world r...
.8ball Why?
Usage: .8ball <question> (minimum length of 3 eg: will I win?)
.8ball Who am I?
Outlook not so good
.help 8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.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 TMDB.
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.
.hacktofest
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
.aoc
.[adventofcode|aoc]
All of the Advent of Code commands.
Commands:
about Learn about Advent of Code
countdown Return time left until next day
global Get a link to the global leaderboard
join Learn how to join the leaderboard (via DM)
leaderboard Get a snapshot of the PyDis private AoC leaderboard
stats Get daily statistics for the Python Discord leaderboard
subscribe Notifications for new days
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.aoc countdown
The Advent of Code event is not currently running. The next event will start in 273 days.
.aoc lb
:x: Unable to fetch leaderboard!
.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 ...
.avatareasterify
@somber briar Game cancelled.
f
.help
ConnectFour
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
Play the classic game of Connect Four with someone!
ConvoStarters
.topic
Responds with a random topic to start a conversation.
DragNames
.dragname
Sends a message with a drag queen name.
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
.riddle
You have 10 seconds before the first hint.
carrot
Nobody got it right...
😮
.riddle
You have 10 seconds before the first hint.
idk
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
Nobody got it right...
F
.riddle
You have 10 seconds before the first hint.
A chocolate one
Well done @vast lily for getting it right!
You have 10 seconds before the first hint.
Nobody got it right...
F this
.xkcd 386
.github @pearl zephyr
The profile for @pearl zephyr was not found.
.github
.avatareasterify
.xkcd
.avatareasterify
what have i done
.xkcd
Fun
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
GithubInfo
.github <username>
Fetches a user's GitHub information.
HTTPStatusCodes
.http_status
Group containing dog and cat http status code commands.
.help http_status
.http_status
Can also use: status, httpstatus
Group containing dog and cat http status code commands.
Subcommands:
cat <code>
Sends an embed with an image of a cat, portraying the status code.
dog <code>
Sends an embed with an image of a dog, portraying the status code.
.status cat 600
.ttt
.status cat 204
.ttt
.status cat 300
.status cat 409
.status cat 410
.help
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.
ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which country is called "Battleground of Europe?"
Austria
20s left!
Britain
10s left!
Germany
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:
No one has made it onto the leaderboard yet.
What is the capital of Iraq?
Baghdad
@safe ore got the correct answer :tada: 100 points!
Information
Baghdad is the capital of Iraq. It has a population of 7 million people.
Let's move to the next question.
Remaining questions:
Pranatharthi#5742 : 100
What is the name of the largest dam in the world?
20s left!
Kallanai
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:
Pranatharthi#5742 : 100
The United Nations headquarters is located at which city?
Sweden
No one answered correctly!
Information
The United Nations is headquartered in New York City in a complex designed by a board of architects led by Wallace Harrison and built by the architectural firm Harrison & Abramovitz. The complex has served as the official headquarters of the United Nations since its completion in 1951.
Let's move to the next question.
Remaining questions:
Pranatharthi#5742 : 100
At what year did Christopher Columbus discover America?
20s left!
10s left!
1492
@safe ore got the correct answer :tada: 50 points!

