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`)