Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions crates/command_silly/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,21 @@ silly_command! {
}
}

silly_command! {
/// :3
fn rickroll("the victim") {
bot_message = "{author} just rickrolled me... {FLOOF_TIRED}";
author_message = "{author} just rickrolled themselves... maybe they're bored? {FLOOF_TIRED}";
messages = [
"{author} just rickrolled {user}!!! {FLOOF_OWO}",
"{user} just got rickrolled by {author}?? {FLOOF_WHAT}",
"{author}'s never gonna give {user} up {FLOOF_BLEP}",
"{author} just rickrolled {user} and now they're never gonna let them down {FLOOF_SMUG}",
"hey {user} {author} thinks rickrolls are still funny in 2025, what a loser {FLOOF_LOL}",
];
}
}

silly_command! {
/// Doesn't this count as necromancy?
fn revive("The deceased") {
Expand Down