ยฉ 2026 Hedgehog Software, LLC
this.store // Store<Command> extends Collection<Command> extends Map<Command>
this.container.stores.get('commands') // Store<Command> extends Collection<Command> extends Map<Command>
import { container } from '@sapphire/framework'; container.stores.get('commands') // Store<Command> extends Collection<Command> extends Map<Command>