From 0cd2268737cce4957a53805076847c4886223fc4 Mon Sep 17 00:00:00 2001 From: Valentine Briese Date: Sat, 25 May 2024 23:22:43 -0700 Subject: [PATCH] =?UTF-8?q?Add=20mentions=20for=20Zi=20because=20they're?= =?UTF-8?q?=20sooooo=20particular=20=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rp_commands.rs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/rp_commands.rs b/src/rp_commands.rs index c700057..df3454e 100644 --- a/src/rp_commands.rs +++ b/src/rp_commands.rs @@ -299,6 +299,12 @@ rp_command!( "QUICK I NEED TO SAVE ZI", "THE USER IS ZI", [("Oh phew, {a} saved {b}! {e}", FloofEmoji::FloofTired)], - ("NO NO NO {a}, SAVE ZI!!! {e}", FloofEmoji::FloofOwo), - ("NO NO NO {a}, SAVE ZI!!! {e}", FloofEmoji::FloofOwo), + ( + "NO NO NO {a}, SAVE <@993768189924229171>!!! {e}", + FloofEmoji::FloofOwo, + ), + ( + "NO NO NO {a}, SAVE <@993768189924229171>!!! {e}", + FloofEmoji::FloofOwo, + ), );