fix: make it ephemeral ya know

This commit is contained in:
2022-09-21 16:03:53 +02:00
parent 34b03ac6ee
commit ffb5d10457

View File

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