How add arguments to slash command?
How add arguments to slash command and read it?
And
And

await bot.application.commands.create({name: 'test', description: 'Test command'}).catch(console.error);bot.on(Events.InteractionCreate, async (interaction) => { Print arguments... };