From ef830a41c6009863fa7d4c15de11006eaaec3145 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:03:53 +0200 Subject: [PATCH] fix: make it ephemeral ya know --- commands/misc/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/stats.ts b/commands/misc/stats.ts index 81f6587..5ae6c1d 100644 --- a/commands/misc/stats.ts +++ b/commands/misc/stats.ts @@ -13,7 +13,7 @@ export default commandModule({ //alias : [], options: [], execute: async (ctx, options) => { - await ctx.interaction.deferReply() + await ctx.interaction.deferReply({ ephemeral: true }) const cpubrand = await axios(`http://192.168.1.44:7271/cpubrand`) const cpucores = await axios(`http://192.168.1.44:7271/cpucores`) const ramtotal = await axios(`http://192.168.1.44:7271/ramtotal`)