module.exports={ execute: (c)=>{ c.bot.ccq.push(c.args.join(" ")) }, desc: "Run a command in a command block", // Command description usage: ' ', // Command usage consoleIndex: true, // When run from console, the second argument will be a bot ID aliases: ["commandblock", "cmdblock"] // Other command names that will work the same }