#sir-lancebot-playground
1 messages ยท Page 233 of 1
The word was once.
.hangman
The word was business.
.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 `**
*Notifications for new days*
.adventofcode countdown
The Advent of Code event is not currently running. The next event will start in 42 days.
.adventofcode join
The Python Discord leaderboard for 2021 is not yet available!
.adventofcode about
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.
.quack
.hangman
The word was have.

.hangman
The word was around.
.hangman
The word was economic.
.quiz python 10
ok
What name does a lambda function have?
<lambda>
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 9
What type is the attribute of a frame object that contains the current local variables?
dict
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 8
bruh
What dunder method is used by the tuple constructor to optimize converting an iterator to a tuple (answer should be enclosed in backticks!)?
__length_hint__
@spring tapir got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 7
EZ
damnn
What is a package that doesn't have a __init__ file called?
namespace module
namespace
namespace package
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 6
whee
Is the __aiter__ method async (y/n)?
n
n
@spring tapir got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 5
NO
What exception, other than StopIteration, can you raise from a __getitem__ dunder to indicate to an iterator that it should stop?
indexerror
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 4
Which of these is a subclass of Exception?
(NotImplemented, asyncio.CancelledError, StopIteration)
StopIteration
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 3
StopIteratoin
aha
What is the garbage collection strategy used by cpython to collect everything but reference cycles?
refcounting
refcounting
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 2
What attribute of a closure contains the value closed over?
cell_contents
__cell_contents__
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 1
oops
Can you pickle a running list_iterator (y/n)?
y
@rugged pike got the correct answer :tada: 100 points!
Remaining questions: 0
The round has ended.
@rugged pike Congratulations on winning this quiz game with a grand total of 800 points :tada:
.quiz general
I am just too poweful
coagulations
let's see about that
t
What's the name of the largest bird?
what hte hell
eagle
@spring tapir got the correct answer :tada: 100 points!
Information
The largest living bird, a member of the Struthioniformes, is the ostrich (Struthio camelus), from the plains of Africa and Arabia. A large male ostrich can reach a height of 2.8 metres (9.2 feet) and weigh over 156 kilograms (344 pounds).
Let's move to the next question.
Remaining questions: 6
HAHA
lets go back to python
Which country is the largest producer of tea in the world?
no
china
@rugged pike got the correct answer :tada: 100 points!
britain
Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.
Let's move to the next question.
Remaining questions: 5
What is the capital of Iraq?
Baghdad
@spring tapir got the correct answer :tada: 100 points!
Information
Baghdad is the capital of Iraq. It has a population of 7 million people.
Let's move to the next question.
Remaining questions: 4
welp
What country is the world's largest coral reef system, the "Great Barrier Reef", located in?
Australia
@spring tapir got the correct answer :tada: 100 points!
Information
The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia.
Let's move to the next question.
Remaining questions: 3
What's known as the "Playground of Europe"?
fuck geogrpahy
bruh
spain
@spring tapir got the correct answer :tada: 100 points!
Information
It comes from the title of a book written in 1870 by Leslie Stephen (father of Virginia Woolf) detailing his exploits of mountain climbing (not skiing) of which sport he was one of the pioneers and trekking or walking.
Let's move to the next question.
Remaining questions: 2
Name "the land of a thousand lakes"
finland
@spring tapir got the correct answer :tada: 100 points!
Information
Finland is a country in Northern Europe. Sweden borders it to the northwest, Estonia to the south, Russia to the east, and Norway to the north. Finland is part of the European Union with its capital city being Helsinki. With a population of 5.5 million people, it has over 187,000 lakes. The thousands of lakes in Finland are the reason why the country's nickname is "the land of a thousand lakes."
Let's move to the next question.
Remaining questions: 1
finalnd
What is the name of the largest dam in the world?
three gorges dam
@spring tapir got the correct answer :tada: 100 points!
hoover dam
Information
At 1.4 miles wide (2.3 kilometers) and 630 feet (192 meters) high, Three Gorges Dam is the largest hydroelectric dam in the world, according to International Water Power & Dam Construction magazine. Three Gorges impounds the Yangtze River about 1,000 miles (1,610 km) west of Shanghai.
Remaining questions: 0
The round has ended.
@spring tapir Congratulations on winning this quiz game with a grand total of 600 points :tada:
.quiz python 10
quiz cs
ah a
.quiz stop
Quiz stopped.
because you memorized it
.quiz cs 10
good good
What does ASCII stand for?
ahahaa
american standards of code BLAH BLHA
20s left!
american standard communication exchange
10s left!
american standard for international interchang
American Standard Code For Information Interchange
@spring tapir got the correct answer :tada: 50 points!
Let's move to the next question.
Remaining questions: 9
information exchange
What does one call the optimization technique used in CPU design that attempts to guess the outcome of a conditional operation and prepare for the most likely result?
branch prediction
@spring tapir got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 8
Name a universal logic gate.
nor
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 7
AND
hypertext markup language
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 6
Hyper Text Markup Language
sheesh
exascale
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 5
aha
How many possible public IPv6 addresses are there (answer in 2^n)?
do y'all just memorize these
360 billion
I just know everything
20s left!
I'm too powerful
nah aboo is pretty dumb
.quiz leaderboard
cap
i can confirm
how dare you
Better luck next time...
Let's move to the next question.
Remaining questions: 4
What is the mathematical formalism which functional programming was built on?
lambda
what're the candy things
lambda calculkus
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 3
aha
Which of these languages is the youngest?
(Lisp, Python, Java, Haskell, Prolog, Ruby, Perl)
Lisp
java
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 2
Why is a DDoS attack different from a DoS attack?
(A. because the victim's server was indefinitely disrupted from the amount of traffic, B. because it also attacks the victim's confidentiality, C. because the attack had political purposes behind it, D. because the traffic flooding the victim originated from many different sources)
WHY'D I SAY LISP LMAO
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 1
a
lmao
Which of these languages is the oldest?
(Tcl, Smalltalk 80, Haskell, Standard ML, Java)
Haskell
smalltalk 89
@rugged pike got the correct answer :tada: 100 points!
Remaining questions: 0
The round has ended.
I can't even read theses
@rugged pike Congratulations on winning this quiz game with a grand total of 700 points :tada:
.quiz python 10
you person
Which standard library module is designed for making simple parsers for languages like shell, as well as safe quoting of strings for use in a shell?
shlex
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 9
stop
What type does the & operator return when given 2 dict_keys objects?
@spring tapir got the correct answer :tada: 100 points!
set
Let's move to the next question.
Remaining questions: 8
ono
What is the garbage collection strategy used by cpython to collect everything but reference cycles?
refcounting
@spring tapir got the correct answer :tada: 100 points!
refcounting
Let's move to the next question.
Remaining questions: 7
HA
How does one call a class who defines the behavior of their instance classes?
NO
metaclass
@spring tapir got the correct answer :tada: 100 points!
metaclass
Let's move to the next question.
Remaining questions: 6
NO
When was Python first released?
1991
@rugged pike got the correct answer :tada: 100 points!
1995
Let's move to the next question.
Remaining questions: 5
Which of these characters is valid python outside of string literals in some context?
(@, $, ?)
@
?
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 4
What decorator is used to allow a protocol to be checked at runtime?
runtime_checkable
@rugged pike got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 3
Which file contains all special site builtins, such as help or credits?
_site_builtins
@spring tapir got the correct answer :tada: 100 points!
Let's move to the next question.
Remaining questions: 2
What exception, other than StopIteration, can you raise from a __getitem__ dunder to indicate to an iterator that it should stop?
Indexerror
@rugged pike got the correct answer :tada: 100 points!
Indexerror
Let's move to the next question.
Remaining questions: 1
okok
Which of these is not a generator method?
(next, send, throw, close)
next
@rugged pike got the correct answer :tada: 100 points!
clsoe
Remaining questions: 0
The round has ended.
@rugged pike Congratulations on winning this quiz game with a grand total of 600 points :tada:
.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.
.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*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.aoc subscribe
You can't subscribe to 2021's Advent of Code announcements yet!
The Advent of Code event is not currently running. The next event will start in 42 days.
.aoc join
The Python Discord leaderboard for 2021 is not yet available!
all these dates are from last year
.hackstats ks129
No valid Hacktoberfest PRs found for 'ks129'
The word was chance.
The word was magazine.
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 28
๐ฅ @past remnant: 27
๐
@whole lark: 15
๐
@near token: 8
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
Your input was invalid: move is a required argument that is missing.
Usage:```
.rps <move>
.rps rock
Sir Lancebot played paper! @royal sinew lost!
.rps rock
@royal sinew You and Sir Lancebot played rock, it's a tie.
.rps rock
Sir Lancebot played scissors! @royal sinew won!
.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*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`refresh `**
*Force a refresh of the leaderboard cache.*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*Notifications for new days*
.aoc countdown
The Advent of Code event is not currently running. The next event will start in 42 days.
.aoc stats
:x: Can't fetch leaderboard for stats right now!
.quack
The word was poor.
.candy
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 28
๐ฅ @past remnant: 27
๐
@whole lark: 15
๐
@near token: 8
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.candy
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 28
๐ฅ @past remnant: 27
๐
@whole lark: 15
๐
@near token: 8
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.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 `**
*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.
.aoc join
The Python Discord leaderboard for 2021 is not yet available!
.hangman
t
t
The word was impact.
thanks ๐
Yay!
.rps
Your input was invalid: move is a required argument that is missing.
Usage:```
.rps <move>
.rps scissors
@outer barn You and Sir Lancebot played scissors, it's a tie.
.rps rock
Sir Lancebot played scissors! @main scarab won!
.rps rock
Sir Lancebot played scissors! @outer barn won!
Wow!
Sir Lancebot played rock! @outer barn won!
haha
p
uh
t
c
technomania
m
The word was technology.
Good game
battleship?
ok
.battleship
.hangman
The word was death.
The word was enter.
The word was point.
.candy
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 30
๐ฅ @past remnant: 27
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
Game over! @outer barn surrendered to @main scarab!
good game
sorry dude I need to go
No problem
GG ๐
bye!
bye!
The word was type.
.hangman
The word was letter.
.hangman
The word was analysis.
.candy
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 30
๐ฅ @past remnant: 29
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
a
p
The word was social.
oh multiple ppl can't play?
yea
.candy
๐ฅ @wise junco: 67
๐ฅ @past remnant: 30
๐ฅ @royal sinew: 30
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
The word was window.
.dddg help play this with me
s
Each card has 4 features
Color, Number, Hat, and Accessory
A valid flight
3 cards where each feature is either all the same or all different
Call "GOOSE"
if you think there are no more flights
+1 for each valid flight
+2 for a correct "GOOSE" call
-1 for any wrong answer
The first flight below is invalid: the first card has swords while the other two have no accessory. It would be valid if the first card was empty-handed, or one of the other two had paintbrushes.
The second flight is valid because there are no 2:1 splits; each feature is either all the same or all different.
d
The word was tend.
lemme read how to play
interesting
.help dddg
**```
.duckduckduckgoose
**Can also use:** `dddg`, `ddg`, `duckduckgoose`, `duckgoose`
*Start a new Duck Duck Duck Goose game.*
**Subcommands:**
**`help `**
*Explain the rules of the game.*
(1, 5, 9) - minaboo แแแข
(1, 2, 10) - minaboo แแแข
(3, 4, 10) - rm -rf ~hedy
(0, 7, 9) - rm -rf ~hedy
(0, 3, 11) - minaboo แแแข
Flights everyone missed:
(1, 6, 11)
(3, 8, 9)
!hangman
1
.hangman
goose
1 5 9
The word was return.
'return' in Python.. Lol
0 1 2
1 2 10
oh the number counts?
0 3 11
Final scores:
minaboo แแแข: 3
rm -rf ~hedy: 0
noice
.ddg
(1, 6, 9) - minaboo แแแข
(0, 8, 10) - minaboo แแแข
(1, 2, 5) - minaboo แแแข
(3, 4, 8) - minaboo แแแข
(0, 1, 11) - rm -rf ~hedy
Flights everyone missed:
(5, 7, 11)
(2, 4, 6)
3 4 9
1 2 5
right
Final scores:
minaboo แแแข: 4
rm -rf ~hedy: -2
noice
(0, 1, 4) - minaboo แแแข
(2, 7, 11) - rm -rf ~hedy
(0, 9, 11) - minaboo แแแข
(1, 7, 8) - minaboo แแแข
(1, 9, 10) - minaboo แแแข
(3, 4, 6) - minaboo แแแข
All the flights were found!
yup
0 1 4
2 7 11
1 9 10
goose
Final scores:
minaboo แแแข: 7
rm -rf ~hedy: 1
oh heyy
.hangman
rest
r
nest?
n
j
.candy
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 33
๐ฅ @past remnant: 30
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
HA
w
The word was west.
yaay
:(
.hangman

The word was beyond.
anyone wanna play battleship?
me
you know what I'd like to see, an embed get updated with all the letters you guessed
thats nice
then have it delete your messages sent
and multiplayer and a man for each player
m
n?
malaware xD
scrolls too fast on mobile
The word was magazine.
maybe after like 5 to 7 mins? gtg real quick
okay
@outer barn Game cancelled.
.hangman
type
The word was home.
ohhh
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 33
๐ฅ @past remnant: 31
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.rps scissors
Sir Lancebot played rock! @outer barn lost!
.rps rock
Sir Lancebot played scissors! @outer barn won!
.ttt
It's time for the game! Let's begin.
1๏ธโฃ 2๏ธโฃ 3๏ธโฃ
4๏ธโฃ 5๏ธโฃ 6๏ธโฃ
7๏ธโฃ 8๏ธโฃ 9๏ธโฃ
You are not authorized to use this command.
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.
@outer barn ran out of time. Canceling game.
.ttt
.ttt
It's time for the game! Let's begin.
1๏ธโฃ 2๏ธโฃ 3๏ธโฃ
4๏ธโฃ 5๏ธโฃ 
7๏ธโฃ 8๏ธโฃ 
@outer barn ran out of time. Canceling game.
later, online classes rn
heh
wait
no
please
reset my nickname
i didnt kno3w
HELP
nice
.spookigy
.hangman
The word was situation.
.hangman
The word was reduce.
.hangman
The word was since.
WHATY
.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.*
.spookify
.spookify
.spookify
What
bats
.spookify
.spookify
.spookify
.spookify
.spookify
.spookify
.spookify
2 years later
.spookify
.spookify
.pfp
.candy
๐ฅ @wise junco: 67
๐ฅ @royal sinew: 33
๐ฅ @past remnant: 31
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.spookify
.spookify
.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 an user's avatar.*
.spookyavatar
.hangman
eight
The word was eight.
thanks
d
d
The word was data.
Oh wow
nice
.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 `**
*Notifications for new days*
thx for the candy ;)
๐ฅ @wise junco: 68
๐ฅ @royal sinew: 33
๐ฅ @past remnant: 31
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.candy @viscid python
๐ฅ @wise junco: 68
๐ฅ @royal sinew: 33
๐ฅ @past remnant: 31
๐
@whole lark: 15
๐
@outer barn: 10
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
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 an 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.
@viscid python Seems like there's no one here to play...
yes sad 