Skip to content

Commit 8436c60

Browse files
committed
Replace :explosion: emoji with :floofSplode:
1 parent ecdba01 commit 8436c60

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

crates/command_silly/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,15 @@ silly_command! {
361361
/// *Blows up pancakes with mind*
362362
#[early_access]
363363
fn blow_up(r#""Mah fricking pancakes""#) {
364-
bot_message = "{author} blew up Goober B... wait, wh- {EXPLOSION}";
364+
bot_message = "{author} blew up Goober B... wait, wh- {FLOOF_SPLODE}";
365365
author_message = "***{author}'S SELF DESTRUCTING!!! {FLOOF_SCARED}***";
366366
messages = [
367367
"{author} blew up {user} with their mind {FLOOF_NERVOUS}",
368368
"{author} snapped their fingers and {user} exploded {FLOOF_NERVOUS}",
369369
"{author} just, said \"blow up\", and then {user} blew up?? {FLOOF_NERVOUS}",
370370
"{user} was engulfed in an explosion, meanwhile {author} walked the other way, wearing sunglasses, of course {FLOOF_COOL}",
371371
"Oh no... {author} hit the big red button, and {user} *exploded* {FLOOF_NERVOUS}",
372-
"*{user}, get out of here! {author}'s gonna-* {EXPLOSION}",
372+
"*{user}, get out of here! {author}'s gonna-* {FLOOF_SPLODE}",
373373
"Oops, {author} found out that the trigger word for the explosive implant in {user}'s head was \"petrichor\" {FLOOF_NERVOUS}"
374374
];
375375
}

crates/emoji/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ macro_rules! emoji {
5454
};
5555
}
5656

57-
#[rustfmt::skip]
58-
emoji!("explosion", "1330040514405470311", "1330044953132400703", true);
5957
emoji!("floof", "1263605435785810104", "1263609061539315722");
6058
emoji!("floofAngry", "1263605462927016077", "1263609077661962331");
6159
emoji!("floofBlep", "1263605485488308295", "1263609094791495724");
@@ -83,9 +81,11 @@ emoji!("floofPeek", "1263605875906449570", "1263609437726179479");
8381
emoji!("floofPlead", "1263605895930052668", "1263609456760062072");
8482
emoji!("floofSad", "1263605923188965428", "1263609478440288317");
8583
emoji!("floofScared", "1263605944839831614", "1263609529820647544");
86-
emoji!("floofSmug", "1263605963877912577", "1263609552356773971");
8784
emoji!("floofTeehee", "1263605984115560478", "1263609577815933061");
8885
emoji!("floofTired", "1263606003082199131", "1263609597382496308");
86+
emoji!("floofSmug", "1263605963877912577", "1263609552356773971");
87+
#[rustfmt::skip]
88+
emoji!("floofSplode", "1369873448817655828", "1369873221213749288", true);
8989
emoji!("floofWhat", "1263606024892321945", "1263609615036190821");
9090
emoji!("floofWoozy", "1263606042840010752", "1263609632333762592");
9191
emoji!("iAmTheLaw", "1360451308770955275", "1360450936056840313");

0 commit comments

Comments
 (0)