Skip to content

Commit

Permalink
Fix A_FLOOF_LOAD for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Jul 22, 2024
1 parent 0e1db34 commit 43a4a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emoji.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pub(crate) const A_FLOOF_LOAD: &str = "<a:afloofLoad:1263605189995266058>";
/// ![](https://cdn.discordapp.com/emojis/1263609041179906059.gif?&quality=lossless)
#[cfg(not(debug_assertions))]
pub(crate) const A_FLOOF_LOAD: &str = "<:afloofLoad:1263609041179906059>";
pub(crate) const A_FLOOF_LOAD: &str = "<a:afloofLoad:1263609041179906059>";
/// ![](https://cdn.discordapp.com/emojis/1263605435785810104.webp?&quality=lossless)
#[cfg(debug_assertions)]
pub(crate) const FLOOF: &str = "<:floof:1263605435785810104>";
Expand Down

0 comments on commit 43a4a48

Please sign in to comment.