#sir-lancebot-playground
1 messages · Page 3 of 1
.8bitify
ehh
ok
.uwu Thonny is a lightweight code editor for the Python programming language
thonny is a wightweight code editow fow the python p-pwogwamming wanguage
.8bitify
AvatarModify
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.
.spookyavatar
Spookify a user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
Page 2 / 18
.joke
Chuck Norris doesn't use web standards as the web will conform to him.
.mosaic
.mosaic 256
.mosaic 2
.mosaic 25565
That was a mistake.
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.mosaic 9999
test
..bm
.bm
.bm test
.mosaic 512
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Page 1 / 18
.help hactoberfest
Query "hactoberfest" not found.
.help
Fun
.joke [category=all]
Retrieves a joke of the specified category from the pyjokes api.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
Games
.games [amount=5] <genre>
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
GithubInfo
.github
Commands for finding information related to GitHub.
HTTPStatusCodes
.http_status <code>
Choose a cat or dog randomly for the given status code.
Page 7 / 18
.8bitify
.mosaic 18
.mosaic 2
.mosaic 8
.mosaic 29928383
You have to stop.
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.mosaic 10,000
You have to stop.
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
.mosaic 10000
.mosaic 0
You have to stop.
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.mosaic 1
.mosaic 8228
.mosaic 1000
.mosaic 100
.mosaic 10
.mosaic 5
.mosaic
.joke
No statement can catch the ChuckNorrisException.
.joke
Two threads walk into a bar. The barkeeper looks up and yells, 'Hey, I want don't any conditions race like time last!'
.mosaic
.mosaic 10
.joke
There are only two hard problems in Computer Science: cache invalidation, naming things and off-by-one-errors.
.hangman
You lost.
The word was former.
No one has ever spoken during review of Chuck Norris' code and lived to tell the tale.
Chuck Norris's unit tests don't run. They die.
Chuck Norris can compile syntax errors.
Writing PHP is like peeing in the swimming pool, everyone did it, but we don't need to bring it up in public.
:incoming_envelope: :ok_hand: applied mute to @cerulean sun until <t:1660389094:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
.joke
Finding a good PHP developer is like looking for a needle in a haystack. Or is it a hackstack in a needle?
.help
AvatarModify
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.
.spookyavatar
Spookify a user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
Page 2 / 18
.spookyavatar
.mosaic
.mosaic
.adventofcode
**```
.adventofcode
**Can also use:** `aoc`
*All of the Advent of Code commands.*
**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*NOTE: This command has been moved to !subscribe*
.help
CheatSheet
.cheat [search_terms...]
Search cheat.sh.
CoinFlip
.coinflip [side]
Flips a coin.
Colour
.colour [colour_input]
Create an embed that displays colour information.
ConnectFour
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
Play the classic game of Connect Four with someone!
ConvoStarters
.topic
Responds with a random topic to start a conversation.
Page 4 / 18
.cheat
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/
.help
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Hangman
.hangman [min_length=0] [max_length=25] [min_unique_letters=0] [max_unique_letters=25]
Play hangman against the bot, where you have to guess the word it has provided!
Help
.help [commands...]
Shows Command Help.
Latex
.latex <query>
Renders the text in latex and sends the image.
Page 8 / 18
.catify hello world
hello world ᘣᘏᗢ
.spookyfact
🕸 Halloween Fact #6
Samhainophobia is the fear of Halloween.
.spookyfact
🕸 Halloween Fact #11
Dressing up as ghouls and other spooks originated from the ancient Celtic tradition of townspeople disguising themselves as demons and spirits. The Celts believed that disguising themselves this way would allow them to escape the notice of the real spirits wandering the streets during Samhain.
.hangman
You lost.
The word was investment.
You lost.
The word was month.
You lost.
The word was physical.
.hangman
You lost.
The word was believe.
.hangman
You won!
The word was less.
.hangman
You lost.
The word was know.
.hangman
You lost.
The word was despite.
.spookyfact
🎃 Halloween Fact #5
The word "witch" comes from the Old English wicce, meaning "wise woman". In fact, wiccan were highly respected people at one time. According to popular belief, witches held one of their two main meetings, or sabbats, on Halloween night.
.hangman
You lost.
The word was popular.
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Page 1 / 18
.8bitify
.hangman
You won!
The word was onto.
.joke
I suggested holding a 'Python Object Oriented Programming Seminar', but the acronym was unpopular.
.hangman
You lost.
The word was though.
.hangman
You lost.
The word was point.
.hangman
You lost.
The word was wide.
.hangman
You lost.
The word was audience.
.joke
Why did the QA cross the road? To ruin everyone's day.
.joke
Chuck Norris's keyboard has the Any key.
.joke
Chuck Norris can solve the Towers of Hanoi in one move.
.joke
There is no Esc key on Chuck Norris' keyboard, because no one escapes Chuck Norris.
.joke
There are only two hard problems in Computer Science: cache invalidation, naming things and off-by-one-errors.
.hangman
You lost.
The word was edge.
.hangman
You lost.
The word was protect.
.joke
In C we had to code our own bugs. In C++ we can inherit them.
Missing required argument
code
!eval [python_version] <code, ...>
Can also use: e
*Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code block. Code can be re-evaluated by editing the original message within 10 seconds and clicking the reaction that subsequently appears.
If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside of them.
By default your code is run on Python's 3.11 beta release, to assist with testing. If you run into issues related to this Python version, you can request the bot to use Python 3.10 by specifying the python_version arg and setting it to 3.10.
We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!*
!e
import discord
@timber radish :x: Your 3.11 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | ModuleNotFoundError: No module named 'discord'
!e
pip install discord
@timber radish :x: Your 3.11 eval job has completed with return code 1.
001 | File "<string>", line 1
002 | pip install discord
003 | ^^^^^^^
004 | SyntaxError: invalid syntax
!e 1+2
.hangman
You lost.
The word was writer.
.joke
There are two ways to write error-free programs; only the third one works.
.hangman
You lost.
The word was child.
.hangman
You lost.
The word was loop.
.hangman
You lost.
The word was teacher.
.joke
Microsoft hold a bi-monthly internal "productive week" where they use Google instead of Bing.
.joke
How many QAs does it take to change a lightbulb? They noticed that the room was dark. They don't fix problems, they find them.
.hangman
You won!
The word was action.
.hangman
You lost.
The word was already.
.hangman
:incoming_envelope: :ok_hand: applied mute to @mental plume until <t:1660504524:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
!unmute 908148863708311592
:incoming_envelope: :ok_hand: pardoned infraction mute for @mental plume.
You lost.
The word was southern.
.joke
Chuck Norris's programs can pass the Turing Test by staring at the interrogator.
.rp 1 generators
Here is the result:
How to Use Generators and yield in Python
Click the links to go to the articles.
.hangman
NEGATORY.
Looks like the bot timed out! You must send a letter within 60 seconds.
.joke
If you play a Windows CD backwards, you'll hear satanic chanting ... worse still, if you play it forwards, it installs Windows.
.hangman
You lost.
The word was approach.

.hangman
You won!
The word was able.
.hangman
You lost.
The word was language.
.joke
QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv.
.hangman
You lost.
The word was sister.
.hangman
You lost.
The word was company.
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Page 1 / 18
.avatar_modify
**```
.avatar_modify
**Can also use:** `avatar_mod`, `avatarmod`, `pfp_mod`, `pfpmod`
*Groups all of the pfp modifying commands to allow a single concurrency limit.*
**Subcommands:**
**`8bitify `**
*Pixelates your avatar and changes the palette to an 8bit one.*
**`avatareasterify [colours...]`**
*This "Easterifies" the user's avatar.*
**`mosaic [squares=16]`**
*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
**`prideavatar [option=lgbt] [pixels=64]`**
*This surrounds an avatar with a border of a specified LGBT flag.*
**`reverse <text>`**
*Reverses the sent text.*
**`spookyavatar `**
*Spookify a user's avatar.*
.src avatar_modify
.avatar_modify spookyavatar
.avatar_modify spookyavatar
MOM I WANT WHAT THEY HAD
.joke
To understand recursion you must first understand recursion.
.joke
Schrodinger's attitude to web development: If I don't look at it in Internet Explorer then there's a chance it looks fine.
Chuck Norris's OSI network model has only one layer - Physical.
.joke
No one has ever spoken during review of Chuck Norris' code and lived to tell the tale.
.joke
How do you generate a random string? Put a first year Computer Science student in Vim and ask them to save and exit.
.joke
Why did the programmer quit his job? Because he didn't get arrays.
.joke
Chuck Norris writes code that optimises itself.
.hangman
You lost.
The word was blood.
.hangman
You won!
The word was time.
.joke
I went to a street where the houses were numbered 8k, 16k, 32k, 64k, 128k, 256k and 512k. It was a trip down Memory Lane.
Waiter: He's choking! Is anyone a doctor? Programmer: I'm a Vim user.
How many programmers does it take to kill a cockroach? Two: one holds, the other installs Windows on it.
lmaaoooooo 🤣
.hangman
You lost.
The word was enjoy.
.hangman
You lost.
The word was some.
.hangman
You lost.
The word was paper.
.hangman
You lost.
The word was garden.
.hangman
You lost.
The word was race.
.help
AvatarModify
.mosaic [squares=16]
Splits your avatar into x squares, randomizes them and stitches them back into a new image!
.prideavatar [option=lgbt] [pixels=64]
This surrounds an avatar with a border of a specified LGBT flag.
.reverse <text>
Reverses the sent text.
.spookyavatar
Spookify a user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine <user> [valentine_type]
Send a valentine to a specified user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
Page 2 / 18
.bemyvalentine @young blaze
@young blaze
:heart: A compliment for eivl :revolving_hearts:
I don't know what my future holds, but I know I want you in it. I would travel to the moon and back just to see you smile.
:revolving_hearts:From alexlol#0001:heart:
.hangman
You lost.
The word was defense.
.hangman
You won!
The word was abandon.
.hangman
You lost.
The word was cultural.
.hangman
You lost.
The word was ahead.
.hangman
You lost.
The word was mouth.
.hangman
You lost.
The word was certainly.
.joke
Chuck Norris doesn't do Burn Down charts, he does Smack Down charts.
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Page 1 / 18
.help games
**```
.games [amount=5] <genre>
**Can also use:** `game`
*Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>*
**Subcommands:**
**`company [amount=5]`**
*Get random Game Companies companies from IGDB API.*
**`genres `**
*Get all available genres.*
**`search <search_term>`**
*Find games by name.*
**`top [amount=10]`**
*Get current Top games in IGDB.*
venus
@rocky pond got the correct answer :tada: 100 points!
You got it! The correct answer is **`Venus`**
Let's move to the next question.
Remaining questions: 6
Question #2
About how many neurons are in the human brain?
(A. 1 billion, B. 10 billion, C. 100 billion, D. 300 billion)
20s left!
10s left!
B
B
Better luck next time...
The correct answers are **`C, 100 billion, 100 bil`**
Let's move to the next question.
Remaining questions: 5
Question #3
When DNA is unzipped, two strands are formed. What are they called (separate both answers by the word "and")?
20s left!
10s left!
Better luck next time...
The correct answers are **`leading and lagging, leading strand and lagging strand`**
Let's move to the next question.
Remaining questions: 4
Question #4
The type of rock that is formed by the accumulation or deposition of mineral or organic particles at the Earth's surface, followed by cementation, is called...
20s left!
10s left!
Better luck next time...
The correct answers are **`sedimentary, sedimentary rock`**
Let's move to the next question.
Remaining questions: 3
Question #5
How does one call the branch of physics that deals with the study of mechanical waves in gases, liquids, and solids including topics such as vibration, sound, ultrasound and infrasound
20s left!
10s left!
No one answered correctly!
The correct answer is **`acoustics`**
Let's move to the next question.
Remaining questions: 2
Question #6
What do you call an organism composed of only one cell?
20s left!
10s left!
No one answered correctly!
The correct answers are **`unicellular, single-celled`**
Let's move to the next question.
Remaining questions: 1
Question #7
What is the intermolecular force caused by temporary and induced dipoles?
20s left!
10s left!
No one answered correctly!
The correct answers are **`LDF, London dispersion, London dispersion force`**
Remaining questions: 0
The round has ended.
@rocky pond Congratulations on winning this quiz game with a grand total of 100 points :tada:
.quiz
hypertext markup language
@tough topaz got the correct answer :tada: 100 points!
You got it! The correct answer is **`HyperText Markup Language`**
Let's move to the next question.
Remaining questions: 6
Question #2
What is the mathematical formalism which functional programming was built on?
algorithms
20s left!
10s left!
Better luck next time...
The correct answer is **`lambda calculus`**
Let's move to the next question.
Remaining questions: 5
Question #3
What are the components of digital devices that make up logic gates called?
bits
20s left!
10s left!
No one answered correctly!
The correct answer is **`transistors`**
Let's move to the next question.
Remaining questions: 4
Question #4
What is the most popular protocol (as of 2021) that handles communication between email servers?
20s left!
10s left!
Better luck next time...
The correct answers are **`SMTP, Simple Mail Transfer Protocol`**
Let's move to the next question.
Remaining questions: 3
Question #5
What does ASCII stand for?
ah
american standard code information interface
@tough topaz got the correct answer :tada: 50 points!
You got it! The correct answer is **`American Standard Code for Information Interchange`**
Let's move to the next question.
Remaining questions: 2
Question #6
What does the "a" represent in a HSLA color value?
20s left!
alpha
@tough topaz got the correct answer :tada: 75 points!
You got it! The correct answers are **`transparency, translucency, alpha value, alpha channel, alpha`**
Let's move to the next question.
Remaining questions: 1
Question #7
What does SASS stand for?
20s left!
10s left!
Better luck next time...
The correct answers are **`Syntactically Awesome Stylesheets, Syntactically Awesome Style Sheets`**
Remaining questions: 0
The round has ended.
@tough topaz Congratulations on winning this quiz game with a grand total of 225 points :tada:
bye
🙁
.quiz
cards
**Hint #1
**They were used alternatively to playing cards.
ok
**Hint #2
**They generally have handdrawn nature images on them.
Better luck next time...
The correct answers are **`Hanafuda, Hanafuda cards`**
Let's move to the next question.
Remaining questions: 6
No one has made it onto the leaderboard yet.
Question #2
Who was Nintendo's biggest competitor in 1990?
**Hint #1
**Before being Nintendo's main competitor in home gaming, they were successful in arcades.
**Hint #2
**Their first console was called the Master System.
No one answered correctly!
The correct answer is **`Sega`**
Let's move to the next question.
Remaining questions: 5
No one has made it onto the leaderboard yet.
Question #3
What year was Tetris released?
**Hint #1
**It was released before the 90's.
**Hint #2
**It was released after 1980.
Better luck next time...
The correct answer is **`1984`**
Let's move to the next question.
Remaining questions: 4
No one has made it onto the leaderboard yet.
Question #4
What was the first game Yoshi appeared in?
**Hint #1
**The game was released in 1990.
**Hint #2
**It was released on the SNES.
Better luck next time...
The correct answer is **`Super Mario World`**
Let's move to the next question.
Remaining questions: 3
No one has made it onto the leaderboard yet.
Question #5
What is the best selling game on the Nintendo GameCube?
**Hint #1
**It is not a mainline Mario Game, although the plumber is present.
**Hint #2
**It is not a mainline Zelda Game, although Link is present.
No one answered correctly!
The correct answer is **`Super Smash Bros`**
Let's move to the next question.
Remaining questions: 2
No one has made it onto the leaderboard yet.
Question #6
What was Mario's original occupation?
**Hint #1
**The occupation was in construction
**Hint #2
**He appeared as this kind of worker in 1981's Donkey Kong
No one answered correctly!
The correct answer is **`Carpenter`**
Let's move to the next question.
Remaining questions: 1
No one has made it onto the leaderboard yet.
Question #7
What is Yoshi's (from Mario Bros.) full name?
**Hint #1
**It was revealed in the Nintendo Character Guide in 1993.
**Hint #2
**His last name has to do with eating Mario's enemies.
Better luck next time...
The correct answer is **`Yoshisaur Munchakoopas`**
Remaining questions: 0
No one has made it onto the leaderboard yet.
The round has ended.
.quiz
Question #1
What is Yoshi's (from Mario Bros.) full name?
**Hint #1
**It was revealed in the Nintendo Character Guide in 1993.
Yoshisaur Munchakoopas
@inland bay got the correct answer :tada: 75 points!
You got it! The correct answer is **`Yoshisaur Munchakoopas`**
Let's move to the next question.
Remaining questions: 6
Question #2
Who was Nintendo's biggest competitor in 1990?
**Hint #1
**Before being Nintendo's main competitor in home gaming, they were successful in arcades.
Sega
@inland bay got the correct answer :tada: 75 points!
You got it! The correct answer is **`Sega`**
Let's move to the next question.
Remaining questions: 5
Question #3
What is the best selling game on the Nintendo GameCube?
Mario
**Hint #1
**It is not a mainline Mario Game, although the plumber is present.
**Hint #2
**It is not a mainline Zelda Game, although Link is present.
Better luck next time...
The correct answer is **`Super Smash Bros`**
Let's move to the next question.
Remaining questions: 4
Question #4
What was the first game Yoshi appeared in?
**Hint #1
**The game was released in 1990.
**Hint #2
**It was released on the SNES.
No one answered correctly!
The correct answer is **`Super Mario World`**
Let's move to the next question.
Remaining questions: 3
Question #5
What did Nintendo make before video games and toys?
**Hint #1
**They were used alternatively to playing cards.
**Hint #2
**They generally have handdrawn nature images on them.
Better luck next time...
The correct answers are **`Hanafuda, Hanafuda cards`**
Let's move to the next question.
Remaining questions: 2
Question #6
What was Mario's original occupation?
**Hint #1
**The occupation was in construction
**Hint #2
**He appeared as this kind of worker in 1981's Donkey Kong
No one answered correctly!
The correct answer is **`Carpenter`**
Let's move to the next question.
Remaining questions: 1
Question #7
What year was Tetris released?
**Hint #1
**It was released before the 90's.
**Hint #2
**It was released after 1980.
No one answered correctly!
The correct answer is **`1984`**
Remaining questions: 0
The round has ended.
@inland bay Congratulations on winning this quiz game with a grand total of 150 points :tada:
.joke
Software salesmen and used-car salesmen differ in that the latter know when they are lying.
.wa
You blew it.
Your input was invalid: query is a required argument that is missing.
Usage:```
.wolfram <query>
.wa d/dx sin²(2x)
.joke
Chuck Norris doesn't need an OS.
.joke
The C language combines all the power of assembly language with all the ease-of-use of assembly language.
.joke
Writing PHP is like peeing in the swimming pool, everyone did it, but we don't need to bring it up in public.
.joke
Complaining about the lack of smoking shelters, the nicotine addicted Python programmers said there ought to be 'spaces for tabs'.
.joke
Java: Write once, run away.
.joke
Software salesmen and used-car salesmen differ in that the latter know when they are lying.
.joke
When Chuck Norris throws exceptions, it's across the room.
.joke
To Chuck Norris, everything contains a vulnerability.
.joke
Real programmers can write assembly code in any language.
.joke
Chuck Norris doesn't use Oracle, he is the Oracle.
.joke
If loving you is ROM I don't wanna read write.
.joke
Chuck Norris doesn't bug hunt as that signifies a probability of failure, he goes bug killing.
.joke
Speed dating is useless. 5 minutes is not enough to properly explain the benefits of the Unix philosophy.
.joke
Writing PHP is like peeing in the swimming pool, everyone did it, but we don't need to bring it up in public.
.joke
I suggested holding a 'Python Object Oriented Programming Seminar', but the acronym was unpopular.
.joke
A programmer had a problem. He thought to himself, 'I know, I'll solve it with threads!'. has Now problems. two he
.joke
Pirates go 'arg!', computer pirates go 'argv!'
What do you call eight hobbits? A hobbyte.
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Page 1 / 18
.8bitify
neat
!e input()
@random wedge :x: Your 3.11 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | EOFError: EOF when reading a line
.help
TicTacToe
.tictactoe <opponent>
Tic Tac Toe game. Play against friends or AI. Use reactions to add your mark to field.
TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.
TimedCommands
.timed <command>
Time the command execution of a command.
Traditions
.easter_tradition
Responds with a random tradition or custom.
TriviaNightCog
.trivianight
The command group for the Python Discord Trivia Night.
Page 15 / 18
.unbm
In the future, don't do that.
Your input was invalid: You must reply to the message from Sir-Lancebot you wish to delete.
Usage:```
.bookmark delete
Do you mind?
Your input was invalid: You must reply to the message from Sir-Lancebot you wish to delete.
Usage:```
.bookmark delete
.bookmark delete
You blew it.
Your input was invalid: You must reply to the message from Sir-Lancebot you wish to delete.
Usage:```
.bookmark delete
.bookmark delete
That was a mistake.
Your input was invalid: You can only run this command your own DMs!
Usage:```
.bookmark delete
.help bookmark delete
**```
.bookmark delete
**Can also use:** `bookmark del`, `bookmark rm`, `dmdel`, `dmdelete`, `unbm`, `unbookmark`
*Delete the Sir-Lancebot message that the command invocation is replying to.
This command allows deleting any message sent by Sir-Lancebot in the user's DM channel with the bot.
The command invocation must be a reply to the message that is to be deleted.*
Ah DMs
.help unbm
**```
.bookmark delete
**Can also use:** `bookmark del`, `bookmark rm`, `dmdel`, `dmdelete`, `unbm`, `unbookmark`
*Delete the Sir-Lancebot message that the command invocation is replying to.
This command allows deleting any message sent by Sir-Lancebot in the user's DM channel with the bot.
The command invocation must be a reply to the message that is to be deleted.*
.source joke
Don't worry about tests, Chuck Norris's test cases cover your code too.
so glad we have so much more fun stuff here now
.joke
Chuck Norris can solve the Towers of Hanoi in one move.
.joke
If you try to kill -9 Chuck Norris's programs, it backfires.
.joke
'It works on my machine' always holds true for Chuck Norris.
why is it all chuck norris
.close
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.avatar_modify 8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatar_modify avatareasterify [colours...]
This "Easterifies" the user's avatar.
Page 1 / 18
.fool
Check out this April Fools' video by google.
Now you can browse the web with two mice at the same time. Try it out at http://google.com/chrome/multitask