all repos — stealth-developers @ 80a41c61a08435d1b8a437d937b3aab6fdf6e641

feat(uwuify): ephemeral toggles
vi v@vt3e.cat
Wed, 25 Mar 2026 01:19:52 +0000
commit

80a41c61a08435d1b8a437d937b3aab6fdf6e641

parent

5bc27f121237791494787032c6be0e7e9c7c467a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/interactions/commands/uwuifyProxy.tssrc/interactions/commands/uwuifyProxy.ts

@@ -40,6 +40,7 @@

const status = newState === "enabled" ? "enabled" : "disabled"; await interaction.reply({ content: `✅ uwuification ${status}!`, + flags: ["Ephemeral"], }); }