mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: make it ephemeral ya know
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user