You blew it.
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
1 messages · Page 252 of 1
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
.help
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.
.topic
Suggest more topics here!
Suggest more topics here!
.eval
print("HI")```
.color
.aoc join
!e d = {"a": {"b": "c"}}
@deep beacon :warning: Your eval job has completed with return code 0.
[No output]
!e print( !e {"a": {"b": "c"}})
@deep beacon :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | print( !e {"a": {"b": "c"}})
003 | ^
004 | SyntaxError: invalid syntax
!e print({"a": {"b": "c"}})
@deep beacon :white_check_mark: Your eval job has completed with return code 0.
{'a': {'b': 'c'}}
.ttt
I think not
@azure wedge ran out of time. Canceling game.
.8bitify
.anagram
You have 60 seconds to find correct words.
lines
lines
Well done @cunning willow for getting it right!
.8bitify
.8bitify
.8bitify
.8bitify
.8bitify
.8bitify
.topic
Suggest more topics here!
.8bitify
Well that's just useless
.topic
yes
.quack
.8bitify
!eval
currencies_and_sum = {}
for column in test_query:
currencies_and_sum[str(column[2])] = 0
print(currencies_and_sum)
@deep beacon :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 2, in <module>
003 | NameError: name 'test_query' is not defined
!eval
test_query = [[42, "dollars"], [42, "yen"]]
currencies_and_sum = {}
for column in test_query:
currencies_and_sum[str(column[2])] = 0
print(currencies_and_sum)
@deep beacon :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 4, in <module>
003 | IndexError: list index out of range
!eval
test_query = [[42, 0.0, "dollars"], [42, 0.0, "yen"]]
currencies_and_sum = {}
for column in test_query:
currencies_and_sum[str(column[2])] = 0
print(currencies_and_sum)
@deep beacon :white_check_mark: Your eval job has completed with return code 0.
{'dollars': 0, 'yen': 0}
.8bitify
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.
ᘣᘏᗢ iasmdfhjkdshfakjhfkdfj
@crystal plover Seems like there's no one here to play...
!pep8
PEP 8 is the official style guide for Python. It includes comprehensive guidelines for code formatting, variable naming, and making your code easy to read. Professional Python developers are usually required to follow the guidelines, and will often use code-linters like flake8 to verify that the code they're writing complies with the style guide.
More information:
• PEP 8 document
• Our PEP 8 song! :notes:
.topic
.topic
Suggest more topics here!
.topic
.topic
.topic
Suggest more topics here!
.topic
.topic
.8bitify
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
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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
Advent of Code (AoC) is a series of small programming puzzles for a variety of skill levels, run every year during the month of December.
They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.
Sign up with one of these services:
GitHub
Google
Twitter
Reddit
For the global leaderboard, the first person to get a star first gets 100 points, the second person gets 99 points, and so on down to 1 point at 100th place.
For private leaderboards, the first person to get a star gets N points, where N is the number of people on the leaderboard. The second person to get the star gets N-1 points and so on and so forth.
Come join the Python Discord private leaderboard and compete against other people in the community! Get the join code using .aoc join and visit the private leaderboard page to join our leaderboard.
.8bitify
.8bitify
.8bitify
.ping
Gateway Latency: 107ms
.8bitify
.ping
Gateway Latency: 111ms
.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.
.avatareasterify blue, pink, white
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.
RPS
.rps <move>
Play the classic game of Rock Paper Scissors with your own sir-lancebot!
.uptime
I started up 2 hours ago.
.help PythonFacts
PythonFacts
Sends a random fun fact about Python.
Commands:
.pythonfact
Sends a Random fun fact about Python.
.source
.recommendgame
.xkcd
.uwu Hello world
Hewwo wowwd
.src filtering
Your input was invalid: Unable to convert filtering to valid command or Cog.
Usage:```
.source [source_item]
sir-lancebot#971
sir-lancebot#901
!src src
Display information and a GitHub link to the source code of a command, tag, or cog.
!src ot
Sorry, an unexpected error occurred. Please let us know!
AttributeError: 'TagIdentifier' object has no attribute 'qualified_name'
!d discord.ext.commands.Bot.load_extension
load_extension(name, *, package=None)```
Loads an extension.
An extension is a python module that contains commands, cogs, or listeners.
An extension must have a global function, `setup` defined as the entry point on what to do when the extension is loaded. This entry point must have a single argument, the `bot`.
!d importlib.util.find_spec
importlib.util.find_spec(name, package=None)```
Find the [spec](https://docs.python.org/3/glossary.html#term-module-spec) for a module, optionally relative to the specified **package** name. If the module is in [`sys.modules`](https://docs.python.org/3/library/sys.html#sys.modules "sys.modules"), then `sys.modules[name].__spec__` is returned (unless the spec would be `None` or is not set, in which case [`ValueError`](https://docs.python.org/3/library/exceptions.html#ValueError "ValueError") is raised). Otherwise a search using [`sys.meta_path`](https://docs.python.org/3/library/sys.html#sys.meta_path "sys.meta_path") is done. `None` is returned if no spec is found.
If **name** is for a submodule (contains a dot), the parent module is automatically imported.
**name** and **package** work the same as for `import_module()`.
New in version 3.4.
Changed in version 3.7: Raises [`ModuleNotFoundError`](https://docs.python.org/3/library/exceptions.html#ModuleNotFoundError "ModuleNotFoundError") instead of [`AttributeError`](https://docs.python.org/3/library/exceptions.html#AttributeError "AttributeError") if **package** is in fact not a package (i.e. lacks a [`__path__`](https://docs.python.org/3/reference/import.html#path__ "__path__") attribute).
!d importlib.machinery.ModuleSpec
class importlib.machinery.ModuleSpec(name, loader, *, origin=None, loader_state=None, is_package=None)```
A specification for a module’s import-system-related state. This is typically exposed as the module’s `__spec__` attribute. In the descriptions below, the names in parentheses give the corresponding attribute available directly on the module object. E.g. `module.__spec__.origin == module.__file__`. Note however that while the *values* are usually equivalent, they can differ since there is no synchronization between the two objects. Thus it is possible to update the module’s `__path__` at runtime, and this will not be automatically reflected in `__spec__.submodule_search_locations`.
New in version 3.4.
.snake antidote
**```
.snakes antidote
*Antidote! Can you create the antivenom before the patient dies?
Rules: You have 4 ingredients for each antidote, you only have 10 attempts
Once you synthesize the antidote, you will be presented with 4 markers
Tick: This means you have a CORRECT ingredient in the CORRECT position
Circle: This means you have a CORRECT ingredient in the WRONG position
Cross: This means you have a WRONG ingredient in the WRONG position
Info: The game automatically ends after 5 minutes inactivity.
You should only use each ingredient once.
This game was created by Lord Bisk and Runew0lf.*
No command called "snake" found.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
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.
.anagram whats cooking good looking
You have 60 seconds to find correct words.
An anagram is already being solved in this channel!
Well done @main scarab for getting it right!
.color
.color
بية
.color
bot#2021
bot#2020
bot#2020
bot#2022
bot#2015
.wa short root 27 of (444356092776315 + 341960390180808)
4.08582 times 10 to the 15
.wa root 27 of (444356092776315 + 341960390180808)
.uwu and we what
and we what
.wtf
.wtf
.uwu and we what
and we what
!e
!eval [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.
We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it!*
!e ```py
import dateutil.tz
print(dateutil.tz.gettz('CET'))
@azure wedge :white_check_mark: Your eval job has completed with return code 0.
tzfile('CET')
.anagram times
You have 60 seconds to find correct words.
Nobody got it right.
.anagram times
You have 60 seconds to find correct words.
Well done @main scarab for getting it right!
.snake antidode
**```
.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.*
.snakes antidode
**```
.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.*
millisecond
20s left!
10s left!
Jiffy
@main scarab got the correct answer :tada: 50 points!
Let's move to the next question.
Remaining questions: 6
As the Fibonacci sequence extends to infinity, what's the ratio of each number n and its preceding number n-1 approaching?
20s left!
10s left!
10:9
Better luck next time...
Let's move to the next question.
Remaining questions: 5
What is the natural log of -1 (use i for imaginary number)?
20s left!
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 4
(0-1)
8
20s left!
-8
10s left!
No one answered correctly!
Let's move to the next question.
Remaining questions: 3
A matrix multiplied by its inverse matrix equals...
1
20s left!
one
10s left!
Better luck next time...
Let's move to the next question.
Remaining questions: 2
0, 1, 1, 2, 3, 5, 8, 13, 21, 34 are numbers of which sequence?
fibonacci
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 1
In set builder notation, what does {p/q | q ≠ 0, p & q ∈ Z} represent?
20s left!
i don't know
10s left!
Better luck next time...
Remaining questions: 0
The round has ended.
@main scarab Congratulations on winning this quiz game with a grand total of 150 points :tada:
.trivia
@main scarab got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 6
What was the first game Yoshi appeared in?
**Hint #1
**The game was released in 1990.
I don't know
**Hint #2
**It was released on the SNES.
No one answered correctly!
Let's move to the next question.
Remaining questions: 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.
No one answered correctly!
Let's move to the next question.
Remaining questions: 4
Who was Nintendo's biggest competitor in 1990?
PlayStation
**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.
Ataria
No one answered correctly!
Let's move to the next question.
Remaining questions: 3
i donnow
**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.
Super hero fighters
No one answered correctly!
Let's move to the next question.
Remaining questions: 2
What is Yoshi's (from Mario Bros.) full name?
Yoshi Matasuda
**Hint #1
**It was revealed in the Nintendo Character Guide in 1993.
A random japanese name
**Hint #2
**His last name has to do with eating Mario's enemies.
Mario smasher
No one answered correctly!
Let's move to the next question.
Remaining questions: 1
Yoshi smasher
What year was Tetris released?
**Hint #1
**It was released before the 90's.
@main scarab got the correct answer :tada: 75 points!
Remaining questions: 0
1985
The round has ended.
@main scarab Congratulations on winning this quiz game with a grand total of 175 points :tada:
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.
.8bitify
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
.catify Elementary, my dear Watson, Elementary
Elementary, my ᘡᘏᗢ dear Watson, Elementary
.catify My name is Herlock Holmes
My name 🐈 is Herlock Holmes
.challenge
A hero is on his way to the castle to complete his mission. However, he's been told that the castle is surrounded with a couple of powerful dragons! each dragon takes 2 bullets to be defeated, our hero has no idea how many bullets he should carry.. Assuming he's gonna grab a specific given number of bullets and move forward to fight another specific given number of dragons, will he survive?
Return True if yes, False otherwise :)
8 kyu
68.553 ms
Healthy
100.090 ms
!ping
You are not allowed to use that command here. Please use the #bot-commands channel instead.
.color
.wa sech^2(x)=4+tanh(x)
.wa 1-tanh^2(x)
.wa 1-tanh^2(x)
.wa sinx
.wa 1-tanh^2(x)
.wa what is wolfram
.source wa
.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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
join
aoc.join
.adventofcode.join
join
.join
global
.global
aoc.global
.aoc
**```
.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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
**```
.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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.rp return
Here are the top 5 results:
.uwu just a test of the UwU functions, added a text emoji too - ;D
just a test of de UwU functions, added a text emoji too - ;D
.uwu this does not work properly, why so many words were left unchanged?
dis does not wowk pwopewwy, why so many wowds wewe weft unchanged?
.uwu abcdefghijklmnopqrstuvwxyz
abcdefghijkwmnopqwstuvwxyz
wow wuch a wowing Wwene.
bot#2021
bot#2020
bot#2019
bot#2018
bot#2017
.ttt history
No recent games.
.help adf
.ttt
.wa short 58 * 52 * 54
162864
.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.
.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...
.help fool
**```
.fool
*Get a random April Fools' video from Youtube.*
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 catify
**```
.catify <text>
**Can also use:** `ᓚᘏᗢ`, `ᓚᘏᗢify`
*Convert the provided text into a cat themed sentence by interspercing cats throughout text.
If no text is given then the users nickname is edited.*
.source
.source catify
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
**```
.help [commands...]
*Shows Command Help.*
.help 8bitify
**```
.avatar_modify 8bitify
**Can also use:** `8bitify`
*Pixelates your avatar and changes the palette to an 8bit one.*
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.
Emojis
.emoji <emoji>
A group of commands related to emojis.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.help connectfour
**```
.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.*
.bunnifyme
CommandNotFoundfoot
CommandNotFoundfoot
CommandNotFoundtail
.avatar_modify 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.
.anagram 29udoqqd
You have 60 seconds to find correct words.
An anagram is already being solved in this channel!
.avatareasterify [green]
Well done @craggy crater for getting it right!
whoa gg
.avatareasterify [green]
.avatareasterify [red]
.avatareasterify [red, green, yellow]
.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
.mosaic 100
.mosaic 14251637512347621635621
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 1.1
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
.mosaic 2
.spookyavatar
.battleship
@craggy crater Game cancelled.
.spookyavatar
.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.
.challenge
Create a function that returns an array containing the first l digits from the nth diagonal of Pascal's triangle.
n = 0 should generate the first diagonal of the triangle (the 'ones'). The first number in each diagonal should be 1.
If l = 0, return an empty array. Assume that both n and l will be non-negative integers in all test cases.
5 kyu
.help
Fun
.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
Commands for finding information related to GitHub.
HTTPStatusCodes
.http_status <code>
Choose a cat or dog randomly for the given status code.
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
.riddle
You have 10 seconds before the first hint.
Nobody got it right...
.spookyfact
In Western history, black cats have typically been looked upon as a symbol of evil omens, specifically being suspected of being the familiars of witches, or actually shape-shifting witches themselves. They are, however, too cute to be evil.
.spookyfact
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.
.spookyfact
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.
.spookyfact
The owl is a popular Halloween image. In Medieval Europe, owls were thought to be witches, and to hear an owl's call meant someone was about to die.
.spookyfact
Halloween is the second highest grossing commercial holiday after Christmas.
.spookyfact
In Western history, black cats have typically been looked upon as a symbol of evil omens, specifically being suspected of being the familiars of witches, or actually shape-shifting witches themselves. They are, however, too cute to be evil.
.spookyfact
Trick-or-treating evolved from the ancient Celtic tradition of putting out treats and food to placate spirits who roamed the streets at Samhain, a sacred festival that marked the end of the Celtic calendar year.
.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.
.fool
Check out this April Fools' video by google.
Today, we launched our Coffee to the Home (CTTH) program for Kansas City residents. We're delivering made-to-order coffee drinks straight to our users at fiber speeds—through the same fiber jack that delivers 100 times faster Internet.
Want to be a beta tester? Sign up now: http://www.google.com/fiber/coffee
.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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.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 razer.
Happy April Fools'!
Rise up to the challenge, elevate your game and bring entertainment to new heights with the World's First Hovermouse - Introducing Project McFly: http://rzr.to/mcfly
Tweet us or share on Facebook using #ElevateYourGame telling us how Project McFly will elevate your game.
Check out the Razer SAiSO here: https://www.youtube....
.mosaic 3
.mosaic 96
.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.
.8bitify
.bunnifyme
ThatNoobYeetRear
.bunnifyme
ThatNoobYeetRear
.bunnifyme
ThatNoobYeetRear
.challenge [language=python
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
.challenge [language=python] [query]
Your input was invalid: This is not a recognized language on codewars.com!
Usage:```
.challenge [language=python] [query]
.help
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.
.ping
Gateway Latency: 100ms
.uptime
I started up 4 hours ago.
.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
**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.*
.pfpmod mosaic 10
.pfpmod mosaic squares=10
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
.pfpmod mosaic 10
hmmm
.pfpmod mosaic 100
.pfpmod mosaic 10000
.pfpmod mosaic 100000
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.pfpmod mosaic 10000
.pfpmod mosaic 1000
.pfpmod mosaic 1000
.pfpmod mosaic 10000
i look so good in that tho
.pfpmod mosaic 10000
.pfpmod mosaic 1
.pfpmod mosaic 100000000000000000000000
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.pfpmod mosaic 2
.pfpmod mosaic 50
.help color
**```
.colour [colour_input]
**Can also use:** `color`
*Create an embed that displays colour information.
If no subcommand is called, a randomly selected colour will be shown.*
**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
.color random
.color hsv 0 72 71
.pfpmod mosaic 10000
beautiful
.pfpmod mosaic 500
.pfpmod mosaic 1000
.pfpmod 600
**```
.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.*
.pfpmod mosaic 600
lol i quit
.pfpmod
**```
.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.*
.pfpmod 8bitify
.pfpmod mosaic 50
lol ok
.pfpmod 16bitify
**```
.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.*
.pfpmod mosaic 20
.pfpmod mosaic 200000
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.pfpmod mosaic 600
.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.
.bunnyname
Goldie
.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/
.pfpmod
**```
.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.*
.pfpmod mosiac 10000
**```
.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.*
.pfpmod mosaic 10000
.pfpmod mosaic 1
.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.
Emojis
.emoji <emoji>
A group of commands related to emojis.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.bunnifyme
crpatchyblocks18
**```
.emoji <emoji>
*A group of commands related to emojis.*
**Subcommands:**
**`count [category_query]`**
*Returns embed with emoji category and info given by the user.*
**`info <emoji>`**
*Returns relevant information about a Discord Emoji.*
.emoji info
Your input was invalid: emoji is a required argument that is missing.
Usage:```
.emoji info <emoji>
.emoji info 💯
Your input was invalid: Emoji "💯" not found.
Usage:```
.emoji info <emoji>
.eggquiz
You have 30 seconds to vote.
🇦 -> President Jimmy Carter
🇧 -> President John F. Kennedy
🇨 -> Vice President Al Gore
🇩 -> Senator Gaylord Nelson
Nobody got it right...
VOTES:
🇦 - 0 votes (0%)
🇧 - 1 vote (100%)
🇨 - 0 votes (0%)
🇩 - 0 votes (0%)
.wa short d(KT)/dT
.wa short d(KT)/dV
.wa d(y^2)/dx = d(x)/dx
.wa short d(y^2)/dx
.wa short d(nRT)/dV
.wa molar heat capacity in polytropic process
.wa differentiate KV^(1-x) = nRT with respect to T
.wa differentiate KV^(1-x) = nRT
.wa short differentiate KV^{1-x} = nRT with respect to T
Failed to get response.
.pfpmod mosaic 10,1000
Your input was invalid: Squares must be a positive number less than or equal to 10,000.
Usage:```
.avatar_modify mosaic [squares=16]
.pfpmod mosaic 10,000
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
.avatar_modify mosaic [squares=10000]
Your input was invalid: Converting to "int" failed for parameter "squares".
Usage:```
.avatar_modify mosaic [squares=16]
Here is the result:
insert overused windows 10 joke
lol
.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.
.wa dad milk
.wa when will my dad come back
.emoji info 🤣
Your input was invalid: Emoji "🤣" not found.
Usage:```
.emoji info <emoji>
.emoji info 
.help
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.
.xkcd spiderman
Comic parameter should either be an integer or 'latest'.
.xkcd 45
.xkcd 300
.gh user onerandomusername,
The profile for onerandomusername, was not found.
Does Sir Lancebot have a python module cog
.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*
**`dayandstar [maximum_scorers_day_and_star=10]`**
*Get a view that lets you filter the leaderboard by day and star*
**`global `**
*Get a link to the global leaderboard*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`leaderboard [aoc_name]`**
*Get a snapshot of the PyDis private AoC leaderboard*
**`link [aoc_name]`**
*Tie your Discord account with your Advent of Code name.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.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.
You have 60 seconds to find correct words.
easter
Nobody got it right.
.time
Your input was invalid: command is a required argument that is missing.
Usage:```
.timed <command>
.timed hangman
The word was month.
Command execution for hangman finished in 34.1376 seconds.
.help time
**```
.timed <command>
**Can also use:** `t`, `time`
*Time the command execution of a command.*
.timed hangman
The word was hear.
Command execution for hangman finished in 56.1200 seconds.
.src gh
.xkcd latest
.aoc
Subcommands:
unlink
Tie your Discord account with your Advent of Code name.
unsubscribe
Notifications for new days
.aoc link leonfroschauer
You have linked your Discord ID to leonfroschauer.
.aoc unlink Shayak Pal
You don't have an Advent of Code account linked.
Ok thanks
arthur help
.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.
.anagram
You have 60 seconds to find correct words.
Talent
Well done @toxic widget for getting it right!
You have 60 seconds to find correct words.
IDK
Nobody got it right.
You have 60 seconds to find correct words.
An anagram is already being solved in this channel!
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.
Well done @toxic widget for getting it right!
.connet-four 5 🔵 🔴
.connect-four 5 blue_circle red_circle
.connectfour 5 blue_circle red_circle
Your input was invalid: Emoji "blue_circle" not found.
Usage:```
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
.connect_four board_size=7 emoji1=🔵 emoji2=🔴
Your input was invalid: Converting to "int" failed for parameter "board_size".
Usage:```
.connect_four [board_size=7] [emoji1=🔵] [emoji2=🔴]
@toxic widget Game cancelled.
.riddle
You have 10 seconds before the first hint.
He gets eggs
idk
Nobody got it right...
You have 10 seconds before the first hint.
24 carrot
Well done @toxic widget for getting it right!
.riddle
You have 10 seconds before the first hint.
Bryant
2
Nobody got it right...
You have 10 seconds before the first hint.
2 points
ez one this
Well done @toxic widget for getting it right!
.riddle
You have 10 seconds before the first hint.
eggs
Nobody got it right...
You have 10 seconds before the first hint.
she came last place
Nobody got it right...
You have 10 seconds before the first hint.
Bunny
Bugs Bunny
The duck
Well done @toxic widget for getting it right!
You have 10 seconds before the first hint.
Because an egg beater
This is ez asf
Well done @toxic widget for getting it right!
You have 10 seconds before the first hint.
Nobody got it right...
NAHHHH
.riddle
You have 10 seconds before the first hint.
karat
14 karat gold
Nobody got it right...
🧍
You have 10 seconds before the first hint.
Nobody got it right...
.riddle
You have 10 seconds before the first hint.
I am fine
Nobody got 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.