WTF Python?!
Search result for 'del': ▶ Ellipsis *
Go to Repository Section
1 messages · Page 289 of 1
Search result for 'del': ▶ Ellipsis *
Go to Repository Section
!regex
Regular expressions
Regular expressions (regex) are a tool for finding patterns in strings. The standard library's re module defines functions for using regex patterns.
Example
We can use regex to pull out all the numbers in a sentence:
>>> import re
>>> x = "On Oct 18 1963 a cat was launched aboard rocket #47"
>>> regex_pattern = r"[0-9]{1,3}" # Matches 1-3 digits
>>> re.findall(regex_pattern, foo)
['18', '196', '3', '47'] # Notice the year is cut off
See Also
• The re docs - for functions that use regex
• regex101.com - an interactive site for testing your regular expression
!d re.findall
re.findall(pattern, string, flags=0)```
Return all non-overlapping matches of *pattern* in *string*, as a list of strings or tuples. The *string* is scanned left-to-right, and matches are returned in the order found. Empty matches are included in the result.
The result depends on the number of capturing groups in the pattern. If there are no groups, return a list of strings matching the whole pattern. If there is exactly one group, return a list of strings matching that group. If multiple groups are present, return a list of tuples of strings matching the groups. Non-capturing groups do not affect the form of the result.
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu h
h
.uwu hello hyd
hewwo hyd
.uwu peeposip
peeposip
.uwu akdsjflkajfkasldfkajoiqjger
akdsjfwkajfkaswdfkajoiqjgew
.uwu I don't know what to write so I will just write this to test the command
i don't knyow n-nyani to write so i wiww just write this to test the command
.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.
.mosaic me
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
.avatar_modify mosaic
.help
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.
Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.
Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.
Kermitnose
.help
Madlibs
.madlibs
Play Madlibs with the bot!
Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
Minesweeper
.minesweeper
Commands for Playing Minesweeper.
MonsterBio
.monsterbio
Sends your monster bio!
MonsterSurvey
.monster
The base voting command. If nothing is called, then it will return an embed.
Reply hazy try again
.8ball will I learn Python?
It is decidedly so
Yessir
.8ball Is ramen guy from naruto really that strong?
My reply is no
.rp running code
Here are the top 5 results:
.rp run scripts
Here are the top 5 results:
.time
Your input was invalid: command is a required argument that is missing.
Usage:```
.timed <command>
My name is Patrick Bateman I live in the American Garden Buildings
on West Eighty-First Street,
on the eleventh floor.
My name is Patrick Bateman.
I am twenty-seven years old.
I believe in taking care of myself,
in a balanced diet,
in a rigorous exercise routine.
In the morning,
if my face is a little puffy,
I'll put on an ice pack
while doing my stomach crunches.
I can do a thousand now.
After I remove the icepack, I use a deep
pore-cleanser lotion.
In the shower,
I use a water-activated gel cleanser,
then a honey-almond body scrub, and
on the face an exfoliating gel scrub.
Then I apply an herb mint facial masque
which I leave on for ten minutes while
I prepare the rest of my routine.
.uwu I always use an after-shave lotion with
little or no alcohol because alcohol
dries your face out and makes you
look older. Then moisturizer, then an
anti-aging eye balm, followed by a final
moisturizing "protective" lotion...
There is an idea of a Patrick Bateman,
some kind of abstraction, but there is
no real me, only an entity, something
illusory, and though I can hide my cold
gaze and you can shake my hand and feel
flesh gripping you and maybe you can
even sense our lifestyles are probably
comparable: I simply am not there.
?
.help
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).
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.
.uwu this is normal
this is n-nyowmaw
.http_status 418
.http_status 403
aw
it's forbidden
but its cute
until-
lol
like a jalapeno popper
gone
but still I am going to choose to belive they are best friends
.monsterbio
The Shartileja is an spectacular species, and you, Wogafja, are no exception. Shartileja is famed for its notched spikes. Whispers say that when brewed with s and l at dusk, a foul, bright yellow brew will be produced, granting it's drinker the ability to devour dreams! This species was discovered by Rick Smith in 1330.
.madlibs
Part of speech: adjective
Make sure not to spam, or you may get auto-muted!
enormous
@cloud wigeon
Uh oh! You took too long to respond!
.8ball am i gay
It is certain
oh
.help
DragNames
.dragname
Sends a message with a drag queen name.
DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.
EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
.duckduckgoose
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.
Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.
Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
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.
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.epoch 2022-07-14 00:00 UTC
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu me
me
.uwu I dont know how to test it
i dont k-knyow how to test it
.uwu I’m so sorry sister didn’t want to do that
i’m so sowwy s-sistew didn’t want to do that
😩
.wa ln(x) = x
.mosaic 4
.mosaic 16
.spookyavatar
.help
.mosaic 4
.wa integrate 1/x² from 2 to 5π
.wa 59 + 10
Wow
.source epoch
.help wa
**```
.wolfram <query>
**Can also use:** `wa`, `wolf`
*Requests all answers on a single image, sends an image of all related pods.*
**Subcommands:**
**`cut <query>`**
*Requests a drawn image of given query.*
**`page <query>`**
*Requests a drawn image of given query.*
**`short <query>`**
*Requests an answer to a simple question.*
.help
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.
Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.
Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.
.help
Speedrun
.speedrun
Sends a link to a video of a random speedrun.
SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.
SpookyGif
.spookygif
Fetches a random gif from the GIPHY API and responds with it.
SpookyRating
.spookyrating [who]
Calculates the spooky rating of someone.
Stackoverflow
.stackoverflow <search_query>
Sends the top 5 results of a search query from stackoverflow.
.challenge python
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
**```
.reddit
*View the top posts from various subreddits.*
**Subcommands:**
**`daily [subreddit=r/Python]`**
*Send the top posts of today from a given subreddit.*
**`top [subreddit=r/Python]`**
*Send the top posts of all time from a given subreddit.*
**`weekly [subreddit=r/Python]`**
*Send the top posts of this week from a given subreddit.*
.reddit top
Here are the top r/Python posts of all time!
Lad wrote a Python script to download Alexa...
12346
134
iEslam
This post has:
9777 upvotes, 967 downvotes and 452 comments!
9229
439
Krukerfluk
I redesign the Python logo to make it more modern
7860
270
jessjwilliamson
Automate the boring stuff with python - tinder
6723
337
backprop88
Just finished programming and building my own...
6613
471
janky_british_gamer
.wa ln(x) = 1
This looks quite cool
.uwu what dis ?
nyani dis ?
.spookyeightball
Your input was invalid: question is a required argument that is missing.
Usage:```
.spookyeightball <question>
.spookyeightball Do I know you ?
Yes.
.spookyeightball but how ?
If I tell you I will have to kill you...
.spookyeightball why ?
The undead have sworn me to secrecy. I can not answer your question.
This knowledge is not available to me, I will seek the answers from someone far more powerful...
...there is no answer to this question, not even the Grim Reaper could find an answer.
.spookyeightball the what now ?
With great certainty, under the watch of the Pumpkin King, I can confirm your suspicions.
.spookyeightball really ?
With great certainty, under the watch of the Pumpkin King, I can confirm your suspicions.
.spookyeightball ok
I will seek and answer from the devil...
...after requesting the devils knowledge the answer is far more complicated than a simple yes or no.
.spookyeightball why you so complicated ?
I swear on my spider that you are correct.
.spookyeightball bye
The undead have sworn me to secrecy. I can not answer your question.
nyani
.help
DragNames
.dragname
Sends a message with a drag queen name.
DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.
EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
.earth_photos
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu test
test
.uwu is this an owofier ?
is this an owofiew ?
hm
.uwu what
nyani
.roles
.hangman
B
The word was enjoy.
.gsman
.hangman
The word was treat.
damn
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu hello
hewwo
.help uwu
**```
.uwu [text]
**Can also use:** `uwuify`, `uwuwize`
*Echo an uwuified version the passed text.
Example:
'.uwu Hello, my name is John' returns something like
'hewwo, m-my name is j-john nyaa~'.*
.uwu Hello, my name is John
hewwo, my nyame is j-john
.help
PrideAnthem
.prideanthem [genre]
Sends a message with a video of a random pride anthem.
PrideFacts
.pridefact [option]
Sends a message with a pride fact of the day.
PrideLeader
.pride_leader <pride_leader_name>
Information about a Pride Leader.
PythonFacts
.pythonfact
Sends a Random fun fact about Python.
Quackstack
.quack [ducktype=duck] [seed]
Use the Quackstack API to generate a random duck.
.earth_photos
.halloweenify
.pythonfact
Python was named after Monty Python, a British Comedy Troupe, which Guido van Rossum likes.
Suggest more facts here!
.pythonfact
If you type import this in the Python REPL, you'll get a poem about the philosophies about Python. (check it out by doing !zen in #bot-commands)
Suggest more facts here!
.hangman
The word was agree.
Looks like the bot timed out! You must send a letter within 60 seconds.
a
c
i
c
ahhh
n
E
can i get a D?
D
nope
T
is it election?
election
what
o
l
The word was election.
Yesssssss
YASSSSS
I FEEL THE POWER OF THE WORDS!!
Let's do this again.
.hangman
The word was sound.
.hangman
The word was difficult.
The word was pygame.
The word was computer.
.close
.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.
.hangman
The word was decade.
oh
.hangman
The word was easy.
.hangman
Looks like the bot timed out! You must send a letter within 60 seconds.
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu hi
hi
.uwu i am the best of all time not at python tho :[
i am the b-best of aww t-time nyot a-at python tho :[
.hangman
Looks like the bot timed out! You must send a letter within 60 seconds.
The word was spring.
.hangman
The word was believe.
The word was attack.
.hangman
The word was return.
.hangman
:incoming_envelope: :ok_hand: applied mute to @viral cloak until <t:1657987124:f> (9 minutes and 59 seconds) (reason: burst rule: sent 8 messages in 10s).
!unmute 680994218977787927
:incoming_envelope: :ok_hand: pardoned infraction mute for @viral cloak.
The word was federal.
.hangman
The word was investment.
.hangman
The word was stay.
.hangman
The word was light.
.hangman
Looks like the bot timed out! You must send a letter within 60 seconds.
You are not authorized to use this command.
@viral cloak ran out of time. Canceling game.
.ttt
It's time for the game! Let's begin.
2️⃣ 
6️⃣
8️⃣ 
:tada: @wicked parrot won this game! :tada:
It's time for the game! Let's begin.

4️⃣

8️⃣ 
:tada: @viral cloak won this game! :tada:
.hangman
The word was meeting.
.hangman
The word was report.
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.
Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.
Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.
.mosaic 4
.mosaic 2
.help mosaic
**```
.avatar_modify mosaic [squares=16]
**Can also use:** `mosaic`
*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
.help
DragNames
.dragname
Sends a message with a drag queen name.
DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.
EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
You have 10 seconds before the first hint.
H
2
Nobody got it right...
DragNames
.dragname
Sends a message with a drag queen name.
DuckGamesDirector
.duckduckduckgoose
Start a new Duck Duck Duck Goose game.
EarthPhotos
.earth_photos
Returns a random photo of earth, sourced from Unsplash.
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
.duckduckduckgoose
Flights everyone missed:
(1, 7, 11)
(2, 3, 6)
(5, 9, 10)
(3, 10, 11)
(0, 3, 8)
.wikipedia human
Human trafficking
Human trafficking is the trade of humans for the purpose of forced labour, sexual slavery, or commercial sexual exploitation for the trafficker or others
Human genome
The human genome is a complete set of nucleic acid sequences for humans, encoded as DNA within the 23 chromosome pairs in cell nuclei and in a small DNA
Check out this April Fools' video by google.
Introducing Google Play for Pets, a new category of games, apps and training tools to keep your pet stimulated.
Wouldn’t it be great to keep your pets occupied when you’re not around? With Google Play for Pets, your furry friends can keep busy with thousands of games and apps throughout the day.
Updates include:
-New collections of games, app...
.help
PrideAnthem
.prideanthem [genre]
Sends a message with a video of a random pride anthem.
PrideFacts
.pridefact [option]
Sends a message with a pride fact of the day.
PrideLeader
.pride_leader <pride_leader_name>
Information about a Pride Leader.
PythonFacts
.pythonfact
Sends a Random fun fact about Python.
Quackstack
.quack [ducktype=duck] [seed]
Use the Quackstack API to generate a random duck.
.anagram
You have 60 seconds to find correct words.
Final scores:
.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/
.dragname
.halloweenify
.8ball
Your input was invalid: question is a required argument that is missing.
Usage:```
.8ball <question>
.madlibs
Part of speech: verb
Make sure not to spam, or you may get auto-muted!
.movie
**```
.movies [genre] [amount=5]
**Can also use:** `movie`
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
.movie 2022
**```
.movies [genre] [amount=5]
**Can also use:** `movie`
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
.movies genere
**```
.movies [genre] [amount=5]
**Can also use:** `movie`
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
.pythonfact
If you type import antigravity in the Python REPL, you'll be directed to an xkcd comic about how easy Python is.
Suggest more facts here!
@viral cloak
Uh oh! You took too long to respond!
.mosaic 2
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu hello
hewwo
.help mosaic
**```
.avatar_modify mosaic [squares=16]
**Can also use:** `mosaic`
*Splits your avatar into x squares, randomizes them and stitches them back into a new image!*
.mosaic
.mosaic 1
.mosaic 0
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.mosaic 10000
.mosaic 1000
.mosaic 100
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu test
test
.uwu hello
hewwo
.uwu test
test
.uwu mama
mama
.uwu kurwa
kurwa
.uwu you a girl
you a giww
.uwu abcdefghijklmnopqrstuvwxyz
abcdefghijkwmnyopqwstuvwxyz
.uwu rrrrrrllllllll
wwwwwwwwwwwwww
Lmfao
.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.
.help

.help quiz
**```
.quiz <category> <questions>
**Can also use:** `trivia`, `triviaquiz`
*Start a quiz!
Questions for the quiz can be selected from the following categories:
- general: Test your general knowledge.
- retro: Questions related to retro gaming.
- math: General questions about mathematics ranging from grade 8 to grade 12.
- science: Put your understanding of science to the test!
- cs: A large variety of computer science questions.
- python: Trivia on our amazing language, Python!
- wikipedia: Guess the title of random wikipedia passages.
(More to come!)*
**Subcommands:**
**`leaderboard `**
*View everyone's score for this bot session.*
**`stop `**
*Stop a quiz game if its running in the channel.*
.help connect4
**```
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
**Can also use:** `4inarow`, `c4`, `connect4`, `connectfour`
*Play the classic game of Connect Four with someone!
Sets up a message waiting for someone else to react and play along.
The game will start once someone has reacted.
All inputs will be through reactions.*
**Subcommands:**
**`ai [board_size=7] [emoji1=🔵] [emoji2=🔴]`**
*Play Connect Four against a computer player.*
.connect4 7 ☠️ 👁🗨
Your input was invalid: Emoji "👁🗨" not found.
Usage:```
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
.connect4 7 ☠️ 💀
@rocky pond Game cancelled.
.connect4 ai 7 ☠️ 💀
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: 💀 ☠️ ☠️ ☠️ ☠️ 💀
Game Over! @rocky pond won against @wicked parrot
bruh
.anagram
You have 60 seconds to find correct words.
Litva
Nobody got it right.
:ok_hand: applied mute to @main scarab until <t:1658082590:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
.uwu unicorns
unicowns
.color
.color
.color
.color pink
oh
.color random
Thats a nice color
.source color
.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.
.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.*
.avatarmod 8bitify
.avatarmod avatareasterify
.avatarmod spookyavatar
.avatarmod spookyavatar
.avatarmod spookyavatar
.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.
.battleship
@viral cloak Game cancelled.
.help battleship
**```
.battleship
*Play a game of Battleship with someone else!
This will set up a message waiting for someone else to react and play along.
The game takes place entirely in DMs.
Make sure you have your DMs open so that the bot can message you.*
**Subcommands:**
**`ships `**
*Lists the ships that are found on the battleship grid.*
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.
@viral cloak Seems like there's no one here to play...
.games 5
**```
.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.*
.latex
Your input was invalid: query is a required argument that is missing.
Usage:```
.latex <query>
.latex h
.monster
Vote for your favorite monster!
Show a specific monster. If none is listed, it will give you an error with valid choices.
Vote for a specific monster. You get one vote, but can change it at any time.
Which monster has the most votes? This command will tell you.
.movies
**```
.movies [genre] [amount=5]
**Can also use:** `movie`
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
.movie
**```
.movies [genre] [amount=5]
**Can also use:** `movie`
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
.movies all
**```
.movies [genre] [amount=5]
**Can also use:** `movie`
*Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.*
**Subcommands:**
**`genres `**
*Show all currently available genres for .movies command.*
.rps
Your input was invalid: move is a required argument that is missing.
Usage:```
.rps <move>
.rps scissors
Sir Lancebot played rock! @viral cloak lost!
.space
**```
.space
*Head command that contains commands about space.*
**Subcommands:**
**`apod <date>`**
*Get Astronomy Picture of Day from NASA API. Date is optional parameter, what formatting is YYYY-MM-DD.*
**`epic <date>`**
*Get a random image of the Earth from the NASA EPIC API. Support date parameter, format is YYYY-MM-DD.*
**`mars <date> [rover=curiosity]`**
*Get random Mars image by date. Support both SOL (martian solar day) and earth date and rovers.*
**`nasa <search_term>`**
*Get random NASA information/facts + image. Support `search_term` parameter for more specific search.*
.speedrun
This run was beaten November 19, 2020, with a 1:45:05 by Hwangbro: https://youtu.be/ZNG3tkrxVdQ
Run with commentary: https://www.youtube.com/watch?v=G6vdqhYLblg
Very bizarre run. Lost a minute on koga and fly splits and yolod agatha since i only had 2 super potions because of bad silph rival. Luckily, yolo agatha made the time good enough that...
.uwu h
h
.xkcd
**```
.space
*Head command that contains commands about space.*
**Subcommands:**
**`apod <date>`**
*Get Astronomy Picture of Day from NASA API. Date is optional parameter, what formatting is YYYY-MM-DD.*
**`epic <date>`**
*Get a random image of the Earth from the NASA EPIC API. Support date parameter, format is YYYY-MM-DD.*
**`mars <date> [rover=curiosity]`**
*Get random Mars image by date. Support both SOL (martian solar day) and earth date and rovers.*
**`nasa <search_term>`**
*Get random NASA information/facts + image. Support `search_term` parameter for more specific search.*
.space epic 18
Invalid date 18. Please make sure your date is in format YYYY-MM-DD.
.space epic 2003-06-30
Can't find any images in this date.
.space epic 2012-06-30
Can't find any images in this date.
.space epic 2020-06-30
.space epic 2022-06-30
@wicked parrot help
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
SaveThePlanet
.savetheplanet
Responds with a random tip on how to be eco-friendly and help our planet.
ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.
Snakes
.snakes
Commands from our first code jam.
Space
.space
Head command that contains commands about space.
.role 998671824453910680
!projects
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
.roll 998671824453910680
Your input was invalid: .roll only supports between 1 and 6 rolls.
Usage:```
.roll [num_rolls=1]
.roll 5

.roll 6

.roll 2

.savethedate
There is something incredibly fun about ice skating that brings people closer together and just keeps you laughing (maybe it’s all the falling and clinging to the other person for dear life). You can have some great fun and then move on to a more private location for some alone time.
.reverse Australia is nice indeed.
.deedni ecin si ailartsuA
.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.
.reverse racecar
racecar
!voiceverify
.reverse this is cool
looc si siht
.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.
.snakes
**```
.snakes
**Can also use:** `snake`
*Commands from our first code jam.*
**Subcommands:**
**`about `**
*Show an embed with information about the event, its participants, and its winners.*
**`antidote `**
*Antidote! Can you create the antivenom before the patient dies?*
**`card [name]`**
*Create an interesting little card from a snake.*
**`draw `**
*Draws a random snek using Perlin noise.*
**`fact `**
*Gets a snake-related fact.*
**`get [name]`**
*Fetches information about a snake from Wikipedia.*
**`guess `**
*Snake identifying game.*
**`hatch `**
*Hatches your personal snake.*
**`movie `**
*Gets a random snake-related movie from TMDB.*
.snake draw
.snake hatch
.help snake
Subcommands:
name [name]
Snakifies a username.
quiz
Asks a snake-related question in the chat and validates the user's guess.
sal
Play a game of Snakes and Ladders.
snakify [message]
How would I talk if I were a snake?
video [search]
Gets a YouTube video about snakes.
zen
Gets a random quote from the Zen of Python, except as if spoken by a snake.
.snake sal
Snakes and Ladders: A new game is about to start!
Snakes and Ladders: The game is starting!
Players: @tepid oracle
Snakes and Ladders: A new round has started! Current board:
Current positions:
@tepid oracle: Tile 97
Use 🎲 to roll the dice!
@tepid oracle rolled a 3!
Snakes and Ladders: @tepid oracle has won the game! :tada:
I just speedrunned this game
.anagram never
You have 60 seconds to find correct words.
Strode
Well done @radiant jewel for getting it right!
.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.
.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*
.adventofcode countdown
The Advent of Code event is not currently running. The next event will start <t:1669870800:R>.
.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...
.challenge
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.help challenge
**```
.challenge [language=python] [query]
**Can also use:** `kata`
*The challenge command pulls a random kata (challenge) from codewars.com.
The different ways to use this command are:
`.challenge <language>` - Pulls a random challenge within that language's scope.
`.challenge <language> <difficulty>` - The difficulty can be from 1-8,
1 being the hardest, 8 being the easiest. This pulls a random challenge within that difficulty & language.
`.challenge <language> <query>` - Pulls a random challenge with the query provided under the language
`.challenge <language> <query>, <difficulty>` - Pulls a random challenge with the query provided,
under that difficulty within the language's scope.*
hi brad
.challenge kyu=8
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
.challenge sort
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
Hrmmmm
.challenge
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.kata language=python snail sort
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
.help challenge
**```
.challenge [language=python] [query]
**Can also use:** `kata`
*The challenge command pulls a random kata (challenge) from codewars.com.
The different ways to use this command are:
`.challenge <language>` - Pulls a random challenge within that language's scope.
`.challenge <language> <difficulty>` - The difficulty can be from 1-8,
1 being the hardest, 8 being the easiest. This pulls a random challenge within that difficulty & language.
`.challenge <language> <query>` - Pulls a random challenge with the query provided under the language
`.challenge <language> <query>, <difficulty>` - Pulls a random challenge with the query provided,
under that difficulty within the language's scope.*
I wonder if the API changed
are we scraping for this?
.src challenge
The challenge command pulls a random kata (challenge) from codewars.com.
bot/exts/utilities/challenges.py line 282
get_kata_link = f"https://codewars.com/kata/search/{language}"```
.challenge python
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
Weird
.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.*
.avatar_modify 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.*
.avatar_modify spookyavatar
.avatar_modify 8bitify
.help name_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.*
.avatar_modify spookyavatar
.uwu
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.avatar_modify 8bitify
.uwu I like to code in python and also play minecraft
i wike to code in python and awso pway m-minyecwaft
.challenge python
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.challenge minecraft
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
.challenge
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.challenge python minecraft
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.challenge
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.uwu
Your input was invalid: Your message must have content or you must reply to a message.
Usage:```
.uwu [text]
.uwu what the frick
nyani the fwick
.challenge test
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
.challenge python
Your input was invalid: No katas could be found with the filters provided.
Usage:```
.challenge [language=python] [query]
.challenge c++ vector
We ran into an error when getting the kata from codewars.com, try again later.
🤷♂️
.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.*
.avatar_modify 8bitify
Lol
.avatar_modify 8bitify
.avatar_modify 8bitify
.avatar_modify 14bitify
**```
.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.*
.avatar_modify 8bitify
.avatar_modify 8bitify
.spookyavatar
that is awful
.avatar_modify 8bitify
.avatar_modify
.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.
.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.*
.avatar_modify spookyavatar
.uwu uwu
uwu
Your input was invalid: Unable to convert eval to valid command or Cog.
Usage:```
.source [source_item]
.spookyavatar
😳
.spookyavatar
.spookyavatar
you are paranoid
.spookyavatar
woah
.avatar_modify 8bitify
thats really cool
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.
.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/
.8bitify
.anagram
You have 60 seconds to find correct words.
ALNEST
Nobody got it right.
.anagram
You have 60 seconds to find correct words.
HEAD
HEAD
HEAD
head
Well done @urban linden for getting it right!
.point
.epoch 53 years ago
<t:-14106013:R>
.epoch 1658440800
Your input was invalid: 1658440800 Could not be parsed to a relative or absolute date.
Usage:```
.epoch [date_time]
.8bitify
.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.
.avatareasterify