// or, if in a command class, just use `this.store`
const commands = container.stores.get('commands');
const command = commands.get('commandName');
await command.interactionRun(/* insert interaction */);
// or, if in a command class, just use `this.store`
const commands = container.stores.get('commands');
const command = commands.get('commandName');
await command.interactionRun(/* insert interaction */);